diff options
author | markd <markd@pkgsrc.org> | 2011-07-14 11:47:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2011-07-14 11:47:17 +0000 |
commit | 4ef00f3a720534567306c4b720247341a9e052bc (patch) | |
tree | 7653e0d5de3e03b495ce1ea213b4ecf05a93da9f /net/libtrace | |
parent | f07319d13ed65a595a5c39f8ca221bbaeb1c17ec (diff) | |
download | pkgsrc-4ef00f3a720534567306c4b720247341a9e052bc.tar.gz |
Update libtrace to 3.0.10
libtrace 3.0.10 (2011-03-11)
Bug Fixes
Improvements
* Significantly improved performance of libtrace event API
* Transport headers and payload length are now cached for each
packet, saving time on subsequent lookups
libtrace 3.0.9 (2011-01-25)
Bug Fixes
Improvements
* tracesplit can now accept multiple input URIs which are read in turn
libtrace 3.0.8 (2010-12-03)
Bug Fixes
New Features
* Added a new API function called trace_get_payload_length() that returns
the length of the original payload content (i.e. the size of the
post-transport header payload prior to any snapping)
Improvements
* Added IPv6 and IPv6 fragmentation header decoders to libpacketdump
* traceanon can now read cryptopan keys from a file
Diffstat (limited to 'net/libtrace')
-rw-r--r-- | net/libtrace/Makefile | 5 | ||||
-rw-r--r-- | net/libtrace/PLIST | 9 | ||||
-rw-r--r-- | net/libtrace/PLIST.Linux | 3 | ||||
-rw-r--r-- | net/libtrace/distinfo | 8 |
4 files changed, 16 insertions, 9 deletions
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile index d915406d34c..ac87bc2e845 100644 --- a/net/libtrace/Makefile +++ b/net/libtrace/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/01/29 22:31:36 markd Exp $ +# $NetBSD: Makefile,v 1.7 2011/07/14 11:47:17 markd Exp $ # -DISTNAME= libtrace-3.0.7 +DISTNAME= libtrace-3.0.10 CATEGORIES= net MASTER_SITES= http://research.wand.net.nz/software/libtrace/ EXTRACT_SUFX= .tar.bz2 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://research.wand.net.nz/software/libtrace.php COMMENT= Library for trace processing +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/libtrace/PLIST b/net/libtrace/PLIST index d47eafd208e..5c674620416 100644 --- a/net/libtrace/PLIST +++ b/net/libtrace/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2010/10/23 13:08:56 pettai Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/07/14 11:47:17 markd Exp $ bin/traceanon bin/traceconvert bin/tracediff @@ -25,7 +25,7 @@ lib/libpacketdump/eth_0.la lib/libpacketdump/eth_2048.la lib/libpacketdump/eth_2054.la lib/libpacketdump/eth_33024.la -lib/libpacketdump/eth_34525.protocol +lib/libpacketdump/eth_34525.la lib/libpacketdump/eth_34887.la lib/libpacketdump/eth_34916.la lib/libpacketdump/eth_34958.la @@ -33,7 +33,8 @@ lib/libpacketdump/ip_1.la lib/libpacketdump/ip_132.la lib/libpacketdump/ip_17.la lib/libpacketdump/ip_33.la -lib/libpacketdump/ip_41.protocol +lib/libpacketdump/ip_41.so +lib/libpacketdump/ip_44.la lib/libpacketdump/ip_47.la lib/libpacketdump/ip_58.protocol lib/libpacketdump/ip_6.la @@ -57,9 +58,11 @@ man/man1/tracediff.1 man/man1/tracefilter.1 man/man1/tracemerge.1 man/man1/tracepktdump.1 +man/man1/tracereplay.1 man/man1/tracereport.1 man/man1/tracertstats.1 man/man1/tracesplit.1 man/man1/tracesplit_dir.1 man/man1/tracestats.1 man/man1/tracesummary.1 +man/man1/tracetop.1 diff --git a/net/libtrace/PLIST.Linux b/net/libtrace/PLIST.Linux new file mode 100644 index 00000000000..fc1e55c6568 --- /dev/null +++ b/net/libtrace/PLIST.Linux @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2011/07/14 11:47:17 markd Exp $ +bin/tracetop +man/man1/tracetop.1 diff --git a/net/libtrace/distinfo b/net/libtrace/distinfo index 1e6c7b41e54..2da98253da5 100644 --- a/net/libtrace/distinfo +++ b/net/libtrace/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/10/23 13:08:56 pettai Exp $ +$NetBSD: distinfo,v 1.5 2011/07/14 11:47:17 markd Exp $ -SHA1 (libtrace-3.0.7.tar.bz2) = 8dfbd4d1f767e73c0717106f74549bafc7f23359 -RMD160 (libtrace-3.0.7.tar.bz2) = 94b51b485f512961946f684af08bbd2b3d71ab04 -Size (libtrace-3.0.7.tar.bz2) = 543928 bytes +SHA1 (libtrace-3.0.10.tar.bz2) = 5033d5cf4bdbb33066862b1ae45221b612ee9b01 +RMD160 (libtrace-3.0.10.tar.bz2) = 5d8f01005e628ecc09f2070e8d48a9c2e43c45a3 +Size (libtrace-3.0.10.tar.bz2) = 564727 bytes |