Module Name: src
Committed By: roy
Date: Fri Oct 22 13:32:28 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note update to dhcpcd-9.4.1
To generate a diff of this commit:
cvs rdiff -u -r1.1821 -r1.1822 src/doc/3RDPARTY
cvs rdiff -u -r1.2842 -r1.2843 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.1821 src/doc/3RDPARTY:1.1822
--- src/doc/3RDPARTY:1.1821 Thu Oct 14 14:53:41 2021
+++ src/doc/3RDPARTY Fri Oct 22 13:32:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1821 2021/10/14 14:53:41 brad Exp $
+# $NetBSD: 3RDPARTY,v 1.1822 2021/10/22 13:32:28 roy Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -352,17 +352,18 @@ Notes:
Use the dhcp2netbsd script.
Package: dhcpcd
-Version: 9.4.0
-Current Vers: 9.4.0
+Version: 9.4.1
+Current Vers: 9.4.1
Maintainer: roy
-Archive Site: ftp://roy.marples.name/pub/dhcpcd/
-Home Page: http://roy.marples.name/projects/dhcpcd/
-Date: 2020-12-28
-Mailing List: [email protected]
+Archive Site: https://roy.marples.name/downloads/dhcpcd/
+Home Page: https://roy.marples.name/projects/dhcpcd/
+Home Page: https://github.com/NetworkConfiguration/dhcpcd
+Date: 2021-10-22
License: BSD (2-clause)
Location: external/bsd/dhcpcd/dist
Notes:
-Please submit all changes to the project mailing list.
+Please submit all changes upstream.
+Import using the import-src make target.
Package: drm
Version: Linux 3.15
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2842 src/doc/CHANGES:1.2843
--- src/doc/CHANGES:1.2842 Thu Oct 21 02:47:17 2021
+++ src/doc/CHANGES Fri Oct 22 13:32:28 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2842 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2843 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -444,3 +444,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
sgp40mox(4): Driver for the Sensirion SGP40 MOx gas sensor for air quality
[brad 20211014]
aarch64: Enable MKRELRO and MKPIE by default. [nia 20211014]
+ dhcpcd(8): Update to dhcpcd-9.4.1. [roy 20211022]