diff options
author | roy <roy@pkgsrc.org> | 2009-07-08 22:24:33 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-07-08 22:24:33 +0000 |
commit | f2cb6928d21a40208b66ce74b0dbd8814c102b6a (patch) | |
tree | 632e1f667e7e6ef3e43eb257535b3cabe8855653 /net/dhcpcd | |
parent | 18431bf03b2dcb968a29b63e24dbf4e84470643f (diff) | |
download | pkgsrc-f2cb6928d21a40208b66ce74b0dbd8814c102b6a.tar.gz |
Update to dhcpcd-5.0.6
Changes from dhcpcd-5.0.4 include
* Fix crash on MIPS
* Default to requesting interface MTU
* Save and restore interface MTU when changing
* IP whitelist
* Fix detecting correct dstaddr for PtP interfaces at startup
* Ensure that the lease and pidfile directories exist at startup
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 116d7c9e745..ed7d95bbae7 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/05/24 21:24:56 roy Exp $ +# $NetBSD: Makefile,v 1.11 2009/07/08 22:24:33 roy Exp $ # -DISTNAME= dhcpcd-5.0.4 +DISTNAME= dhcpcd-5.0.6 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 14f39675fb1..63cb211eae1 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/05/24 21:24:56 roy Exp $ +$NetBSD: distinfo,v 1.10 2009/07/08 22:24:33 roy Exp $ -SHA1 (dhcpcd-5.0.4.tar.bz2) = ce958f071b5a2267149e56882a984fb1d2810803 -RMD160 (dhcpcd-5.0.4.tar.bz2) = fca6257b30c4c12811ca204bf9e7fe186335928b -Size (dhcpcd-5.0.4.tar.bz2) = 62058 bytes +SHA1 (dhcpcd-5.0.6.tar.bz2) = 2539dfc157f3c897959ca16a4a9eabdfa4599657 +RMD160 (dhcpcd-5.0.6.tar.bz2) = 75ab9fb07ad09bb10f14ef5218da3ea95cceed4a +Size (dhcpcd-5.0.6.tar.bz2) = 62535 bytes |