Module Name: src
Committed By: wiz
Date: Wed Dec 2 14:09:18 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Mention pkg_install update.
To generate a diff of this commit:
cvs rdiff -u -r1.1763 -r1.1764 src/doc/3RDPARTY
cvs rdiff -u -r1.2759 -r1.2760 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1763 src/doc/3RDPARTY:1.1764
--- src/doc/3RDPARTY:1.1763 Sat Nov 28 14:29:25 2020
+++ src/doc/3RDPARTY Wed Dec 2 14:09:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1763 2020/11/28 14:29:25 roy Exp $
+# $NetBSD: 3RDPARTY,v 1.1764 2020/12/02 14:09:18 wiz Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1193,10 +1193,10 @@ reachover Makefiles are in src/usr.sbin/
Package: pkg_install
Version: 20190405
-Current Vers: 20190405
+Current Vers: 20201202
Maintainer: The pkgsrc developers
Home Page: http://www.pkgsrc.org/
-Date: 2019-01-09
+Date: 2020-12-02
Mailing List: [email protected]
Responsible: joerg
License: BSD
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2759 src/doc/CHANGES:1.2760
--- src/doc/CHANGES:1.2759 Tue Dec 1 22:09:43 2020
+++ src/doc/CHANGES Wed Dec 2 14:09:18 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2759 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2760 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -308,3 +308,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
except for vchiq(4) and vcaudio(4) are supported. Pi 3 is
capable to run both in aarch64eb and earmv7{,hf}eb modes.
[rin 20201201]
+ pkg_install(8): Updated to 20201202. This changes the default database
+ location from /var/db/pkg to /usr/pkg/pkgdb. [wiz 20201202]