Module Name: src
Committed By: roy
Date: Wed Feb 12 19:33:15 UTC 2025
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of dhcpcd-10.2.0
To generate a diff of this commit:
cvs rdiff -u -r1.2079 -r1.2080 src/doc/3RDPARTY
cvs rdiff -u -r1.3134 -r1.3135 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.2079 src/doc/3RDPARTY:1.2080
--- src/doc/3RDPARTY:1.2079 Tue Feb 11 21:37:16 2025
+++ src/doc/3RDPARTY Wed Feb 12 19:33:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.2079 2025/02/11 21:37:16 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.2080 2025/02/12 19:33:15 roy Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -356,13 +356,13 @@ Notes:
Use the dhcp2netbsd script.
Package: dhcpcd
-Version: 10.0.8
-Current Vers: 10.0.8
+Version: 10.2.0
+Current Vers: 10.2.0
Maintainer: roy
Archive Site: https://github.com/NetworkConfiguration/dhcpcd/releases
Home Page: https://roy.marples.name/projects/dhcpcd/
Home Page: https://github.com/NetworkConfiguration/dhcpcd
-Date: 2024-05-24
+Date: 2025-02-12
License: BSD (2-clause)
Location: external/bsd/dhcpcd/dist
Notes:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3134 src/doc/CHANGES:1.3135
--- src/doc/CHANGES:1.3134 Thu Feb 6 23:07:54 2025
+++ src/doc/CHANGES Wed Feb 12 19:33:15 2025
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3134 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3135 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -682,3 +682,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
blocklistd(8): Support multiple configuration files in a
configuration directory like /etc/blocklistd.conf.d,
from hrosenfeld. [christos 20250206]
+ dhcpcd: Import version 10.2.0. [roy 20250212]