summaryrefslogtreecommitdiff
path: root/net/dhcpcd
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2014-10-18 00:00:52 +0000
committerroy <roy@pkgsrc.org>2014-10-18 00:00:52 +0000
commitfa0e8d85aae41b6029712cc751efdc4c5ca7a1dc (patch)
tree2d18f9210b5c44a607202320243b93866f72286e /net/dhcpcd
parent5a161394b4908bc2d130b6643656979aef0ac2be (diff)
downloadpkgsrc-fa0e8d85aae41b6029712cc751efdc4c5ca7a1dc.tar.gz
Import dhcpcd-6.5.1 with the following changes:
* Use RTF_PINNED when deleting routes when available Allows dhcpcd to control IPv4 routing on newer FreeBSDs * Don't work on bridge, or ptp interfaces unless explicitly told * Poll for IFF_RUNNING again but avoid constantly sending IFF_UP (should now fix all carrier problems on BSD virtual interfaces) * Don't crash when processing IPv6 route calls from the kernel when IPv6 resources have been disabled in dhcpcd * Allow the same IP address to be shared across different interfaces Interface with the lowest metric gets the IP address, will move to the next highest if dropped (interface departs, carrier drops, etc) * Use correct interface gateway on FreeBSD, removes need for linkaddr.c on kFreeBSD * Delegated prefix addresses are now reported via DELEGATE6 * Fix copying the correct timezone file * Work better with unknown delegated prefix lengths * Move IPv4LL and ARP to the DHCP eloop queue to fix timing issues * Add IA PD documentation update from christos@netbsd.org
Diffstat (limited to 'net/dhcpcd')
-rw-r--r--net/dhcpcd/Makefile4
-rw-r--r--net/dhcpcd/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index 2bd4969e556..98c5d82ead7 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2014/10/06 18:28:47 roy Exp $
+# $NetBSD: Makefile,v 1.40 2014/10/18 00:00:52 roy Exp $
#
-DISTNAME= dhcpcd-6.5.0
+DISTNAME= dhcpcd-6.5.1
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index eb081bd39be..7b078e99b05 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2014/10/06 18:28:47 roy Exp $
+$NetBSD: distinfo,v 1.37 2014/10/18 00:00:52 roy Exp $
-SHA1 (dhcpcd-6.5.0.tar.bz2) = 466b5d99b36df9ba32c683acc38ca2cc71fc777b
-RMD160 (dhcpcd-6.5.0.tar.bz2) = 3b173c9141e68ff4c59ce2f7980ff5780049ca3f
-Size (dhcpcd-6.5.0.tar.bz2) = 155345 bytes
+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