pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libdnet Update to 1.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/535ba72379b4
branches:  trunk
changeset: 489918:535ba72379b4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 28 12:53:53 2005 +0000

description:
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:

 net/libdnet/Makefile         |   4 ++--
 net/libdnet/PLIST            |   3 ++-
 net/libdnet/distinfo         |   9 ++++-----
 net/libdnet/patches/patch-aa |  15 ---------------
 4 files changed, 8 insertions(+), 23 deletions(-)

diffs (63 lines):

diff -r c8861a36d06c -r 535ba72379b4 net/libdnet/Makefile
--- a/net/libdnet/Makefile      Mon Feb 28 12:44:43 2005 +0000
+++ b/net/libdnet/Makefile      Mon Feb 28 12:53:53 2005 +0000
@@ -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 -r c8861a36d06c -r 535ba72379b4 net/libdnet/PLIST
--- a/net/libdnet/PLIST Mon Feb 28 12:44:43 2005 +0000
+++ b/net/libdnet/PLIST Mon Feb 28 12:53:53 2005 +0000
@@ -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/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 -r c8861a36d06c -r 535ba72379b4 net/libdnet/distinfo
--- a/net/libdnet/distinfo      Mon Feb 28 12:44:43 2005 +0000
+++ b/net/libdnet/distinfo      Mon Feb 28 12:53:53 2005 +0000
@@ -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 -r c8861a36d06c -r 535ba72379b4 net/libdnet/patches/patch-aa
--- a/net/libdnet/patches/patch-aa      Mon Feb 28 12:44:43 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index