diff options
author | roy <roy@pkgsrc.org> | 2014-11-26 13:38:37 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2014-11-26 13:38:37 +0000 |
commit | da2b48c28e2fd0dedfdd14379b225cc1e3fcc054 (patch) | |
tree | 4f7f7e24c2144b0374416f1c38eb1baf5210ee6b /net | |
parent | 2636929546a06322e16c468fff8f21c9ba535a4b (diff) | |
download | pkgsrc-da2b48c28e2fd0dedfdd14379b225cc1e3fcc054.tar.gz |
Import dhcpcd-6.6.3 with the following changes:
* Log which IP address we are ARPing.
* Only free other ARP states if not assinging an IPv4LL address.
* Reload global config when running per interface commands.
This matches the signal behaviour.
* If we don't have a hardware address, fallback to creating a default
IAID from the interface name and index as we used to.
* Loopback interfaces have routes scoped to the host only.
* If we don't have a hwlen and no clientid has been set, force a DUID
based ClientID.
* Disable IPv6RS if a loopback, pointopoint or not a multicast interface.
* If allowinterfaces is not specified, allow all configured interfaces
to work, such as loopback and ppp.
* When not daemonising, don't exit on timeout.
* Zero length UDP packets are not an error condition on the socket.
Thanks to Micha? K?pie?.
* If the IP address is still on the interface when reading a lease,
fake add the address and routes so the lease can be cleaned up if needed.
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 504ac1cfbfa..5773cccb70d 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2014/11/14 11:52:50 roy Exp $ +# $NetBSD: Makefile,v 1.43 2014/11/26 13:38:37 roy Exp $ # -DISTNAME= dhcpcd-6.6.2 +DISTNAME= dhcpcd-6.6.3 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 a7ced502ad1..77fc6b3cb05 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2014/11/14 11:52:50 roy Exp $ +$NetBSD: distinfo,v 1.40 2014/11/26 13:38:37 roy Exp $ -SHA1 (dhcpcd-6.6.2.tar.bz2) = 9a84326a9a056ba2464685f878e82d7f8879b100 -RMD160 (dhcpcd-6.6.2.tar.bz2) = eef57e945d86167c68927c5ebf901817c2e39883 -Size (dhcpcd-6.6.2.tar.bz2) = 156901 bytes +SHA1 (dhcpcd-6.6.3.tar.bz2) = f5c35353e448905fbb47d16edde49bed4a96d02b +RMD160 (dhcpcd-6.6.3.tar.bz2) = 3133c6ae731f5d016ec773499db3eeb3bff82901 +Size (dhcpcd-6.6.3.tar.bz2) = 157764 bytes |