mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 14:35:09 -04:00
package name for the origin of a dependency, all entries in /var/db/pkg were traversed for each dependency of added/removed package. Now, gather all the origins first, then do the lookup in a single pass over /var/db/pkg. This should provide a major speedup for packages with hundreds of dependencies. Submitted by: rdivacky (earlier version) MFC after: 1 month |
||
|---|---|---|
| .. | ||
| deps.c | ||
| exec.c | ||
| file.c | ||
| global.c | ||
| lib.h | ||
| Makefile | ||
| match.c | ||
| msg.c | ||
| pen.c | ||
| pkgwrap.c | ||
| plist.c | ||
| str.c | ||
| url.c | ||
| version.c | ||