summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorroy <roy>2009-03-20 15:46:00 +0000
committerroy <roy>2009-03-20 15:46:00 +0000
commit5c1a457c0f5629f97f61b3a36e05ec00b75520c5 (patch)
tree0b39d0844025fbb05e8da41c3f7d92aa49260e2b /net
parent07068a519feb9af55d8afb7d8fe8a3a5aafee0c7 (diff)
downloadpkgsrc-5c1a457c0f5629f97f61b3a36e05ec00b75520c5.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
Diffstat (limited to 'net')
-rw-r--r--net/dhcpcd/Makefile4
-rw-r--r--net/dhcpcd/distinfo9
-rw-r--r--net/dhcpcd/patches/patch-aa16
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>