diff options
author | roy <roy@pkgsrc.org> | 2010-03-31 09:11:11 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2010-03-31 09:11:11 +0000 |
commit | 47f538d6075e486f08c9cf0e3300c53544e43d0a (patch) | |
tree | d00670c4b94b49ff2214def6c498210c88553874 /net/dhcpcd | |
parent | 7fbee5c9dde30d9cc3e5d992b4549024d7b4460f (diff) | |
download | pkgsrc-47f538d6075e486f08c9cf0e3300c53544e43d0a.tar.gz |
Import dhcpcd-5.2.2 with the following changes:
* The broadcast flag is now automatically set for interfaces that require
it, via platform detection. Currently qeth on Linux.
* Fix a file descriptor leak on Linux getting platform info.
* Don't send a maximum DHCP message size beyond what we can handle.
* ip_ip is now randomized.
* IPTOS_LOWDELAY and IP_DF flags are no longer set.
* SSID is now correctly terminated on Linux.
Diffstat (limited to 'net/dhcpcd')
-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 8d258324eb5..74f7478c641 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2010/02/27 16:06:59 roy Exp $ +# $NetBSD: Makefile,v 1.21 2010/03/31 09:11:11 roy Exp $ # -DISTNAME= dhcpcd-5.2.1 +DISTNAME= dhcpcd-5.2.2 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 844fd87c2e6..4e2d9ccb00d 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2010/02/27 16:06:59 roy Exp $ +$NetBSD: distinfo,v 1.19 2010/03/31 09:11:11 roy Exp $ -SHA1 (dhcpcd-5.2.1.tar.bz2) = 698742d22359b6b57526996fc93d88b44fa467d2 -RMD160 (dhcpcd-5.2.1.tar.bz2) = d93e440698cde6e690edcec71e0f5a46ff6f36a6 -Size (dhcpcd-5.2.1.tar.bz2) = 67473 bytes +SHA1 (dhcpcd-5.2.2.tar.bz2) = 2739ea24091b3ede42b60affd3ea424dfa05686d +RMD160 (dhcpcd-5.2.2.tar.bz2) = 7ee00a18079b6f3b1a0079a42e69062a9aa7eb37 +Size (dhcpcd-5.2.2.tar.bz2) = 67625 bytes |