CVS commit: pkgsrc/net/dhcpcd
"Roy Marples" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: roy Date: Mon Aug 17 11:07:41 UTC 2026 Modified Files: pkgsrc/net/dhcpcd: Makefile distinfo Log Message: Update to dhcpcd-10.5.1 with the following changes: * DHCP: Only send the rapid commit option when configured to * DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6 * route: keep acquisition timestamp when route isn't updated * privsep: Allow __NR__llseek as well as __NR_llseek on linux * compat: Take a copy of libc progname variable * ipv6nd: don't leave a carrier expiry timeout on a freed interface * compat: define __STDC_WANT_LIB_EXT1__ 1 before including config * ipv4: clear added state if we didn't delete the address * linux: workaround a gcc compile warning issue * DHCP: script reason should be RELEASE on RELEASE, not STOP * control: Harden the socket at the fs level * privsep: re-enable capsicum and pledge * privsep: Fix capsicum support on the control socket To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 pkgsrc/net/dhcpcd/Makefile cvs rdiff -u -r1.125 -r1.126 pkgsrc/net/dhcpcd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.5 KB)
Modified files:
Index: pkgsrc/net/dhcpcd/Makefile
diff -u pkgsrc/net/dhcpcd/Makefile:1.131 pkgsrc/net/dhcpcd/Makefile:1.132
--- pkgsrc/net/dhcpcd/Makefile:1.131 Wed Aug 5 12:07:06 2026
+++ pkgsrc/net/dhcpcd/Makefile Mon Aug 17 11:07:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2026/08/05 12:07:06 roy Exp $
+# $NetBSD: Makefile,v 1.132 2026/08/17 11:07:41 roy Exp $
-DISTNAME= dhcpcd-10.5.0
+DISTNAME= dhcpcd-10.5.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.125 pkgsrc/net/dhcpcd/distinfo:1.126
--- pkgsrc/net/dhcpcd/distinfo:1.125 Wed Aug 5 12:07:06 2026
+++ pkgsrc/net/dhcpcd/distinfo Mon Aug 17 11:07:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.125 2026/08/05 12:07:06 roy Exp $
+$NetBSD: distinfo,v 1.126 2026/08/17 11:07:41 roy Exp $
-BLAKE2s (dhcpcd-10.5.0.tar.xz) = 3aa87eb27d5648de5d005746295e6b588c3ee77bf9d4d08b5de3d86b1b1546fd
-SHA512 (dhcpcd-10.5.0.tar.xz) = c662b7a81a83560add7bc6aee80f9dacdd2871d02e0b42a289b3e7f049cd7d656a1c03621d3fd24e1f1af5e65e7a7764bcdf6c6511a43eb9a20172ebdbc4b0ff
-Size (dhcpcd-10.5.0.tar.xz) = 288760 bytes
+BLAKE2s (dhcpcd-10.5.1.tar.xz) = 735c06d852c5c6d738296973545a8c9e5b30dd9cff47996b1a3293d76fd17d9b
+SHA512 (dhcpcd-10.5.1.tar.xz) = a20d34e297837a12e3b61adcdbc2c04f05d6c9f7726d469fd0f11ff6bd6e40e4f2db71c4b32fb26e94fe0b601b0378dd5795acc100003b2c0a2d72a1a7210ce6
+Size (dhcpcd-10.5.1.tar.xz) = 289052 bytes