Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dhcpcd Update to dhcpcd-9.0.2 with the following c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/224a59427bc7
branches:  trunk
changeset: 429500:224a59427bc7
user:      roy <roy%pkgsrc.org@localhost>
date:      Tue Apr 21 09:59:48 2020 +0000

description:
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.

diffstat:

 net/dhcpcd/Makefile |   4 ++--
 net/dhcpcd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 59cb82abe442 -r 224a59427bc7 net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Tue Apr 21 09:51:52 2020 +0000
+++ b/net/dhcpcd/Makefile       Tue Apr 21 09:59:48 2020 +0000
@@ -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/
diff -r 59cb82abe442 -r 224a59427bc7 net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Tue Apr 21 09:51:52 2020 +0000
+++ b/net/dhcpcd/distinfo       Tue Apr 21 09:59:48 2020 +0000
@@ -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