Up to [cvs.NetBSD.org] / src / external / bsd / pkg_install / dist / x509
Request diff between arbitrary revisions
Default branch: PKGSRC, MAIN
Current tag: MAIN
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 2 20:44:09 2009 UTC (4 years, 4 months ago) by joerg
Branch: PKGSRC,
MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
pkg_install-20130420,
pkg_install-20120221b,
pkg_install-20120221,
pkg_install-20120128,
pkg_install-20110215,
pkg_install-20100616,
pkg_install-20100421,
pkg_install-20100220,
pkg_install-20100204,
pkg_install-20100203,
pkg_install-20100130,
pkg_install-20091115,
pkg_install-20091015,
pkg_install-20091008,
pkg_install-20091006,
pkg_install-20090817,
pkg_install-20090806,
pkg_install-20090724,
pkg_install-20090610,
pkg_install-20090528,
pkg_install-20090527,
pkg_install-20090513,
pkg_install-20090425,
pkg_install-20090424,
pkg_install-20090406,
pkg_install-20090309,
pkg_install-20090307,
pkg_install-20090302,
pkg_install-20090228,
pkg_install-20090225,
pkg_install-20090214,
pkg_install-20090201,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-premerge-20091211,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver,
HEAD
Branch point for: netbsd-5-0,
netbsd-5,
netbsd-4-0,
netbsd-4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import pkg_install-20090201. From the branch merge in pkgsrc:
- DB support is always included from libnbcompat if needed
- pkg_view and linkfarm are not installed any more; they are not moved
into the attic yet, so they can easily be installed as separte package
- common configuration file to customise the behavior of various
components; this supersedes the old audit-packages.conf
- support for PKSC7 signatures (using X509 certs) and GPG signatures for
packages in a secure way. See pkg_admin(8) for how to create them and
pkg_install.conf(5) for the options to use them
- audit-packages and download-vulnerability-list are wrapper scripts
around pkg_admin. They try to mimic the classic options if used
sanely.
"pkg_admin audit" is now an order of magnitude faster than before
- pkg_add uses libarchive and libfetch instead of external ftp and tar:
- progress bar is currently missing for downloads
- "pkg_add -" is no longer supported
- no adhoc check for conficts between dependencies and already
installed packages
- "pkg_add -s" has been replaced with an option in pkg_install.conf,
verification of plain detached GPG signatures is no longer supported
- optional check for vulnerabilities before adding a package
- if /var and /usr/pkg are on different fileystems it is twice as fast
now
- conflicts due to overlapping plists are checked before installation
- pkg_add no longer plays with the process limits
- pkg_add and pkg_delete have a new destdir option; scripts have to
either be modified to use PKG_DESTDIR or should be disabled
- pkg_add -u for now can't be used to update to the exact same version
- internal "rm -rf" and "mkdir_p" code
- all memory allocation failures are not explicitly fatal
- if a file is not removed due to a failed checksum, still remove the
entry from pkgdb
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 2 20:44:09 2009 UTC (4 years, 4 months ago) by joerg
Branch point for: MAIN
Initial revision