diff options
author | tron <tron@pkgsrc.org> | 2014-04-23 18:10:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-04-23 18:10:37 +0000 |
commit | 17d8b56ccaeca7f5c6c22b623a1222a40a1964e0 (patch) | |
tree | ba8fc34bfc9cb15cad884e7ebfad450002d3e789 /net/wireshark/Makefile | |
parent | 5b7a9b326dc759358a0ed9046d2a75aae30b9a69 (diff) | |
download | pkgsrc-17d8b56ccaeca7f5c6c22b623a1222a40a1964e0.tar.gz |
Update "wireshark" package to version 1.10.7. Changes since 1.10.6:
- Bug Fixes
The following vulnerabilities have been fixed.
* wnpa-sec-2014-06
The RTP dissector could crash. (Bug 9885)
Versions affected: 1.10.0 to 1.10.6
CVE-2014-2907
The following bugs have been fixed:
* RTP not decoded inside the conversation in v.1.10.1 (Bug 9021)
* SIP/SDP: disabled second media stream disables all media
streams (Bug 9835)
* Lua: trying to get/access a Preference before its
registered causes a segfault (Bug 9853)
* Some value_string strings contain newlines. (Bug 9878)
* Tighten the NO_MORE_DATA_CHECK macros (Bug 9932)
* Fix crash when calling "MAP Summary" dialog when no file is
open (Bug 9934)
* Fix comparing a sequence number of TCP fragment when its
value wraps over uint32_t limit (Bug 9936)
- Updated Protocol Support
ANSI A, DVB-CI, GSM DTAP, GSM MAP, IEEE 802.11, LCSAP, LTE RRC,
MAC LTE, Prism, RTP, SDP, SIP, and TCP
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index a19dbc54bde..12adf32ec50 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.117 2014/03/08 10:38:26 tron Exp $ +# $NetBSD: Makefile,v 1.118 2014/04/23 18:10:37 tron Exp $ -DISTNAME= wireshark-1.10.6 +DISTNAME= wireshark-1.10.7 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} |