diff options
author | roy <roy@pkgsrc.org> | 2009-03-20 15:46:00 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-03-20 15:46:00 +0000 |
commit | 2f62b0ef900300c1cb0a2f1f8b7ee5818d6fa3b1 (patch) | |
tree | 0b39d0844025fbb05e8da41c3f7d92aa49260e2b | |
parent | bc290fdc13b55192fcf784456c652107bc880904 (diff) | |
download | pkgsrc-2f62b0ef900300c1cb0a2f1f8b7ee5818d6fa3b1.tar.gz |
Update to dhcpcd-4.99.15
Changes from dhcpcd-4.99.14 include
* Compiles on DragonFly BSD
* Better support for 3rd party configured interfaces such as PPP
* Blacklist now happens at the packet level
-rw-r--r-- | net/dhcpcd/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 9 | ||||
-rw-r--r-- | net/dhcpcd/patches/patch-aa | 16 |
3 files changed, 6 insertions, 23 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 1ac8accf8c2..98231f5b4cf 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/03/17 12:02:34 roy Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/20 15:46:00 roy Exp $ # -DISTNAME= dhcpcd-4.99.14 +DISTNAME= dhcpcd-4.99.15 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 b489c279e9e..41d3008ef54 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/03/12 08:14:16 hasso Exp $ +$NetBSD: distinfo,v 1.3 2009/03/20 15:46:00 roy Exp $ -SHA1 (dhcpcd-4.99.14.tar.bz2) = fb0ae1c1fc2992c9e85fdb2e131fce6d681b3889 -RMD160 (dhcpcd-4.99.14.tar.bz2) = ce27e48bedf407912d89b8b6032be8ac40d164ea -Size (dhcpcd-4.99.14.tar.bz2) = 60295 bytes -SHA1 (patch-aa) = eb52db8df9642ba49ed3dfce0d1d42d0e77fdf6a +SHA1 (dhcpcd-4.99.15.tar.bz2) = 48eaa70c2a67881e10ecaf1718dc6f0bc636974e +RMD160 (dhcpcd-4.99.15.tar.bz2) = a76507e4abd8df165b89cea593edfb40ae64f068 +Size (dhcpcd-4.99.15.tar.bz2) = 61237 bytes diff --git a/net/dhcpcd/patches/patch-aa b/net/dhcpcd/patches/patch-aa deleted file mode 100644 index 2fd703f591c..00000000000 --- a/net/dhcpcd/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2009/03/12 08:14:16 hasso Exp $ - ---- if-bsd.c.orig 2009-03-12 09:54:44 +0200 -+++ if-bsd.c 2009-03-12 09:55:31 +0200 -@@ -38,7 +38,11 @@ - #include <net/if_types.h> - #include <net/route.h> - #include <netinet/in.h> -+#ifdef __DragonFly__ -+#include <netproto/802_11/ieee80211_ioctl.h> -+#else - #include <net80211/ieee80211_ioctl.h> -+#endif - - #include <errno.h> - #include <fnmatch.h> |