summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-08-20 21:06:15 +0000
committeradrianp <adrianp>2007-08-20 21:06:15 +0000
commit65f2c939413eae176db4f49abfd63bdb3096d554 (patch)
treed4d8982a9fde66360ab0507e5471f4922f069478 /net
parentd3cbf4cee160f370be61209eb23f24f9739e2af9 (diff)
downloadpkgsrc-65f2c939413eae176db4f49abfd63bdb3096d554.tar.gz
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 (limited to 'net')
-rw-r--r--net/tcpreplay/Makefile19
-rw-r--r--net/tcpreplay/PLIST17
-rw-r--r--net/tcpreplay/distinfo9
3 files changed, 16 insertions, 29 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile
index 35362ddda0d..1eee6247215 100644
--- a/net/tcpreplay/Makefile
+++ b/net/tcpreplay/Makefile
@@ -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
-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 --git a/net/tcpreplay/PLIST b/net/tcpreplay/PLIST
index 3278a06ad1b..23b2f64b36d 100644
--- a/net/tcpreplay/PLIST
+++ b/net/tcpreplay/PLIST
@@ -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 --git a/net/tcpreplay/distinfo b/net/tcpreplay/distinfo
index 340fb18e67e..e7f439830b4 100644
--- a/net/tcpreplay/distinfo
+++ b/net/tcpreplay/distinfo
@@ -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