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/Makefile | |
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/Makefile')
-rw-r--r-- | net/dhcpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |