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 Oct 11 10:57:19 UTC 2019

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.87 -r1.88 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.90 pkgsrc/net/dhcpcd/Makefile:1.91
--- pkgsrc/net/dhcpcd/Makefile:1.90     Fri Sep 13 12:01:53 2019
+++ pkgsrc/net/dhcpcd/Makefile  Fri Oct 11 10:57:19 2019
@@ -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/

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.87 pkgsrc/net/dhcpcd/distinfo:1.88
--- pkgsrc/net/dhcpcd/distinfo:1.87     Fri Sep 13 12:01:53 2019
+++ pkgsrc/net/dhcpcd/distinfo  Fri Oct 11 10:57:19 2019
@@ -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