Module Name: src Committed By: snj Date: Mon Jul 27 00:42:21 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 877. To generate a diff of this commit: cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-5.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.51 src/doc/CHANGES-5.1:1.1.2.52 --- src/doc/CHANGES-5.1:1.1.2.51 Sun Jul 26 18:56:20 2009 +++ src/doc/CHANGES-5.1 Mon Jul 27 00:42:21 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.51 2009/07/26 18:56:20 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.52 2009/07/27 00:42:21 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -1647,3 +1647,17 @@ PR/40059 - Bug Hunting -- add Xref to wscons.conf(5) [dholland, ticket #873] +external/bsd/pkg_install/dist/info/perform.c pkg_install-20090724 +external/bsd/pkg_install/dist/lib/license.c pkg_install-20090724 +external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in pkg_install-20090724 +external/bsd/pkg_install/dist/lib/version.h pkg_install-20090724 + + Import pkg_install-20070724: + - license handling: accept upper case letters. Keep license checks + case-sensitive as done in the older pkgsrc logic. Document this. + - pkg_info: + - fix handling of non-packages, that are valid archives + - invert order of pkg_info -r to better match the expectations of + make update. + [joerg, #877] +