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:           Fri May 24 16:22:48 UTC 2024

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Update to dhcpcd-10.0.8 with the following changes:

* DHCP: use request_time, fallback_time and ipv4ll_time rather than reboot timeout
* DHCP6: Wait for IRT to elapse before requesting advertisments
* DHCPv6: Don't re-INFORM if the RA changes
* privsep: Reduce fd use
* dhcpcd: Add support for arp persist defence
* Move dhcp(v4) packet size check earlier
* Define the Azure Endpoint and other site-specific options
* add RFC4191 support by @goertzenator in #297
* dhcpcd: Respect IPV6_PREFERRED_ONLY flag regardless of state
* Fix time_offset to be int to match RFC-2132
* hooks/30-hostname: Exit with 0 if setting hostname is not needed


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.116 -r1.117 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.120 pkgsrc/net/dhcpcd/Makefile:1.121
--- pkgsrc/net/dhcpcd/Makefile:1.120    Mon Dec 18 16:06:17 2023
+++ pkgsrc/net/dhcpcd/Makefile  Fri May 24 16:22:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2023/12/18 16:06:17 roy Exp $
+# $NetBSD: Makefile,v 1.121 2024/05/24 16:22:48 roy Exp $
 
-DISTNAME=              dhcpcd-10.0.6
+DISTNAME=              dhcpcd-10.0.8
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
 GITHUB_PROJECT=                dhcpcd

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.116 pkgsrc/net/dhcpcd/distinfo:1.117
--- pkgsrc/net/dhcpcd/distinfo:1.116    Mon Dec 18 16:06:17 2023
+++ pkgsrc/net/dhcpcd/distinfo  Fri May 24 16:22:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.116 2023/12/18 16:06:17 roy Exp $
+$NetBSD: distinfo,v 1.117 2024/05/24 16:22:48 roy Exp $
 
-BLAKE2s (dhcpcd-10.0.6.tar.xz) = d40201b9f44f9169cbcbd19e946c7298440bef116f0fd377f9dac83a29ce1ad0
-SHA512 (dhcpcd-10.0.6.tar.xz) = 403d612080c6f1397003dc6a16f59bb5d1d3d3479e3656c598acde4c4aafe1cfa374725c5ae3dddb4972c0f23ffd55d04c3703b97bed5b7060855b61b7738004
-Size (dhcpcd-10.0.6.tar.xz) = 269392 bytes
+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



Home | Main Index | Thread Index | Old Index