diff options
author | tron <tron@pkgsrc.org> | 2015-05-15 18:02:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2015-05-15 18:02:13 +0000 |
commit | a7246547636097dbf785f4744857764615027cb2 (patch) | |
tree | 9cf2f04bcb1881c1c8139e916fc48db5a49e8653 /net | |
parent | e4b1e4af5ea270e553b80fff018d88c7ea2ec850 (diff) | |
download | pkgsrc-a7246547636097dbf785f4744857764615027cb2.tar.gz |
Update "wireshark" package to version 1.10.14. Changes since 1.10.13:
- Bug Fixes
The following vulnerabilities have been fixed.
* wnpa-sec-2015-14
The WCP dissector could crash while decompressing data. (Bug 10978)
CVE-2015-3811
* wnpa-sec-2015-15
The X11 dissector could leak memory. (Bug 11088)
CVE-2015-3812
* wnpa-sec-2015-17
The IEEE 802.11 dissector could go into an infinite loop. (Bug 11110)
CVE-2015-3814
The following bugs have been fixed:
* Wireshark crashes if "Update list of packets in real time" is
disabled and a display filter is applied while capturing. (Bug 6217)
* Wireshark relative ISN set incorrectly if raw ISN set to 0.
(Bug 10713)
* Buffer overrun in encryption code. (Bug 10849)
* ICMP Parameter Problem message contains Length of original datagram
is treated as the total IPv4 length. (Bug 10991)
* ICMP Redirect takes 4 bytes for IPv4 payload instead of 8. (Bug
10992)
* Interface Identifier incorrectly represented by Wireshark. (Bug
11053)
* Annoying popup when trying to capture on bonding devices on Linux.
(Bug 11058)
* CanOpen dissector fails on frames with RTR and 0 length. (Bug 11083)
* Typo in secp521r1 curve wrongly identified as sect521r1. (Bug 11106)
* packet-zbee-zcl.h: IS_ANALOG_SUBTYPE doesn't filter ENUM. (Bug 11120)
* Typo: "LTE Positioning Protocol" abbreviated as "LPP", not "LLP".
(Bug 11141)
- Updated Protocol Support
ASN.1 PER, CANopen, GSM RLC/MAC, GSMTAP, ICMP, IEEE 802.11, LPP,
MEGACO, PKCS-1, PPP IPv6CP, SRVLOC, SSL, TCP, WCP, X11, and ZigBee ZCL
- New and Updated Capture File Support
Savvius OmniPeek Visual Networks
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 b5adad2211b..53b394d44d5 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.132 2015/05/07 21:40:43 roy Exp $ +# $NetBSD: Makefile,v 1.133 2015/05/15 18:02:13 tron Exp $ -DISTNAME= wireshark-1.10.13 -PKGREVISION= 2 +DISTNAME= wireshark-1.10.14 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 612377c9731..b4f53dc678c 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.80 2015/03/09 09:04:25 tron Exp $ +$NetBSD: distinfo,v 1.81 2015/05/15 18:02:13 tron Exp $ -SHA1 (wireshark-1.10.13.tar.bz2) = bf552798df85306a2634e98710ea7c0aafb4e5a5 -RMD160 (wireshark-1.10.13.tar.bz2) = 86c5e443ce55f9ac0adfe31fa416eaa4b1a77b6c -Size (wireshark-1.10.13.tar.bz2) = 26954491 bytes +SHA1 (wireshark-1.10.14.tar.bz2) = 47c359dc1b9791d2091887a26fdba65f4a7ef3b8 +RMD160 (wireshark-1.10.14.tar.bz2) = 7a14c8a2a7c991893ceef1572fe216f74f9992cf +Size (wireshark-1.10.14.tar.bz2) = 26905113 bytes SHA1 (patch-AUTHORS) = 2d4265d9b8b4df7e3ab438684637058fdcb391fc SHA1 (patch-aa) = 237c60ae1bd860bdc3ee42a17a46b4e212b97c0f SHA1 (patch-ac) = 470a2a32a5577f16aef4ba3e638eb6b97c483ba3 |