diff options
author | tron <tron@pkgsrc.org> | 2014-03-08 10:38:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-03-08 10:38:26 +0000 |
commit | 1de74a65a6338baea1b61a024c3003017eac3429 (patch) | |
tree | f5171cbe9da3155b7ef5026bce95dcc1d870ef72 /net | |
parent | 8e9b0e3a06da21f6f0c05c841fb7766cab9dfd60 (diff) | |
download | pkgsrc-1de74a65a6338baea1b61a024c3003017eac3429.tar.gz |
Update "wireshark" package to version 1.10.6. Changes since 1.10.5:
- Bug Fixes
The following vulnerabilities have been fixed.
* wnpa-sec-2014-01
The NFS dissector could crash. Discovered by Moshe Kaplan.
(Bug 9672)
Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
CVE-2014-2281
* wnpa-sec-2014-02
The M3UA dissector could crash. Discovered by Laurent
Butti. (Bug 9699)
Versions affected: 1.10.0 to 1.10.5
CVE-2014-2282
* wnpa-sec-2014-03
The RLC dissector could crash. (Bug 9730)
Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
CVE-2014-2283
* wnpa-sec-2014-04
The MPEG file parser could overflow a buffer. Discovered by
Wesley Neelen. (Bug 9843)
Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
CVE-2014-2299
The following bugs have been fixed:
* Customized OUI is not recognized correctly during
dissection. (Bug 9122)
* Properly decode CAPWAP Data Keep-Alives. (Bug 9165)
* Build failure with GTK 3.10 - GTK developers have gone
insane. (Bug 9340)
* SIGSEGV/SIGABRT during free of TvbRange using a chained
dissector in lua. (Bug 9483)
* MPLS dissector no longer registers itself in "ppp.protocol"
table. (Bug 9492)
* Tshark doesn't display the longer data fields (mbtcp).
(Bug 9572)
* DMX-CHAN disector does not clear strbuf between rows.
(Bug 9598)
* Dissector bug, protocol SDP: proto.c:4214: failed assertion
"length >= 0". (Bug 9633)
* False error: capture file appears to be damaged or corrupt.
(Bug 9634)
* SMPP field source_telematics_id field length different from
spec. (Bug 9649)
* Lua: bitop library is missing in Lua 5.2. (Bug 9720)
* GTPv1-C / MM Context / Authentication quintuplet / RAND is
not correct. (Bug 9722)
* Lua: ProtoField.new() is buggy. (Bug 9725)
* Lua: ProtoField.bool() VALUESTRING argument is not optional
but was supposed to be. (Bug 9728)
* Problem with CAPWAP Wireshark Dissector. (Bug 9752)
* nas-eps dissector: CS Service notification dissection stops
after Paging identity IE. (Bug 9789)
- New and Updated Features
IPv4 checksum verfification is now disabled by default.
- Updated Protocol Support
AppleTalk, CAPWAP, DMX-CHAN, DSI, DVB-CI, ESS, GTPv1, IEEE
802a, M3UA, Modbus/TCP, NAS-EPS, NFS, OpenSafety, SDP, and SMPP
- New and Updated Capture File Support
libpcap, MPEG, and pcap-ng
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index be57a978d09..a19dbc54bde 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.116 2014/02/12 23:18:27 tron Exp $ +# $NetBSD: Makefile,v 1.117 2014/03/08 10:38:26 tron Exp $ -DISTNAME= wireshark-1.10.5 -PKGREVISION= 2 +DISTNAME= wireshark-1.10.6 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 115d2d8fd69..f270725420b 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.72 2013/12/22 09:55:48 tron Exp $ +$NetBSD: distinfo,v 1.73 2014/03/08 10:38:26 tron Exp $ -SHA1 (wireshark-1.10.5.tar.bz2) = ebbf4f8382fc8961c1fb7959727b3e6792e597c1 -RMD160 (wireshark-1.10.5.tar.bz2) = e4db106c6977c25c91bc5f85fe2be13c29091a55 -Size (wireshark-1.10.5.tar.bz2) = 26666846 bytes +SHA1 (wireshark-1.10.6.tar.bz2) = 081a2daf85e3257d7a2699e84a330712e3e5b9bb +RMD160 (wireshark-1.10.6.tar.bz2) = 3018f4d60d1ac86dfffd875a53373c85f5be44e8 +Size (wireshark-1.10.6.tar.bz2) = 26719003 bytes SHA1 (patch-AUTHORS) = 2d4265d9b8b4df7e3ab438684637058fdcb391fc SHA1 (patch-aa) = c4b7a3d20fac115020069588e74f35e2e77235e6 SHA1 (patch-ab) = c68adc187ec802b076d3b3c3d3b0f3bb01a8a2eb |