diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-23 20:35:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-23 20:35:31 +0000 |
commit | ae2f0ec13663b175211aa42b3821a67a0c8c9ea9 (patch) | |
tree | b482d2108bcda5764192f014198aabe3e582258c /net | |
parent | c8a463fb066ad310e2e8bcfc830cac78ed088f02 (diff) | |
download | pkgsrc-ae2f0ec13663b175211aa42b3821a67a0c8c9ea9.tar.gz |
wireshark: update to 2.2.10.
Bug Fixes
The following vulnerabilities have been fixed:
* [1]wnpa-sec-2017-42
BT ATT dissector crash ([2]Bug 14049) [3]CVE-2017-15192
* [4]wnpa-sec-2017-43
MBIM dissector crash ([5]Bug 14056) [6]CVE-2017-15193
* [7]wnpa-sec-2017-44
DMP dissector crash ([8]Bug 14068) [9]CVE-2017-15191
The following bugs have been fixed:
* Wireshark crash when end capturing with "Update list of packets in
real-time" option off. ([10]Bug 13024)
* Diameter service response time statistics broken in 2.2.4. ([11]Bug
13442)
* Some Infiniband Connect Req fields are not decoded correctly.
([12]Bug 13997)
* wireshark-2.4.1/epan/dissectors/packet-dmp.c:1034: sanity check in
wrong place ?. ([13]Bug 14016)
* [oss-fuzz] ASAN: 232 byte(s) leaked in 4 allocation(s). ([14]Bug
14025)
* [oss-fuzz] ASAN: 47 byte(s) leaked in 1 allocation(s). ([15]Bug
14032)
* RTP Analysis "save as CSV" saves twice the forward stream, if two
streams are selected. ([16]Bug 14040)
* Cannot Apply Bitmask to Long Unsigned. ([17]Bug 14063)
Updated Protocol Support
BT ATT, DCERPC, DMP, E.212, H.248, InfiniBand, MBIM, RPC, and WSP
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 61f0aa8263f..d5a320e7ec6 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.174 2017/11/23 17:20:08 wiz Exp $ +# $NetBSD: Makefile,v 1.175 2017/11/23 20:35:31 wiz Exp $ -DISTNAME= wireshark-2.2.9 -PKGREVISION= 2 +DISTNAME= wireshark-2.2.10 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index db39c5ce32f..579829f44eb 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.104 2017/09/04 14:42:25 wiz Exp $ +$NetBSD: distinfo,v 1.105 2017/11/23 20:35:31 wiz Exp $ -SHA1 (wireshark-2.2.9.tar.bz2) = 9a2331260ed04d44438ce6ba54e50a03f6bb42ef -RMD160 (wireshark-2.2.9.tar.bz2) = d8e0860b02d9dc2019f5c759b53330c12b18f73e -SHA512 (wireshark-2.2.9.tar.bz2) = ee680ee5da66e251b4bb647296da2c8b9d6ec6b1b74d41d8ac05fd77ce8bec7cd9a5a83bf3769bec4a53e0b50086c6674c0c6fa659b752569d1508f57d0c07c8 -Size (wireshark-2.2.9.tar.bz2) = 32341866 bytes +SHA1 (wireshark-2.2.10.tar.bz2) = 14ff541e84b43f5cff52fe44cdc1fbbcb8643dd2 +RMD160 (wireshark-2.2.10.tar.bz2) = a0164ae5e48de588bcc4df4f3c537dbf83b70cda +SHA512 (wireshark-2.2.10.tar.bz2) = f029a600754a4317be57811bb4ffe13c06e966c3ae8c7605f96c4b60ec6df2697941ea2e67cf6514dac4fc1ef1cf31db8b4da3cb722958c535e81fa1f63b5550 +Size (wireshark-2.2.10.tar.bz2) = 32356703 bytes |