diff options
author | salo <salo@pkgsrc.org> | 2003-02-15 23:54:45 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-15 23:54:45 +0000 |
commit | e20e1bf5eaa5cd7939e62dee6228d0c93cdce08d (patch) | |
tree | 3a85b818e3597c47ea556ea22ae6f5270b129ac0 /net/tcpreplay/Makefile | |
parent | 4c52feffc89a35c8dbf149dae9ffad1e7e33c27b (diff) | |
download | pkgsrc-e20e1bf5eaa5cd7939e62dee6228d0c93cdce08d.tar.gz |
Updated to version 1.3.2.
Patch from Adrian Portelli via PR pkg/20360.
Changes:
1.3.2:
======
- Fix portability issues with tcpprep cache files
- Fix 'make test' on big-endian systems
1.3.1:
======
- Fix packaging error with libredblack
- Fix configure/makefile so libredblack get's configured with tcpreplay
which should prevent the packaging error from happening again
- Fix possible libnet 1.0.x version detection bug
1.3.0:
======
- Re-release 1.3.beta6 as 1.3.0
1.3.beta6:
==========
- Improve cross platform compatibility of test subsystem
- Fix bug in Makefile which caused possible failures of clean/distclean
- Fix bug with CCFLAGS when using --with-debug
- Fix bug with -x/-X which would drop/send all packets in certain
conditions
- Update libredblack to 1.2 (latest)
- Add support for OSX
- Add --with-testnic and --with-testnic2 to allow end user to specify
specific network cards to be used for 'make test'
- Fixes SIGBUS errors on SPARC
1.3-beta5:
==========
- Add testing subsystem
- Fix segfault when we don't send a packet
- Improve debug output support in dbg()
1.3-beta4:
==========
- Updated tcpprep man page with -x and -X options
- Now supports (again) the include/exclude options in the config file
- Fixed -x|-X sanity check in tcpprep/tcpreplay
1.3-beta3:
==========
- Fix compile of list.c under FreeBSD 4.7 and others
- Add -x|-X to tcpprep
- Modify cache file format to be 2 bits/packet to allow caching of
-x|-X args (dropping packets)
- Modularize some more code
1.3-beta2:
==========
- Fix ./configure bug w/ INET_ATON and INET_ADDR
- Add support for filtering packets to send based on
IP address or packet number (-x & -X)
- Move a lot of code from tcpreplay.c to do_packets.c
- Update tcpreplay man page
1.3-beta1:
==========
- Add support for randomizing IP addresses (-s)
- Update tcpreplay man page
- Fix problem with checksums after untruncate
Diffstat (limited to 'net/tcpreplay/Makefile')
-rw-r--r-- | net/tcpreplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 9d4e71c5e4c..14df317cb7b 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/07 20:20:25 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2003/02/15 23:54:45 salo Exp $ -DISTNAME= tcpreplay-1.2a +DISTNAME= tcpreplay-1.3.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/} |