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 Nov 14 15:51:42 UTC 2025

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-10.3.0 with the following changes:

* privsep: enforce message boundaries with MSG_EOR on our messages
* Protocols will notify when dhcpcd can exit
* DHCP: Don't request T1 and T2
* DHCP: Don't request a lease time
* DHCP6: Don't exit if using DHCP4 INFORM in non manager mode
* ND: Route Information Option prefix is optional
* ipv6: respect slaac hwaddr to really use the hwaddr
* When stopping all interfaces at exit and releasing, remove persistance
* NetBSD: Delete RTF_CONNECTED route when changing it
* privsep: Drain the log when the root process is exiting
* eloop: vastly reworked, kqueue and epoll support on by default


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.121 -r1.122 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.126 pkgsrc/net/dhcpcd/Makefile:1.127
--- pkgsrc/net/dhcpcd/Makefile:1.126    Sun Jun  1 19:07:03 2025
+++ pkgsrc/net/dhcpcd/Makefile  Fri Nov 14 15:51:42 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.126 2025/06/01 19:07:03 roy Exp $
+# $NetBSD: Makefile,v 1.127 2025/11/14 15:51:42 roy Exp $
 
-DISTNAME=              dhcpcd-10.2.4
+DISTNAME=              dhcpcd-10.3.0
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
 GITHUB_PROJECT=                dhcpcd

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.121 pkgsrc/net/dhcpcd/distinfo:1.122
--- pkgsrc/net/dhcpcd/distinfo:1.121    Sun Jun  1 19:07:03 2025
+++ pkgsrc/net/dhcpcd/distinfo  Fri Nov 14 15:51:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.121 2025/06/01 19:07:03 roy Exp $
+$NetBSD: distinfo,v 1.122 2025/11/14 15:51:42 roy Exp $
 
-BLAKE2s (dhcpcd-10.2.4.tar.xz) = 98ab2b54afeed264150a8f735744a13b63078c775a88e6c94217d1d7ae1858a3
-SHA512 (dhcpcd-10.2.4.tar.xz) = e6c0caccd590b8c90efe8c60743b6ca4b6cd0c2c170abd8ea940be48f1b75f6767ccbd17eac42a4f1eba8349197dbdfc923696765baab79d49916c8e674f30c8
-Size (dhcpcd-10.2.4.tar.xz) = 276444 bytes
+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



Home | Main Index | Thread Index | Old Index