diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-28 12:53:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-28 12:53:53 +0000 |
commit | 663bed58ee2a3705b26bc1508aea31585e18b4b9 (patch) | |
tree | ddeac3ce920b1af4fcfd406ac006a0c9cc725169 /net/libdnet | |
parent | 3c3c9e00b1aa4482e7d75af7711651545a87b87b (diff) | |
download | pkgsrc-663bed58ee2a3705b26bc1508aea31585e18b4b9.tar.gz |
Update to 1.10.
Changes in 1.10:
quick bugfix release, for non-Python install, and to add some minor
updates to the Python module.
Changes in 1.9:
this long overdue libdnet release includes the following changes:
- Tru64 now fully supported
- new tun(3) tunnel device interface
- improved Python module support
- win32 MinGW and VC++ developer's pack
Diffstat (limited to 'net/libdnet')
-rw-r--r-- | net/libdnet/Makefile | 4 | ||||
-rw-r--r-- | net/libdnet/PLIST | 3 | ||||
-rw-r--r-- | net/libdnet/distinfo | 9 | ||||
-rw-r--r-- | net/libdnet/patches/patch-aa | 15 |
4 files changed, 8 insertions, 23 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 09c6d25ad4c..6a4dc45a9d4 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2005/02/06 23:57:03 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/28 12:53:53 wiz Exp $ # -DISTNAME= libdnet-1.8 +DISTNAME= libdnet-1.10 CATEGORIES= devel net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdnet/} diff --git a/net/libdnet/PLIST b/net/libdnet/PLIST index 0f13dbb9725..34337d6bdd4 100644 --- a/net/libdnet/PLIST +++ b/net/libdnet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/12/04 15:46:41 peter Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/02/28 12:53:53 wiz Exp $ bin/dnet-config include/dnet.h include/dnet/addr.h @@ -14,6 +14,7 @@ include/dnet/os.h include/dnet/rand.h include/dnet/route.h include/dnet/tcp.h +include/dnet/tun.h include/dnet/udp.h lib/libdnet.la man/man3/dnet.3 diff --git a/net/libdnet/distinfo b/net/libdnet/distinfo index 4057734cbf0..0aaef2c7e55 100644 --- a/net/libdnet/distinfo +++ b/net/libdnet/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 12:13:52 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/02/28 12:53:53 wiz Exp $ -SHA1 (libdnet-1.8.tar.gz) = 23e6b40363064fa039c0f99f4897ed2a0080e206 -RMD160 (libdnet-1.8.tar.gz) = d6c9c723bc05d5efad205976d59d6363576bf5d6 -Size (libdnet-1.8.tar.gz) = 400246 bytes -SHA1 (patch-aa) = 3aa72c1c751c9e42eb0de03d5b2ea5987a33e346 +SHA1 (libdnet-1.10.tar.gz) = 1dd9594adb5a3af121960abd6960bcedfc815f37 +RMD160 (libdnet-1.10.tar.gz) = 167cf841b3fdd061ec8d6a56d53c341678ee5a9e +Size (libdnet-1.10.tar.gz) = 419752 bytes diff --git a/net/libdnet/patches/patch-aa b/net/libdnet/patches/patch-aa deleted file mode 100644 index a4dcf173105..00000000000 --- a/net/libdnet/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/12/04 15:46:41 peter Exp $ - ---- src/fw-pf.c.orig 2004-12-04 15:50:08.000000000 +0100 -+++ src/fw-pf.c 2004-12-04 15:57:49.000000000 +0100 -@@ -29,8 +29,8 @@ - /* - * XXX - cope with moving pf API - */ --#if defined(DIOCRINABEGIN) --/* OpenBSD 3.3 */ -+#if defined(DIOCRINABEGIN) || defined(DIOCXCOMMIT) -+/* OpenBSD 3.3 and higher */ - /* $OpenBSD: pfvar.h,v 1.130 2003/01/09 10:40:45 cedric Exp $ */ - /* $OpenBSD: pfvar.h,v 1.127 2003/01/05 22:14:23 dhartmei Exp $ */ - # define PFRA_ADDR(ra) (ra)->addr.v.a.addr.v4.s_addr |