Received: by mail.netbsd.org (Postfix, from userid 605) id 6C50D84D2A; Tue, 21 Jan 2020 20:29:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E751D84CEF for ; Tue, 21 Jan 2020 20:29:08 +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 Mn24ES0lTcPK for ; Tue, 21 Jan 2020 20:29:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 20FD684CDF for ; Tue, 21 Jan 2020 20:29:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15042FBF4; Tue, 21 Jan 2020 20:29:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157963854871960" MIME-Version: 1.0 Date: Tue, 21 Jan 2020 20:29:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/wireshark To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200121202908.15042FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157963854871960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Tue Jan 21 20:29:07 UTC 2020 Modified Files: pkgsrc/net/wireshark: Makefile PLIST distinfo Log Message: wireshark: updated to 3.2.1 Wireshark 3.2.1 Release Notes What’s New Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2020-01[1] WASSP dissector crash. Bug 16324[2]. CVE-2020-7044[3]. The following bugs have been fixed: • Incorrect parsing of USB CDC packets. Bug 14587[4]. • Wireshark fails to create directory if parent directory does not yet exist. Bug 16143[5]. • Buildbot crash output: randpkt-2019-11-30-22633.pcap. Bug 16240[6]. • Closing Flow Graph closes (crashes) main GUI window. Bug 16260[7]. • Wireshark interprets websocket frames after HTTP handshake in a wrong way. Bug 16274[8]. • A-bis/OML: IPA Destination IP Address attribute contains inverted value (endianness). Bug 16282[9]. • wiretap/log3gpp.c: 2 * leap before looking ?. Bug 16283[10]. • Opening shell terminal prints Wireshark: Permission denied. Bug 16284[11]. • h264: SPS frame_crop_right_offset shown in UI as frame_crop_left_offset. Bug 16285[12]. • BGP: update of "Sub-TLV Length" by draft-ietf-idr-tunnel-encaps. Bug 16294[13]. • SPNEGO+GSS-API+Kerberos+ap-options dissection produces "Unknown Bit(s)" expert message. Bug 16301[14]. • USB Audio feature unit descriptor is incorrectly dissected. Bug 16305[15]. • Compiling the .y files fails with Berkeley YACC. Bug 16306[16]. • PDB files in Windows installer. Bug 16307[17]. • NAS-5GS 5GS network feature support lacks MCSI, EMCN3 two fields (octet 4). Bug 16310[18]. • Option to change “Packet List” columns header right click pop-up menu behavior. Bug 16317[19]. • DLT: Dissector does not parse multiple DLT messages in single UDP packet. Bug 16321[20]. • ISAKMP Dissection: Enhance Source id and Destination ID field of GDOI SA TEK payload for non IP ID type. Bug 16233[21]. • DOIP: Typo in "identifcation request messages". Bug 16325[22]. • Toolbar "?" help button - no text/help displayed. Bug 16327[23]. New and Updated Features There are no new features in this release. New Protocol Support There are no new protocols in this release. Updated Protocol Support 802.11 Radiotap, ASN.1 BER, BGP, DLT, DOIP, GSM A RR, GSM A-bis/OML, H264, HTTP, IEC 60870-5-104, IEEE 802.11, IPv4, ISAKMP, NAS 5GS, rtnetlink, SIP, TIPC, USB Audio, USB CDC, and WASSP New and Updated Capture File Support 3gpp phone log To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/wireshark/PLIST cvs rdiff -u -r1.126 -r1.127 pkgsrc/net/wireshark/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157963854871960 Content-Disposition: inline Content-Length: 2490 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wireshark/Makefile diff -u pkgsrc/net/wireshark/Makefile:1.224 pkgsrc/net/wireshark/Makefile:1.225 --- pkgsrc/net/wireshark/Makefile:1.224 Sat Jan 18 21:50:29 2020 +++ pkgsrc/net/wireshark/Makefile Tue Jan 21 20:29:07 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.224 2020/01/18 21:50:29 jperkin Exp $ +# $NetBSD: Makefile,v 1.225 2020/01/21 20:29:07 adam Exp $ -DISTNAME= wireshark-3.2.0 -PKGREVISION= 2 +DISTNAME= wireshark-3.2.1 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/wireshark/PLIST diff -u pkgsrc/net/wireshark/PLIST:1.47 pkgsrc/net/wireshark/PLIST:1.48 --- pkgsrc/net/wireshark/PLIST:1.47 Mon Dec 30 17:48:05 2019 +++ pkgsrc/net/wireshark/PLIST Tue Jan 21 20:29:07 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.47 2019/12/30 17:48:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.48 2020/01/21 20:29:07 adam Exp $ bin/capinfos bin/captype bin/dumpcap @@ -607,10 +607,10 @@ include/wireshark/wsutil/wsjson.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.13 -lib/libwireshark.so.13.0.0 +lib/libwireshark.so.13.0.1 lib/libwiretap.so lib/libwiretap.so.10 -lib/libwiretap.so.10.0.0 +lib/libwiretap.so.10.0.1 lib/libwsutil.so lib/libwsutil.so.11 lib/libwsutil.so.11.0.0 Index: pkgsrc/net/wireshark/distinfo diff -u pkgsrc/net/wireshark/distinfo:1.126 pkgsrc/net/wireshark/distinfo:1.127 --- pkgsrc/net/wireshark/distinfo:1.126 Mon Dec 30 17:48:05 2019 +++ pkgsrc/net/wireshark/distinfo Tue Jan 21 20:29:07 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.126 2019/12/30 17:48:05 adam Exp $ +$NetBSD: distinfo,v 1.127 2020/01/21 20:29:07 adam Exp $ -SHA1 (wireshark-3.2.0.tar.xz) = 6c7d9784809fb16b57ca557864f78509aaf4f82a -RMD160 (wireshark-3.2.0.tar.xz) = cb8aab36143465b6e7e8121bc2cbdc8c315494a7 -SHA512 (wireshark-3.2.0.tar.xz) = 30d2d6da4f32167518ec045c9e07f952fa6589a4cde18a765dcc375264005ac9146a36faee77bf701e786ff32b9a673f3f03ccf9ba6c9cb51b2cc120bcabbfcf -Size (wireshark-3.2.0.tar.xz) = 31550972 bytes +SHA1 (wireshark-3.2.1.tar.xz) = d0b8eb3e01264afb98ec151d7114ed14cf174ced +RMD160 (wireshark-3.2.1.tar.xz) = decbaf93645bd2b5283b5307b4730a6967116e3b +SHA512 (wireshark-3.2.1.tar.xz) = 78300f7d597132d54cabe3e51e0f069657d164823852a9f23f1c3c9e6cfdefe5d5ac05c817d06869f4efa4e3cac25ea646cc39d880e5296cf409a8e1a03c2530 +Size (wireshark-3.2.1.tar.xz) = 31522124 bytes SHA1 (patch-CMakeLists.txt) = e73e8fa117fda08a5ed5e8293e743c54beb64b5b --_----------=_157963854871960--