pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/dhcpcd
Module Name: pkgsrc
Committed By: roy
Date: Wed Feb 12 16:54:18 UTC 2025
Modified Files:
pkgsrc/net/dhcpcd: Makefile distinfo
Log Message:
Update to dhcpcd-10.2.0 with the following changes:
dhcp6: start request when advertise received after IRT
dhcpcd: stdout output sometimes empty when redirected to a file
Fix help text formatting
Apply lastlease behavior to DHCPv6
dhcpcd not ignoring source-based routes on linux
DHCP6: lastlease behavior after Confim non-response
Allow limited RLIMIT_FSIZE when dumping lease
IPv6: Avoid uninitialized ifp state when adding address
DHCPv6: Add support for sending Option 17 (VSIO)
Exit the timesyncd hook if not on systemd and not executable
Add route lifetime from Router Advertisement
Fix using multiple enterprise IDs with vendclass
Update route if acquired time changes
Always send req for InfoRefreshTime option on Inform-Req
Increase max IPv4 clientid
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.117 -r1.118 pkgsrc/net/dhcpcd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/dhcpcd/Makefile
diff -u pkgsrc/net/dhcpcd/Makefile:1.122 pkgsrc/net/dhcpcd/Makefile:1.123
--- pkgsrc/net/dhcpcd/Makefile:1.122 Tue Oct 29 12:08:21 2024
+++ pkgsrc/net/dhcpcd/Makefile Wed Feb 12 16:54:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2024/10/29 12:08:21 riastradh Exp $
+# $NetBSD: Makefile,v 1.123 2025/02/12 16:54:18 roy Exp $
-DISTNAME= dhcpcd-10.0.8
+DISTNAME= dhcpcd-10.2.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
GITHUB_PROJECT= dhcpcd
Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.117 pkgsrc/net/dhcpcd/distinfo:1.118
--- pkgsrc/net/dhcpcd/distinfo:1.117 Fri May 24 16:22:48 2024
+++ pkgsrc/net/dhcpcd/distinfo Wed Feb 12 16:54:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.117 2024/05/24 16:22:48 roy Exp $
+$NetBSD: distinfo,v 1.118 2025/02/12 16:54:18 roy Exp $
-BLAKE2s (dhcpcd-10.0.8.tar.xz) = 5ff09331316472af085f160fb68952e931d55d87e25ae36e98e9854ff048919d
-SHA512 (dhcpcd-10.0.8.tar.xz) = 8c9bcd49a828dbc1089f49b73decefb6d1c3ef47fecaae242b08e3bdc8c3c49540d1d3551ab879d58df0dca64dcc64d7a29c665d1b1ebbd72d6a52662529eea4
-Size (dhcpcd-10.0.8.tar.xz) = 272116 bytes
+BLAKE2s (dhcpcd-10.2.0.tar.xz) = af87b1a6638cfd80fa9a2892141c4d404a147674ec0b1c493138cffe3b0bc5be
+SHA512 (dhcpcd-10.2.0.tar.xz) = d2414ae8ff292e04a9d7060d523b5975e996fb921c481d198c5b6804fd73c6fc6edd806faf24788eacd8a2125e80528db8844865178b65a3acf29d3d264a3bff
+Size (dhcpcd-10.2.0.tar.xz) = 274896 bytes
Home |
Main Index |
Thread Index |
Old Index