diff options
author | roy <roy> | 2010-02-27 15:46:52 +0000 |
---|---|---|
committer | roy <roy> | 2010-02-27 15:46:52 +0000 |
commit | 1802550f3a51aba68c69cb1002b666ec47708262 (patch) | |
tree | 0d2b976894d56b395baa60e20b63fc12c6f37cf4 /net | |
parent | aa4192745f433f941dd416edd9b1fd2e47f7f9a4 (diff) | |
download | pkgsrc-1802550f3a51aba68c69cb1002b666ec47708262.tar.gz |
Import dhcpcd-5.2.0 with the following changes:
* VendorID is now dhcpcd-$version:$OS-$version:$machine:$platform
* IPv4LL address range can now be used in DHCP requests
* sysctl net.ipv4.conf.$iface.promote_secondaries enabled on Linux
This resolves a long standing issue of changing ip on the same subnet.
* IPv4LL correctly resets the DHCP timer.
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 584bd19a6bc..f86e5ee9115 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2010/01/31 20:30:18 roy Exp $ +# $NetBSD: Makefile,v 1.19 2010/02/27 15:46:52 roy Exp $ # -DISTNAME= dhcpcd-5.1.5 +DISTNAME= dhcpcd-5.2.0 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 da5d96aa3ac..8a529829b75 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2010/01/31 20:30:18 roy Exp $ +$NetBSD: distinfo,v 1.17 2010/02/27 15:46:52 roy Exp $ -SHA1 (dhcpcd-5.1.5.tar.bz2) = b6a064c9dec71f2adadff9fbc61fac9bd8f379de -RMD160 (dhcpcd-5.1.5.tar.bz2) = a0a3f0ab30c29b0ff0a8db5bc994058ea131d001 -Size (dhcpcd-5.1.5.tar.bz2) = 66618 bytes +SHA1 (dhcpcd-5.2.0.tar.bz2) = 5f09f3bc9c7a90bd287e4916725e015f2fc0e863 +RMD160 (dhcpcd-5.2.0.tar.bz2) = a9fba517aec7d23dcd84185752e252649a8ee182 +Size (dhcpcd-5.2.0.tar.bz2) = 67481 bytes |