diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-11 21:07:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-11 21:07:46 +0000 |
commit | 684c5cd6e67ae3be7cfff5b8995539e844fb538b (patch) | |
tree | 30e2d2cee32e549a4726e5446634f53d16712529 /net | |
parent | 280fe44f50e52200ac38e9cfd142cd64ffa1b5c4 (diff) | |
download | pkgsrc-684c5cd6e67ae3be7cfff5b8995539e844fb538b.tar.gz |
Monday March. 11, 2015 guy@alum.mit.edu
Summary for 4.7.3 tcpdump release
Capsicum fixes for FreeBSD 10
Monday March. 10, 2015 guy@alum.mit.edu
Summary for 4.7.2 tcpdump release
DCCP: update Packet Types with RFC4340/IANA names
fixes for CVE-2015-0261: IPv6 mobility header check issue
fixes for CVE-2015-2153, 2154, 2155: kday packets
Friday Nov. 12, 2014 guy@alum.mit.edu
Summary for 4.7.0 tcpdump release
changes to hex printing of CDP packets
Fix PPI printing
Radius: update Packet Type Codes and Attribute Types with RFC/IANA names
Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.
improvements to telnet printer, even if not -v
omit length for bcp, print-tcp uses it
formatting fixes for a bunch of protocols
new bounds checks for a number of protocols
split netflow 1,6, and 6 dissector up.
added geneve dissector
CVE-2014-9140 PPP dissector fixed.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpdump/Makefile | 4 | ||||
-rw-r--r-- | net/tcpdump/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index d8ad43b0b93..a4724a7511d 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2014/12/13 14:31:10 mef Exp $ +# $NetBSD: Makefile,v 1.38 2015/03/11 21:07:46 tnn Exp $ -DISTNAME= tcpdump-4.6.2 +DISTNAME= tcpdump-4.7.3 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index 29ab47f7c40..d2b15061919 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2014/12/13 14:31:10 mef Exp $ +$NetBSD: distinfo,v 1.22 2015/03/11 21:07:46 tnn Exp $ -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 (tcpdump-4.7.3.tar.gz) = 4f085cef7cd4aedc9e402021ec11e3a8b23a6926 +RMD160 (tcpdump-4.7.3.tar.gz) = fabdde99e66f38df686e9484a11ba2c98d671f33 +Size (tcpdump-4.7.3.tar.gz) = 1152383 bytes SHA1 (patch-ah) = 75dbc11440b32349014919ac04a628d8d4d8c45c |