diff options
author | spz <spz@pkgsrc.org> | 2013-09-18 09:55:31 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2013-09-18 09:55:31 +0000 |
commit | 8fd7d151e7b3c3070ac4c39f1a3235420593a094 (patch) | |
tree | dd7a441594f2985ab22f2abb12f8f90cbf7d093d | |
parent | c470d8bc4cb3a09e13e627512267ac033962e4b7 (diff) | |
download | pkgsrc-8fd7d151e7b3c3070ac4c39f1a3235420593a094.tar.gz |
Pullup ticket #4232 - requested by tron
net/wireshark: security update
Revisions pulled up:
- net/wireshark/Makefile by patch
- net/wireshark/distinfo by patch
-------------------------------------------------------------------
Update "wireshark" package to version 1.8.10. Changes since 1.8.9:
- Bug Fixes
The following vulnerabilities have been fixed.
o wnpa-sec-2013-55
The NBAP dissector could crash. Discovered by Laurent Butti.
(Bug 9005)
Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
o wnpa-sec-2013-56
The ASSA R3 dissector could go into an infinite loop.
Discovered by Ben Schmidt. (Bug 9020 )
Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
o wnpa-sec-2013-57
The RTPS dissector could overflow a buffer. Discovered by Ben
Schmidt. (Bug 9019 )
Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
o wnpa-sec-2013-58
The MQ dissector could crash. (Bug 9079 )
Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
o wnpa-sec-2013-59
The LDAP dissector could crash.
Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
o wnpa-sec-2013-60
The Netmon file parser could crash. Discovered by G. Geshev.
(Bug 8742 )
Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
- The following bugs have been fixed:
o Lua ByteArray:append() causes wireshark crash. (Bug 4461)
o Lua script can not get "data-text-lines" protocol data. (Bug
5200)
o PER normally small non-negative whole number decoding is wrong
when >= 64. (Bug 8841)
o Incorrect parsing of IPFIX *IpTotalLength elements. (Bug 8918)
o IO graph/advanced, max/min/summ error on frames with multiple
Diameter messages. (Bug 8980)
o Wireshark fails to decode single-line, multiple Contact: URIs
in SIP responses. (Bug 9031)
o Dissector for EtherCAT: ADS highlighting in the Packet Bytes
Pane is incorrect. (Bug 9036)
o 802.11 HT Extended Capabilities B10 decode incorrect. (Bug
9038)
o Weird malformed HTTP error. (Bug 9101)
- Updated Protocol Support
ASSA R3, EtherCAT AMS, GTPv2, HTTP, IEEE 802.11, IPFIX, LDAP, MQ,
NBAP, NCP SSS, RTPS, SIP,
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 995785a1ece..8c242928a6b 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.103.2.1 2013/08/04 14:39:52 spz Exp $ +# $NetBSD: Makefile,v 1.103.2.2 2013/09/18 09:55:31 spz Exp $ -DISTNAME= wireshark-1.8.9 +DISTNAME= wireshark-1.8.10 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 00c6c3d2501..c5f494873fd 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.66.2.1 2013/08/04 14:39:52 spz Exp $ +$NetBSD: distinfo,v 1.66.2.2 2013/09/18 09:55:31 spz Exp $ -SHA1 (wireshark-1.8.9.tar.bz2) = b0ed06d5e6a17d45fab1f37a40882b5ddfed8c66 -RMD160 (wireshark-1.8.9.tar.bz2) = 8cfbc74869ec0552911af3888402964b9af379ae -Size (wireshark-1.8.9.tar.bz2) = 24287215 bytes +SHA1 (wireshark-1.8.10.tar.bz2) = ebb41dde83532205e989eb5a7b03a21250d865b9 +RMD160 (wireshark-1.8.10.tar.bz2) = 1477510a40e0dbb21403432807779635419f83a9 +Size (wireshark-1.8.10.tar.bz2) = 24125925 bytes SHA1 (patch-AUTHORS) = c2329d7b6d9cdbc9139b356e74dbe77e26e58da3 SHA1 (patch-aa) = 78b9c01d7ecc272f1188a3fb8cfb806c8a040f6d SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c |