diff options
author | spz <spz> | 2014-09-21 21:39:04 +0000 |
---|---|---|
committer | spz <spz> | 2014-09-21 21:39:04 +0000 |
commit | c1dd8edae5ae20e78e36c3c37dc356c3de095d3b (patch) | |
tree | 32d3dc5f24fa87b26ff485954423cace9a2eddd2 | |
parent | ae61988ffbfefbb9970def96cede53faca78e481 (diff) | |
download | pkgsrc-c1dd8edae5ae20e78e36c3c37dc356c3de095d3b.tar.gz |
Pullup ticket #4500 - requested by tron
net/wireshark: security update
Revisions pulled up:
- net/wireshark/Makefile 1.125
- net/wireshark/distinfo 1.77
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Wed Sep 17 22:32:18 UTC 2014
Modified Files:
pkgsrc/net/wireshark: Makefile distinfo
Log Message:
Update "wireshark" package to version 1.10.10. Changes since 1.10.9:
- The following vulnerabilities have been fixed.
* wnpa-sec-2014-12
RTP dissector crash. (Bug 9920) CVE-2014-6421
CVE-2014-6422
* wnpa-sec-2014-13
MEGACO dissector infinite loop. (Bug 10333)
CVE-2014-6423
* wnpa-sec-2014-14
Netflow dissector crash. (Bug 10370) CVE-2014-6424
* wnpa-sec-2014-17
RTSP dissector crash. (Bug 10381) CVE-2014-6427
* wnpa-sec-2014-18
SES dissector crash. (Bug 10454) CVE-2014-6428
* wnpa-sec-2014-19
Sniffer file parser crash. (Bug 10461)
CVE-2014-6429 CVE-2014-6430 CVE-2014-6431
CVE-2014-6432
- The following bugs have been fixed:
* Wireshark can crash during remote capture (rpcap)
configuration. (Bug 3554, Bug 6922,
ws-buglink:7021)
* MIPv6 Service Selection Identifier parse error. (Bug
10323)
* 802.11 BA sequence number decode is broken. (Bug 10334)
* TRILL NLPID 0xc0 unknown to Wireshark. (Bug 10382)
* Wrong decoding of RPKI RTR End of Data PDU. (Bug 10411)
* Misparsed NTP control assignments with empty values.
(Bug 10417)
* 6LoWPAN multicast address decompression problems. (Bug
10426)
* GUI Hangs when Selecting Path to GeoIP Files. (Bug
10434)
* 6LoWPAN context handling not working. (Bug 10443)
* SIP: When export to a CSV, Info is changed to differ.
(Bug 10453)
* Typo in packet-netflow.c. (Bug 10458)
* UCP dissector bug of operation 30 - data not decoded.
(Bug 10464)
- Updated Protocol Support
6LoWPAN, DVB-CI, IEEE 802.11, MEGACO, MIPv6, Netflow, NTP, OSI,
RPKI RTR, RTP, RTSP, SES, SIP, and UCP
- New and Updated Capture File Support
DOS Sniffer, and NetScaler
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.76 -r1.77 pkgsrc/net/wireshark/distinfo
-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 a5c4ed4606c..8ecc11cc892 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.123.2.1 2014/08/09 20:05:13 spz Exp $ +# $NetBSD: Makefile,v 1.123.2.2 2014/09/21 21:39:04 spz Exp $ -DISTNAME= wireshark-1.10.9 +DISTNAME= wireshark-1.10.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 31f81197ee7..7c211884e3e 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.75.2.1 2014/08/09 20:05:13 spz Exp $ +$NetBSD: distinfo,v 1.75.2.2 2014/09/21 21:39:04 spz Exp $ -SHA1 (wireshark-1.10.9.tar.bz2) = 902b0eb6f3e007c9ffcf6f76c02403bd90319f96 -RMD160 (wireshark-1.10.9.tar.bz2) = 4517b2e98cf41a00ff617a31c79626285d6722f2 -Size (wireshark-1.10.9.tar.bz2) = 26769965 bytes +SHA1 (wireshark-1.10.10.tar.bz2) = bcad35318e0a2428caf7e44d6c33a79ec9c1bdd6 +RMD160 (wireshark-1.10.10.tar.bz2) = f8ace3bad8736246c6342200d199d143bbbcebac +Size (wireshark-1.10.10.tar.bz2) = 26823919 bytes SHA1 (patch-AUTHORS) = 2d4265d9b8b4df7e3ab438684637058fdcb391fc SHA1 (patch-aa) = c4b7a3d20fac115020069588e74f35e2e77235e6 SHA1 (patch-ab) = c68adc187ec802b076d3b3c3d3b0f3bb01a8a2eb |