diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-08-20 21:06:15 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-08-20 21:06:15 +0000 |
commit | 0b9c00aa6bfce87f0787d0f2cb1a5ed005c1ac2c (patch) | |
tree | d4d8982a9fde66360ab0507e5471f4922f069478 /net/tcpreplay | |
parent | dd46ac39a7173800c572a91f837bef7f9dd84641 (diff) | |
download | pkgsrc-0b9c00aa6bfce87f0787d0f2cb1a5ed005c1ac2c.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/tcpreplay')
-rw-r--r-- | net/tcpreplay/Makefile | 19 | ||||
-rw-r--r-- | net/tcpreplay/PLIST | 17 | ||||
-rw-r--r-- | net/tcpreplay/distinfo | 9 |
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 |