diff options
author | roy <roy> | 2010-01-31 20:30:18 +0000 |
---|---|---|
committer | roy <roy> | 2010-01-31 20:30:18 +0000 |
commit | 18b0e5be4eff8ad6314287ee429351d7b8eab4c6 (patch) | |
tree | 8dfa06e27c68876ee8424897a629d89080be930a /net/dhcpcd | |
parent | 9648ae67cf88e39df03bd0dc16a0bfdcedfae52f (diff) | |
download | pkgsrc-18b0e5be4eff8ad6314287ee429351d7b8eab4c6.tar.gz |
Update to dhcpcd-5.1.5 with the following changes:
* arc4random from OpenBSD imported for better randomness on Linux
* -h, --xidhwaddr uses the last 4 bytes of the hardware address as
the DHCP xid
* no longer warn about InfiniBand being an unsupported family
* infinite lease times are valid when reading old leases
* discard address correctly if lease is invalid
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 5 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index dccdaffd175..584bd19a6bc 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2009/12/26 23:59:26 abs Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/31 20:30:18 roy Exp $ # -DISTNAME= dhcpcd-5.1.4 -PKGREVISION= 1 +DISTNAME= dhcpcd-5.1.5 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 f6a073dc055..da5d96aa3ac 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2009/12/23 09:34:58 roy Exp $ +$NetBSD: distinfo,v 1.16 2010/01/31 20:30:18 roy Exp $ -SHA1 (dhcpcd-5.1.4.tar.bz2) = 125505c85ca45db2901bb80fdd11cfe4441fef1b -RMD160 (dhcpcd-5.1.4.tar.bz2) = 231604bccf0702c904f343e70600a7b61a526c53 -Size (dhcpcd-5.1.4.tar.bz2) = 65198 bytes +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 |