pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dhcpcd Update to dhcpcd-4.99.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/d70e4af7e849
branches: trunk
changeset: 556354:d70e4af7e849
user: roy <roy%pkgsrc.org@localhost>
date: Fri Mar 20 15:46:00 2009 +0000
description:
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:
net/dhcpcd/Makefile | 4 ++--
net/dhcpcd/distinfo | 9 ++++-----
net/dhcpcd/patches/patch-aa | 16 ----------------
3 files changed, 6 insertions(+), 23 deletions(-)
diffs (47 lines):
diff -r a070b264dc4b -r d70e4af7e849 net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile Fri Mar 20 15:38:05 2009 +0000
+++ b/net/dhcpcd/Makefile Fri Mar 20 15:46:00 2009 +0000
@@ -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 -r a070b264dc4b -r d70e4af7e849 net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo Fri Mar 20 15:38:05 2009 +0000
+++ b/net/dhcpcd/distinfo Fri Mar 20 15:46:00 2009 +0000
@@ -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 -r a070b264dc4b -r d70e4af7e849 net/dhcpcd/patches/patch-aa
--- a/net/dhcpcd/patches/patch-aa Fri Mar 20 15:38:05 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index