Module Name: src
Committed By: snj
Date: Thu Feb 4 06:49:53 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1298.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 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.193 src/doc/CHANGES-5.1:1.1.2.194
--- src/doc/CHANGES-5.1:1.1.2.193 Wed Feb 3 00:51:12 2010
+++ src/doc/CHANGES-5.1 Thu Feb 4 06:49:53 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.193 2010/02/03 00:51:12 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.194 2010/02/04 06:49:53 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -16655,3 +16655,18 @@
- use connection cache from libfetch
[joerg, ticket #1295]
+external/bsd/pkg_install/dist/add/perform.c patch
+external/bsd/pkg_install/dist/bpm/bpm.1 patch
+external/bsd/pkg_install/dist/bpm/bpm.sh.in patch
+external/bsd/pkg_install/dist/delete/pkg_delete.c patch
+external/bsd/pkg_install/dist/lib/defs.h patch
+external/bsd/pkg_install/dist/lib/lib.h patch
+external/bsd/pkg_install/dist/lib/version.c patch
+external/bsd/pkg_install/dist/lib/version.h patch
+
+ Update pkg_install to 20100204.
+ - Restore PKG_PREFIX in pkg_delete (PR 42731)
+ - Ensure that the current pkg_install version is at least as new
+ as the version used to build the package
+ [joerg, ticket #1298]
+