diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-05 23:35:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-05 23:35:30 +0000 |
commit | acdafd9a6fdc0275bf003bab09775d687e153f48 (patch) | |
tree | 10465a1bc98a9809d38ea31cd69b12700756746f | |
parent | 1ceb22c4121a341b668cb14996d1af3487d6afa6 (diff) | |
download | pkgsrc-acdafd9a6fdc0275bf003bab09775d687e153f48.tar.gz |
Update to 2.3.5, from Sergey Svishchev in PR 32460:
07/03/2005: Version 2.3.5
- Fix crash with replay live mode (-S)
- Fix longstanding tcpprep auto/router mode bug
06/05/2005: Version 2.3.4
- Support libpcap <= 0.5 for OpenBSD
- libpcap 0.5 doesn't have pcap_open_dead, so disable -w, -W and -D in
that case
- Fix configure errors regarding libpcapnav
- Fix compile problem in libpcap.c with OpenBSD
- Fix compile problem where libpcap and libnet are in /usr and
libpcapnav is somehwere else
- Don't ship .svn directories
- Close stdin so we can reopen it if necessary
Remove BROKEN_IN, since it builds fine for me on 3.99.15/i386.
-rw-r--r-- | net/tcpreplay/Makefile | 6 | ||||
-rw-r--r-- | net/tcpreplay/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index bf5c50b599e..7ed65f8fbea 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2006/01/04 04:29:07 schmonz Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/05 23:35:30 wiz Exp $ -DISTNAME= tcpreplay-2.3.3 +DISTNAME= tcpreplay-2.3.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/} @@ -8,8 +8,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://tcpreplay.sourceforge.net/ COMMENT= Replay saved tcpdump or snoop files -BROKEN_IN= pkgsrc-2005Q4 - BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6 GNU_CONFIGURE= yes diff --git a/net/tcpreplay/distinfo b/net/tcpreplay/distinfo index 67c5e3c9108..aa323d6c3ac 100644 --- a/net/tcpreplay/distinfo +++ b/net/tcpreplay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/03/26 12:07:56 adrianp Exp $ +$NetBSD: distinfo,v 1.6 2006/01/05 23:35:30 wiz Exp $ -SHA1 (tcpreplay-2.3.3.tar.gz) = 52005528c57b5c82983c4491266c0c08385860d0 -RMD160 (tcpreplay-2.3.3.tar.gz) = c523415ed0b2b17ea0bf68e1fa3489e60bc3a240 -Size (tcpreplay-2.3.3.tar.gz) = 585406 bytes +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 |