diff options
author | roy <roy> | 2009-04-28 21:04:38 +0000 |
---|---|---|
committer | roy <roy> | 2009-04-28 21:04:38 +0000 |
commit | db89bf147a33c5fcfc6f7c1dd06966fc6413a4bd (patch) | |
tree | 6d53310704a816f114e35327a6ede0662297435e | |
parent | 08fde4ef2f8656105dfead78c111d0ee125349cd (diff) | |
download | pkgsrc-db89bf147a33c5fcfc6f7c1dd06966fc6413a4bd.tar.gz |
Update to dhcpcd-5.0.0
Changes from dhcpcd-4.99.18 include
* Fixed existing address detection
* Added non dhcp option variables to -V
* Prefix some generic variable names exported to dhcpcd-run-hooks with if
(ifmetric, ifwireless, ifflags) as they may conflict with generic var
names when it restarts a service
-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 0a93948e6a9..3feabd3bb83 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/04/20 06:38:19 roy Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/28 21:04:38 roy Exp $ # -DISTNAME= dhcpcd-4.99.18 +DISTNAME= dhcpcd-5.0.0 CATEGORIES= net LICENSE= modified-bsd MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 323265a07fb..c05fb69761a 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/04/20 06:38:19 roy Exp $ +$NetBSD: distinfo,v 1.5 2009/04/28 21:04:39 roy Exp $ -SHA1 (dhcpcd-4.99.18.tar.bz2) = 89d6ab3e2f9e6f789ca7665d80b8f6ed983c3a02 -RMD160 (dhcpcd-4.99.18.tar.bz2) = 2b15b36780c4a16287654fd312e1d308d0b12725 -Size (dhcpcd-4.99.18.tar.bz2) = 61860 bytes +SHA1 (dhcpcd-5.0.0.tar.bz2) = 7e699fc4879546c76654c980c5bdbfeac3d2333d +RMD160 (dhcpcd-5.0.0.tar.bz2) = d1af53404853be406ec1378773a1270960c7e518 +Size (dhcpcd-5.0.0.tar.bz2) = 61568 bytes |