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:           Mon Mar 16 12:13:07 UTC 2026

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

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

* BSD: don't send uninitialised memory using ps_root_indirectioctl
* Fix fallback_time option by @ColinMcInnes
* IPv4: Ignore DHCP state when building routes
* options: Ensure ldop is not NULL dereferenced
* route: Routes may not have an interface assinged
* options: Ensure that an overly long bitflag string does not crash
* options: Don't assume vsio options have an argument
* common: Cast via uintptr_t rather than unsigned long in UNCONST
* privsep: Ensure we recv for real after a successful recv MSG_PEEK
* DHCP: Add parentheses to macro definitions
* ipv6nd: empty IPV6RA_EXPIRE eloop queue when dropping


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.122 -r1.123 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.128 pkgsrc/net/dhcpcd/Makefile:1.129
--- pkgsrc/net/dhcpcd/Makefile:1.128    Thu Dec 18 08:15:03 2025
+++ pkgsrc/net/dhcpcd/Makefile  Mon Mar 16 12:13:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2025/12/18 08:15:03 nia Exp $
+# $NetBSD: Makefile,v 1.129 2026/03/16 12:13:07 roy Exp $
 
-DISTNAME=              dhcpcd-10.3.0
+DISTNAME=              dhcpcd-10.3.1
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
 GITHUB_PROJECT=                dhcpcd

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.122 pkgsrc/net/dhcpcd/distinfo:1.123
--- pkgsrc/net/dhcpcd/distinfo:1.122    Fri Nov 14 15:51:42 2025
+++ pkgsrc/net/dhcpcd/distinfo  Mon Mar 16 12:13:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.122 2025/11/14 15:51:42 roy Exp $
+$NetBSD: distinfo,v 1.123 2026/03/16 12:13:07 roy Exp $
 
-BLAKE2s (dhcpcd-10.3.0.tar.xz) = 2914ad9244426b25e9383ec5d571629bf3e749e099c4ccb24058a25a065b0d6f
-SHA512 (dhcpcd-10.3.0.tar.xz) = 311113fe525d783caaa77ef962d5b81d74c9cd35e77d19070a9f4b8eff1f7da1a0abc21a55b4a54cf98e3bd4c2de5bea837e319640c797410380a82656cd0435
-Size (dhcpcd-10.3.0.tar.xz) = 279100 bytes
+BLAKE2s (dhcpcd-10.3.1.tar.xz) = e3c0d564c2ae39ccf56908fc6375670d1483a2a701f6effbac8c9879c6546193
+SHA512 (dhcpcd-10.3.1.tar.xz) = 89516cde49b1c37ff4e8574a04654b4196f00ec1e93d5d730e759e4d335e05d2747285db7aab6eda555561ef73348705667660c37b0f9a84889754b8074e0ed7
+Size (dhcpcd-10.3.1.tar.xz) = 279320 bytes



Home | Main Index | Thread Index | Old Index