Module Name: src
Committed By: martin
Date: Tue Dec 8 18:49:33 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1626
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.54 src/doc/CHANGES-8.3:1.1.2.55
--- src/doc/CHANGES-8.3:1.1.2.54 Mon Dec 7 20:24:05 2020
+++ src/doc/CHANGES-8.3 Tue Dec 8 18:49:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.54 2020/12/07 20:24:05 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.55 2020/12/08 18:49:33 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1416,3 +1416,25 @@ xsrc/external/mit/libX11/dist/modules/im
PR 55640: fix off by one in X Input Method.
[maya, ticket #1634]
+
+external/bsd/pkg_install/Makefile.inc up to 1.7
+external/bsd/pkg_install/dist/add/perform.c up to 1.7
+external/bsd/pkg_install/dist/admin/check.c up to 1.4
+external/bsd/pkg_install/dist/admin/main.c up to 1.6
+external/bsd/pkg_install/dist/admin/pkg_admin.1 up to 1.6
+external/bsd/pkg_install/dist/create/perform.c up to 1.3
+external/bsd/pkg_install/dist/create/pl.c up to 1.4
+external/bsd/pkg_install/dist/info/perform.c up to 1.3
+external/bsd/pkg_install/dist/lib/iterate.c up to 1.3
+external/bsd/pkg_install/dist/lib/lib.h up to 1.10
+external/bsd/pkg_install/dist/lib/license.c up to 1.10
+external/bsd/pkg_install/dist/lib/pkgdb.c up to 1.4
+external/bsd/pkg_install/dist/lib/plist.c up to 1.4
+external/bsd/pkg_install/dist/lib/version.h up to 1.17
+external/bsd/pkg_install/dist/lib/vulnerabilities-file.c up to 1.4
+external/bsd/pkg_install/lib/Makefile up to 1.11
+external/bsd/pkg_install/lib/config.h up to 1.3
+
+ Import pkg_info 20201205, move the default pkg database from
+ /var/db/pkg to ${PREFIX/pkgdb.
+ [wiz, ticket #1626]