Wed Sep 11 12:00:01 2013 UTC ()
Update "wireshark" package to version 1.10.2. Changes since 1.10.1:
- Bug Fixes
   The following vulnerabilities have been fixed.
     * wnpa-sec-2013-54
       The Bluetooth HCI ACL dissector could crash. Discovered by
       Laurent Butti. (Bug 8827)
       Versions affected: 1.10.0 to 1.10.1
     * 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
     * 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
     * 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
     * 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
     * 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
     * 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:
     * Lua ByteArray:append() causes wireshark crash. (Bug
       4461)
     * Lua script can not get "data-text-lines" protocol data.
       (Bug 5200)
     * Lua: Trying to use Field.new("tcp.segments") to get
       reassembled TCP data is failed. (Bug 5201)
     * "Edit Interface Settings": "Capture Filter" combo box is
       not populated across Wireshark sessions. (Bug 7278)
     * PER normally small non-negative whole number decoding is
       wrong when >= 64. (Bug 8841)
     * Strange behavior of tree expand/collapse in packet details.
       (Bug 8908)
     * Incorrect parsing of IPFIX *IpTotalLength elements.
       (Bug 8918)
     * IO graph/advanced, max/min/summ error on frames with
       multiple Diameter messages. (Bug 8980)
     * pod2man error on reordercap.pod. (Bug 8982)
     * SGI Nsym disambiguation is unconditionally displayed when
       dissecting VHT. (Bug 8989)
     * The Wireshark icon doesn't show up in OS X 10.5. (Bug
       8993)
     * Build fails if system Python is version 3+. (Bug 8995)
     * SCSI dissector does not parse PERSISTENT RESERVE commands
       correctly. (Bug 9012)
     * SDP messages throws an assert. (Bug 9022)
     * Wireshark fails to decode single-line, multiple Contact:
       URIs in SIP responses. (Bug 9031)
     * PN_MRP LinkUp Message is shown as LinkDown in info.
       (Bug 9035)
     * Dissector for EtherCAT: ADS highlighting in the Packet
       Bytes Pane is incorrect. (Bug 9036)
     * 802.11 HT Extended Capabilities B10 decode incorrect.
       (Bug 9038)
     * Wrong dissection of MSTI Root Identifiers for all MSTIs.
       (Bug 9088)
     * Weird malformed HTTP error. (Bug 9101)
     * Warning for attempting to install 64-bit Wireshark on a
       32-bit machine has an embedded "\n". (Bug 9103)
     * Wireshark crashes when using "Export Specified Packets" >
       "Displayed". (Bug 9106)
- Updated Protocol Support
  ASN.1 PER, ASSA R3, Bluetooth HCI ACL, EtherCAT AMS, GTPv2,
  HTTP, IEEE 802.11, IPFIX, ISDN SUP, LDAP, MQ, NBAP, Novell SSS,
  PROFINET MRP, Radiotap, ROHC, RTPS, SCSI, SIP, and STP
- New and Updated Capture File Support
  Microsoft Network Monitor, pcap-ng.


(tron)
diff -r1.107 -r1.108 pkgsrc/net/wireshark/Makefile
diff -r1.68 -r1.69 pkgsrc/net/wireshark/distinfo
diff -r1.1 -r0 pkgsrc/net/wireshark/patches/patch-doc_reordercap.pod

cvs diff -r1.107 -r1.108 pkgsrc/net/wireshark/Makefile (expand / switch to unified diff)

--- pkgsrc/net/wireshark/Makefile 2013/09/02 19:51:22 1.107
+++ pkgsrc/net/wireshark/Makefile 2013/09/11 12:00:01 1.108
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.107 2013/09/02 19:51:22 adam Exp $ 1# $NetBSD: Makefile,v 1.108 2013/09/11 12:00:01 tron Exp $
2 2
3DISTNAME= wireshark-1.10.1 3DISTNAME= wireshark-1.10.2
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= http://www.wireshark.org/download/src/ \ 5MASTER_SITES= http://www.wireshark.org/download/src/ \
7 ${MASTER_SITE_SOURCEFORGE:=wireshark/} 6 ${MASTER_SITE_SOURCEFORGE:=wireshark/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10OWNER= tron@NetBSD.org 9OWNER= tron@NetBSD.org
11HOMEPAGE= http://www.wireshark.org/ 10HOMEPAGE= http://www.wireshark.org/
12COMMENT= Network protocol analyzer 11COMMENT= Network protocol analyzer
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15CONFLICTS+= ethereal-[0-9]* 14CONFLICTS+= ethereal-[0-9]*
16 15
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++

cvs diff -r1.68 -r1.69 pkgsrc/net/wireshark/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wireshark/distinfo 2013/07/29 21:12:06 1.68
+++ pkgsrc/net/wireshark/distinfo 2013/09/11 12:00:01 1.69
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1$NetBSD: distinfo,v 1.68 2013/07/29 21:12:06 tron Exp $ 1$NetBSD: distinfo,v 1.69 2013/09/11 12:00:01 tron Exp $
2 2
3SHA1 (wireshark-1.10.1.tar.bz2) = 7763c864c1e3a3b4e6b6947631392b35fefe4187 3SHA1 (wireshark-1.10.2.tar.bz2) = 1f8f877f17dea23e1cf2bafeef0f71323df43521
4RMD160 (wireshark-1.10.1.tar.bz2) = 669463f185fa8b9af4f18aaa1f7d426355ab5596 4RMD160 (wireshark-1.10.2.tar.bz2) = 675d1fb55d5b40432deb3187f5e87036f377e5df
5Size (wireshark-1.10.1.tar.bz2) = 26815901 bytes 5Size (wireshark-1.10.2.tar.bz2) = 26667284 bytes
6SHA1 (patch-AUTHORS) = 2d4265d9b8b4df7e3ab438684637058fdcb391fc 6SHA1 (patch-AUTHORS) = 2d4265d9b8b4df7e3ab438684637058fdcb391fc
7SHA1 (patch-aa) = 6d5eac302fbe506af25874d59758088e1759d72c 7SHA1 (patch-aa) = 6d5eac302fbe506af25874d59758088e1759d72c
8SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c 8SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c
9SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 9SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840
10SHA1 (patch-ba) = f2fa69d1254b94c7b6b28d5e056c211a019d1db9 10SHA1 (patch-ba) = f2fa69d1254b94c7b6b28d5e056c211a019d1db9
11SHA1 (patch-bb) = 9379f67c2f5d1c63aa0b2c597ef789336db78352 11SHA1 (patch-bb) = 9379f67c2f5d1c63aa0b2c597ef789336db78352
12SHA1 (patch-bc) = 052ede4ba58502117fe7b355e22a906ff65b773e 12SHA1 (patch-bc) = 052ede4ba58502117fe7b355e22a906ff65b773e
13SHA1 (patch-ca) = 08c4ae23739fbec238b02a2d0398b4a157f9c077 13SHA1 (patch-ca) = 08c4ae23739fbec238b02a2d0398b4a157f9c077
14SHA1 (patch-doc_reordercap.pod) = b06e0084eb3e0b61e3164424a65a46338fb8c491 

File Deleted: pkgsrc/net/wireshark/patches/Attic/patch-doc_reordercap.pod