summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-12-02 09:52:11 +0000
committertron <tron@pkgsrc.org>2012-12-02 09:52:11 +0000
commita8478f41c96bf33f329bbec917e0f52c38f68570 (patch)
tree29ec561d8cd2b21e617ae071692a1fd741744c4f /net
parentbc4c0d5fa63f80f0f1356b70254d956ca7ea8daf (diff)
downloadpkgsrc-a8478f41c96bf33f329bbec917e0f52c38f68570.tar.gz
Update "wireshark" package to version 1.8.4. Changes since version 1.8.3:
- The following vulnerabilities have been fixed. o wnpa-sec-2012-30 Wireshark could leak potentially sensitive host name resolution information when working with multiple pcap-ng files. Discovered by Laura Chappell. Versions affected: 1.8.0 to 1.8.3. o wnpa-sec-2012-31 The USB dissector could go into an infinite loop. (Bug 7787) Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11. o wnpa-sec-2012-32 The sFlow dissector could go into an infinite loop. (Bug 7789) Versions affected: 1.8.0 to 1.8.3. o wnpa-sec-2012-33 The SCTP dissector could go into an infinite loop. (Bug 7802) Versions affected: 1.8.0 to 1.8.3. o wnpa-sec-2012-34 The EIGRP dissector could go into an infinite loop. (Bug 7800) Versions affected: 1.8.0 to 1.8.3. o wnpa-sec-2012-35 The ISAKMP dissector could crash. (Bug 7855) Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11. o wnpa-sec-2012-36 The iSCSI dissector could go into an infinite loop. (Bug 7858) Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11. o wnpa-sec-2012-37 The WTP dissector could go into an infinite loop. (Bug 7869) Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11. o wnpa-sec-2012-38 The RTCP dissector could go into an infinite loop. (Bug 7879) Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11. o wnpa-sec-2012-39 The 3GPP2 A11 dissector could go into an infinite loop. (Bug 7801) Versions affected: 1.8.0 to 1.8.3. o wnpa-sec-2012-40 The ICMPv6 dissector could go into an infinite loop. (Bug 7844) Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11. - The following bugs have been fixed: o Menu and Title bars inaccessible using GTK2 (non-legacy) with two monitors. (Bug 553) o 802.11 Probe Response fails to parse. (Bug 1284) o Tshark - decimal symbol. (Bug 2880) o Malformed tpncp.dat file can crash Wireshark. (Bug 6665) o SSL decryption not work even with example capture file and key. (Bug 6869) o Info line is incorrect on SIP message containing another SIP message in body. (Bug 7780) o OOPS: dissector table "sctp.ppi" doesn't exist Protocol being registered is "Datagram Transport Layer Security". (Bug 7784) o Dissection of IEEE 802.11 Channel Switch Announcement element fails. (Bug 7797) o Invalid memory accesses when loading RADIUS captures. (Bug 7803) o ISUP CIC should have format BASE_DEC, not BASE_HEX. (Bug 7848) o We don't handle pcap-ng files with IDBs that come after packet blocks. (Bug 7851) o '*' wildcard in the 'Src IP' or 'Dest IP' field of the ESP SA dialog does not work. (Bug 7866) o nas_eps dissector does not decode some esm message. (Bug 7912) o WLAN decryption status not updated after updating WEP/WPA keys. (Bug 7921) o IPv6 Option Pad1 Incorrect dissection. (Bug 7938) o Print GNUTLS error message if PEM import fails. (Bug 7948) o GSM classmark3 8-PSK decode error. (Bug 7964) o Parsing the Server Name Indication extension in SSL/TLS traffic reads some fields incorrectly. (Bug 7967) o Lua code crashes wireshark after update to 1.8.3. (Bug 7976) o 2 bugs in Ran-Information-Error Rim Container. (Bug 8000) o Misspelling (typo) in IPv6 display filter field name. (Bug 8006) o Two BSSGP dissector bugs. (Bug 8008) o Core dump during SCTP association analysis. (Bug 8011) - Updated Protocol Support 3GPP2 A11, BSSGP, EIGRP, FMP/NOTIFY, GSM A, ICMP, ICMPv6, IEEE 802.11, IPsec, IPv6, ISAKMP, iSCSI, LTE RRC, NAS EPS, NDPS, Prism, RADIUS, RRC, RTCP, SCTP, sFlow, SIP, SMB2, SSL/TLS, TPNCP, USB - New and Updated Capture File Support CommView NCF, iSeries, pcap-ng.
Diffstat (limited to 'net')
-rw-r--r--net/wireshark/Makefile5
-rw-r--r--net/wireshark/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 1e9f50c4f5d..0ce6fc37b03 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2012/10/23 17:19:19 asau Exp $
+# $NetBSD: Makefile,v 1.92 2012/12/02 09:52:11 tron Exp $
-DISTNAME= wireshark-1.8.3
-PKGREVISION= 1
+DISTNAME= wireshark-1.8.4
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 d96edbd3277..3affa761968 100644
--- a/net/wireshark/distinfo
+++ b/net/wireshark/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.60 2012/10/04 20:15:48 tron Exp $
+$NetBSD: distinfo,v 1.61 2012/12/02 09:52:11 tron Exp $
-SHA1 (wireshark-1.8.3.tar.bz2) = 3e1322eea5794c71de752b7923af9379bcc95299
-RMD160 (wireshark-1.8.3.tar.bz2) = ba9d74f06999ec6af9ccf9d8bc2ddece5c22b6d5
-Size (wireshark-1.8.3.tar.bz2) = 24123989 bytes
+SHA1 (wireshark-1.8.4.tar.bz2) = 00265d9196f030848c78025f30556cd014be843d
+RMD160 (wireshark-1.8.4.tar.bz2) = 73f00ccfe86239022679eb2c889bc4371a61942d
+Size (wireshark-1.8.4.tar.bz2) = 24164286 bytes
SHA1 (patch-aa) = 78b9c01d7ecc272f1188a3fb8cfb806c8a040f6d
SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c
SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840