pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dhcpcd Import dhcpcd-8.1.0 with the following chan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c27acb4db2bb
branches:  trunk
changeset: 341975:c27acb4db2bb
user:      roy <roy%pkgsrc.org@localhost>
date:      Fri Oct 11 10:57:19 2019 +0000

description:
Import dhcpcd-8.1.0 with the following changes:
 * DragonFlyBSD: Improved rc.d handling
 * Fix carrier status after a route socket overflow
 * Allow domain spaced options
 * DHCP: Allow not sending Force Renew Nonce or Reconf Accept
 * IPv4LL: Now passes Apple Bonjour test versions 1.4 and 1.5
 * ARP: Fix a typo and remove pragma (thus working with old gcc)
 * DHCP6: Fix a cosmetic issue with infinite leases
 * DHCP6: SLA 0 and Prefix Len 0 will now add a delegatd /64 address
 * Ignore some virtual interfaces such as Tap and Bridge by default
 * BPF: Move validation logic out of BPF and back into dhcpcd

diffstat:

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

diffs (27 lines):

diff -r a5698b0cfae5 -r c27acb4db2bb net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Fri Oct 11 09:27:15 2019 +0000
+++ b/net/dhcpcd/Makefile       Fri Oct 11 10:57:19 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2019/09/13 12:01:53 roy Exp $
+# $NetBSD: Makefile,v 1.91 2019/10/11 10:57:19 roy Exp $
 
-DISTNAME=              dhcpcd-8.0.6
+DISTNAME=              dhcpcd-8.1.0
 PKGNAME=               ${DISTNAME:S/-rc/rc/}
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
diff -r a5698b0cfae5 -r c27acb4db2bb net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Fri Oct 11 09:27:15 2019 +0000
+++ b/net/dhcpcd/distinfo       Fri Oct 11 10:57:19 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.87 2019/09/13 12:01:53 roy Exp $
+$NetBSD: distinfo,v 1.88 2019/10/11 10:57:19 roy Exp $
 
-SHA1 (dhcpcd-8.0.6.tar.xz) = a858f946d7eff89640142c5d87e33a7bdd5d48bb
-RMD160 (dhcpcd-8.0.6.tar.xz) = 9c409b3ddb0d82979554efbbd6f078c6d6eb3a5d
-SHA512 (dhcpcd-8.0.6.tar.xz) = 19a568800a4e510a250de7cc111700b364c68bfe3907f1ac2cda81aacd079cb9ac87731cbabbf8f1e85e055a11c7ba88e419f6c4d7b33f8842dfaeadc7d1e193
-Size (dhcpcd-8.0.6.tar.xz) = 224552 bytes
+SHA1 (dhcpcd-8.1.0.tar.xz) = 192678a32429e611a3ea6c3f3439ffb28db821e9
+RMD160 (dhcpcd-8.1.0.tar.xz) = 5682e8b243229a03eb3ec2707690df102f2822c7
+SHA512 (dhcpcd-8.1.0.tar.xz) = 1bfb6b5be11c4a9ae4669130f0e549b4f51d96201988e5c0e32bd8e1f85b41488f8eed0c49c578ef99811ec892b740726697a667d4afb8fb11350cb01d0346e5
+Size (dhcpcd-8.1.0.tar.xz) = 225716 bytes



Home | Main Index | Thread Index | Old Index