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:           Tue Apr 21 09:59:48 UTC 2020

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

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

 * Control sockets are not opened in test mode
 * privsep: no longer aborts if protocol not available
 * inet6: Don't regen temporary addresses without a state
 * inet6: Reduce RA log spam
 * dhcp6: Don't log when things consitently fail
 * inet6: Add temporary directive to slaac option [1]
 * Ensure current interface flags persist when setting a flag
 * DHCP via BPF is now aligned correctly
 * CMSG buffers are now aligned correctly
 * hostnames are no longer clobbered when being forced and a RA is recieved

[1] dhcpcd no longer looks at any possible kernel settings when deciding to
manage IPv6 temporary addresses or not. You now instruct dhcpcd to do this
in dhcpcd.conf. Playing whack-a-mole with various kernel knobs wasn't fun
and some OS's have or are removing RA and thus temporary address managemnt
from the kernel so said knobs are no longer there.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.96 -r1.97 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.99 pkgsrc/net/dhcpcd/Makefile:1.100
--- pkgsrc/net/dhcpcd/Makefile:1.99     Mon Apr 13 16:24:09 2020
+++ pkgsrc/net/dhcpcd/Makefile  Tue Apr 21 09:59:48 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2020/04/13 16:24:09 roy Exp $
+# $NetBSD: Makefile,v 1.100 2020/04/21 09:59:48 roy Exp $
 
-DISTNAME=              dhcpcd-9.0.1
+DISTNAME=              dhcpcd-9.0.2
 PKGNAME=               ${DISTNAME:S/-rc/rc/}
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.96 pkgsrc/net/dhcpcd/distinfo:1.97
--- pkgsrc/net/dhcpcd/distinfo:1.96     Mon Apr 13 16:24:09 2020
+++ pkgsrc/net/dhcpcd/distinfo  Tue Apr 21 09:59:48 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.96 2020/04/13 16:24:09 roy Exp $
+$NetBSD: distinfo,v 1.97 2020/04/21 09:59:48 roy Exp $
 
-SHA1 (dhcpcd-9.0.1.tar.xz) = 572154cb44497458d0a7994ccb35249b3c0e12d6
-RMD160 (dhcpcd-9.0.1.tar.xz) = c03fdbcc39b855aeec92248dafd92f51d83a4ffc
-SHA512 (dhcpcd-9.0.1.tar.xz) = dea153c9a2f4a9d9c983bf50d8c18b544d7dbe1a2972ccc8eb33bbbc8b09178b39bdb9a38cc293db7861024509ccd475e11d84004bc4cd45947786f5e10db0a3
-Size (dhcpcd-9.0.1.tar.xz) = 244816 bytes
+SHA1 (dhcpcd-9.0.2.tar.xz) = 6aa06f0f8fb0c01adabdad9028c0473312dbe1b9
+RMD160 (dhcpcd-9.0.2.tar.xz) = 571e4a0552185c19ea14d4ab34bf3610e9071c4e
+SHA512 (dhcpcd-9.0.2.tar.xz) = 2a606bff2e96d1da5d3642ac68341c14b378d9a905cba364ab42eba1285604f8be56b9efeff3eee18d89b71f0f9f3b05cb7b88e8fce568baf1c0d1e5d3becb5f
+Size (dhcpcd-9.0.2.tar.xz) = 244800 bytes



Home | Main Index | Thread Index | Old Index