Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3AEA371201 for ; Wed, 11 Sep 2013 12:00:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9263F14A1DB; Wed, 11 Sep 2013 12:00:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 16D6914A1D9 for ; Wed, 11 Sep 2013 12:00:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id u4ydSWQX1BIm for ; Wed, 11 Sep 2013 12:00:02 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 30F2914A1BC for ; Wed, 11 Sep 2013 12:00:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BDB8796; Wed, 11 Sep 2013 12:00:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 11 Sep 2013 12:00:01 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/net/wireshark To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20130911120001.BDB8796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Wed Sep 11 12:00:01 UTC 2013 Modified Files: pkgsrc/net/wireshark: Makefile distinfo Removed Files: pkgsrc/net/wireshark/patches: patch-doc_reordercap.pod Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/wireshark/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/wireshark/patches/patch-doc_reordercap.pod Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.