summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2014-11-07 20:18:06 +0000
committerroy <roy@pkgsrc.org>2014-11-07 20:18:06 +0000
commita568a32f0b652268b2cac72678c27a55e5accf28 (patch)
tree92c7c67d429c304faecb2a22c2c77dc2e8a5240d
parentb303656b666cceb5b38e68c7ea4bccf42a57e89f (diff)
downloadpkgsrc-a568a32f0b652268b2cac72678c27a55e5accf28.tar.gz
Import dhcpcd-6.6.1 with the following changes:
* Log the address IPv4LL defends * PREINIT, UNKNOWN and CARRIER are not either up nor down states * ARP code re-written to allow for many ARP states * IPv4LL address is now pseudo random based on HW address instead of really random as per RFC 3927 Section 2.1 * If not doing DHCP or DHCP6, disable the DNS requirement in the RA to fork. * Treat IPv4LL as fallback and start DHCP discovery even if the prior lease was IPv4LL when rebooting. * When we transition from REQUEST to DISCOVER in a reboot, start IPv4LL at the same time as discover to ensure we have an address quicker. * Improve handling of the IPv6LL address at startup * Support old Linux kernels where IFLA_AF_SPEC may not exist * When stopping interfaces, skip past pseudo interfaces instead of finding the master as only the masters are sorted correctly Added another mirror site, http://cflags.cc/roy/dhcpcd
-rw-r--r--net/dhcpcd/Makefile5
-rw-r--r--net/dhcpcd/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index 98c5d82ead7..f8599daeabe 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.40 2014/10/18 00:00:52 roy Exp $
+# $NetBSD: Makefile,v 1.41 2014/11/07 20:18:06 roy Exp $
#
-DISTNAME= dhcpcd-6.5.1
+DISTNAME= dhcpcd-6.6.1
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
+MASTER_SITES+= http://cflags.cc/roy/dhcpcd/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= roy@NetBSD.org
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index 7b078e99b05..a0d2cad3f23 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2014/10/18 00:00:52 roy Exp $
+$NetBSD: distinfo,v 1.38 2014/11/07 20:18:06 roy Exp $
-SHA1 (dhcpcd-6.5.1.tar.bz2) = e4ffeee13efff17aadbc60d669206819b99d0a74
-RMD160 (dhcpcd-6.5.1.tar.bz2) = 2f0f5de1e5949e27b50a0ca1e163eef096611592
-Size (dhcpcd-6.5.1.tar.bz2) = 156068 bytes
+SHA1 (dhcpcd-6.6.1.tar.bz2) = 6135415bd3f4ec6486066539e39e6c90cd8dc8b6
+RMD160 (dhcpcd-6.6.1.tar.bz2) = 29317b8c173935ab0da91675bc7935ca289e234d
+Size (dhcpcd-6.6.1.tar.bz2) = 157364 bytes