pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tcpreplay Update to 3.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/714559b924b6
branches:  trunk
changeset: 532482:714559b924b6
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Aug 20 21:06:15 2007 +0000

description:
Update to 3.1.1
By default, no longer try to use libnet.  You must now specify --enable-libnet (#148)
Remove support for pcap_snapshot_override which was never added to libpcap (#140)
Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82)
tcpprep & tcprewrite no longer require root access (#3)
Remove libnids dependancy for flowreplay

And many more, see the following for all the details:

http://tcpreplay.synfin.net/trac/browser/trunk/docs/CHANGELOG?rev=1886

diffstat:

 net/tcpreplay/Makefile |  19 ++++---------------
 net/tcpreplay/PLIST    |  17 ++++++++---------
 net/tcpreplay/distinfo |   9 ++++-----
 3 files changed, 16 insertions(+), 29 deletions(-)

diffs (74 lines):

diff -r 22e5e9a71b08 -r 714559b924b6 net/tcpreplay/Makefile
--- a/net/tcpreplay/Makefile    Mon Aug 20 20:30:11 2007 +0000
+++ b/net/tcpreplay/Makefile    Mon Aug 20 21:06:15 2007 +0000
@@ -1,29 +1,18 @@
-# $NetBSD: Makefile,v 1.16 2007/02/18 18:51:55 adrianp Exp $
+# $NetBSD: Makefile,v 1.17 2007/08/20 21:06:15 adrianp Exp $
 
-DISTNAME=      tcpreplay-2.3.5
-PKGREVSION=    1
+DISTNAME=      tcpreplay-3.1.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://tcpreplay.sourceforge.net/
+HOMEPAGE=      http://tcpreplay.synfin.net/
 COMMENT=       Replay saved tcpdump or snoop files
 
-BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.6
+BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.7.2
 
 GNU_CONFIGURE= yes
 
 CONFIGURE_ARGS+=       --with-libpcap=${BUILDLINK_PREFIX.libpcap}
-CONFIGURE_ARGS+=       --without-pcapnav-config
 
-SUBST_CLASSES+=                conf
-SUBST_STAGE.conf=      pre-configure
-SUBST_FILES.conf=      configure
-SUBST_SED.conf=                -e "s|libnet-config|libnet11-config|g"
-SUBST_SED.conf+=       -e "s|@@LN_INC@@|${BUILDLINK_PREFIX.libnet11}/include/libnet11|g"
-SUBST_SED.conf+=       -e "s|@@LN_LIB@@|${BUILDLINK_PREFIX.libnet11}/lib/libnet11|g"
-SUBST_MESSAGE.conf=     Fixing configuration script.
-
-.include "../../devel/libnet11/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 22e5e9a71b08 -r 714559b924b6 net/tcpreplay/PLIST
--- a/net/tcpreplay/PLIST       Mon Aug 20 20:30:11 2007 +0000
+++ b/net/tcpreplay/PLIST       Mon Aug 20 21:06:15 2007 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2005/01/20 21:59:13 adrianp Exp $
-bin/capinfo
+@comment $NetBSD: PLIST,v 1.3 2007/08/20 21:06:15 adrianp Exp $
 bin/tcpprep
-bin/pcapmerge
-bin/flowreplay
-man/man1/capinfo.1
 man/man1/tcpprep.1
-man/man8/tcpreplay.8
-man/man1/pcapmerge.1
-man/man1/flowreplay.1
-sbin/tcpreplay
+bin/tcpbridge
+bin/tcpreplay
+bin/tcprewrite
+lib/libopts.la
+man/man1/tcpbridge.1
+man/man1/tcpreplay.1
+man/man1/tcprewrite.1
diff -r 22e5e9a71b08 -r 714559b924b6 net/tcpreplay/distinfo
--- a/net/tcpreplay/distinfo    Mon Aug 20 20:30:11 2007 +0000
+++ b/net/tcpreplay/distinfo    Mon Aug 20 21:06:15 2007 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/02/18 18:51:55 adrianp Exp $
+$NetBSD: distinfo,v 1.8 2007/08/20 21:06:15 adrianp Exp $
 
-SHA1 (tcpreplay-2.3.5.tar.gz) = 161eb4ac7985d3026f068eda93314f988eff05c7
-RMD160 (tcpreplay-2.3.5.tar.gz) = f94e35bbe96e95416bbc320cb853fe889f2b630d
-Size (tcpreplay-2.3.5.tar.gz) = 682045 bytes
-SHA1 (patch-aa) = 3797bf005a94165d22c6c3383eaeb4684b38265c
+SHA1 (tcpreplay-3.1.1.tar.gz) = ed3a8f4eda921d547036f7f4c4fe0ed3910c4d5e
+RMD160 (tcpreplay-3.1.1.tar.gz) = a54ae490e7264f6e30b336536667a92b76ddcf8c
+Size (tcpreplay-3.1.1.tar.gz) = 801068 bytes



Home | Main Index | Thread Index | Old Index