diff options
author | mef <mef@pkgsrc.org> | 2014-12-13 14:31:10 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-13 14:31:10 +0000 |
commit | 8bdf46b82e5d146ddf532a395e9514940457ed1c (patch) | |
tree | 8578d23c7b5f4d37d00661e5dd9793bf4976f03f /net | |
parent | febdb2488c348cc1d4cf1b844d3c33d0f2a39c97 (diff) | |
download | pkgsrc-8bdf46b82e5d146ddf532a395e9514940457ed1c.tar.gz |
Update 4.4.0 to 4.6.0
----------------------
Tuesday Sep. 2, 2014 mcr@sandelman.ca
fix out-of-source-tree builds: find libpcap that is out of source
better configure check for libsmi
Saturday Jul. 19, 2014 mcr@sandelman.ca
Summary for 4.6.1 tcpdump release
added FreeBSD capsicum
add a short option '#', same as long option '--number'
Wednesday Jul. 2, 2014 mcr@sandelman.ca
Summary for 4.6.0 tcpdump release
all of tcpdump is now using the new "NDO" code base (Thanks Denis!)
nflog, mobile, forces, pptp, AODV, AHCP, IPv6, OSPFv4, RPL, DHCPv6 enhancements/fixes
M3UA decode added.
many new test cases: 82 in 4.5.1 to 133 in 4.6.0
many improvements to travis continuous integration system: OSX, and Coverity options
cleaned up some unnecessary header files
Added bittok2str().
a number of unaligned access faults fixed
-A flag does not consider CR to be printable anymore
fx.lebail took over coverity baby sitting
default snapshot size increased to 256K for accomodate USB captures
WARNING: this release contains a lot of very worthwhile code churn.
Wednesday Jan. 15, 2014 guy@alum.mit.edu
Summary for 4.5.2 tcpdump release
Man page fix
Fix crashes on SPARC
Monday Nov. 11, 2013 mcr@sandelman.ca
Summary for 4.5.1 tcpdump release
CREDITS file fixes
Thursday Nov. 7, 2013 mcr@sandelman.ca and guy@alum.mit.edu.
Summary for 4.5.0 tcpdump release
some NFSv4 fixes for printing
fix printing of unknown TCP options, and tcp fast-open
fixes for syslog parser
some gcc-version-specific flag tuning
adopt MacOS deprecation workarounds for openssl
improvements to babel printing
add OpenFlow 1.0 (no SSL) and test cases
GeoNet printer.
added STBC Rx support
improvements to DHCPv6 decoder
clarify which autoconf is needed
Point users to the the-tcpdump-group repository on GitHub rather
than the mcr repository
Add MSDP printer.
Fixed IPv6 check on Solaris and other OSes requiring extra
networking libraries.
Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03),
and add "vxlan" as an option for -T.
Add support for OTV (draft-hasmit-otv-04).
fixes for DLT_IEEE802_11_RADIO datalink types
added MPTCP decoder
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpdump/Makefile | 5 | ||||
-rw-r--r-- | net/tcpdump/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index b73132833cb..d8ad43b0b93 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2014/02/12 23:18:26 tron Exp $ +# $NetBSD: Makefile,v 1.37 2014/12/13 14:31:10 mef Exp $ -DISTNAME= tcpdump-4.4.0 -PKGREVISION= 1 +DISTNAME= tcpdump-4.6.2 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index c14cea7ed15..29ab47f7c40 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2013/06/15 21:02:03 adam Exp $ +$NetBSD: distinfo,v 1.21 2014/12/13 14:31:10 mef Exp $ -SHA1 (tcpdump-4.4.0.tar.gz) = 6c1e72ae32eabb3ab823ff366a2d2f48ad4695f4 -RMD160 (tcpdump-4.4.0.tar.gz) = 06e63abbacc04f97287334a6883d331afc205663 -Size (tcpdump-4.4.0.tar.gz) = 915381 bytes +SHA1 (tcpdump-4.6.2.tar.gz) = 7256c47e572229de8c92f070514c1f6e6bb691d4 +RMD160 (tcpdump-4.6.2.tar.gz) = 3b809642d7e3052c09fd09cddd816a1e085d4c49 +Size (tcpdump-4.6.2.tar.gz) = 1105356 bytes SHA1 (patch-ah) = 75dbc11440b32349014919ac04a628d8d4d8c45c |