History log of /netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/dewey.h
Revision Date Author Comments
# 1.1.1.1 30-Sep-2008 joerg

branches: 1.1.1.1.4; 1.1.1.1.12; 1.1.1.1.14;
Import pkg_install-20080916. Major changes include:
- vulnerability check backend moved into lib for reuse in pkg_add
- add pkg_install.conf parsing for common configuration of the various
pkg_install components
- fix crashes related to uninitialised PLIST structures
- check explicitly if the required files in pkgdb are present, fixing
issues with ~empty left-over directories
- improve hardlink handling in pkg_create using the libarchive link
resolver
- pkg_delete with -P overwrite now updates the pkgdb correctly
- silence warning about empty /var/db/pkg, it provides no value
- pkg_info uses libfetch for remote locations and works without
temporary files, speeding up operation a lot