Received: by mail.netbsd.org (Postfix, from userid 605) id 76EA684D95; Thu, 24 Oct 2019 18:44:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F354484D8C for ; Thu, 24 Oct 2019 18:44:12 +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 Ad1Yw0kZkeCc for ; Thu, 24 Oct 2019 18:44:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5C33084D58 for ; Thu, 24 Oct 2019 18:44:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55D29FA84; Thu, 24 Oct 2019 18:44:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571942652117910" MIME-Version: 1.0 Date: Thu, 24 Oct 2019 18:44:12 +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: <20191024184412.55D29FA84@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. --_----------=_1571942652117910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Thu Oct 24 18:44:12 UTC 2019 Modified Files: pkgsrc/net/wireshark: Makefile PLIST distinfo Log Message: wireshark: updated to 3.0.6 Wireshark 3.0.6: What’s New • On macOS, Wireshark can now be installed by dropping Wireshark.app onto the Applications folder. • The macOS installer now ships with Qt 5.12.5. It previously shipped with Qt 5.12.3. Bug Fixes The following bugs have been fixed: • macOS installer uses wrong user ID. Bug 6991[1]. • Using macosx-setup seems to prevent installing pre-built binary. Bug 11399[2]. • macOS installer package is configured to disallow downgrades. Bug 12593[3]. • extcap: Several issues when capturing from multiple extcap interfaces. Bug 13653[4]. • Expert Infos Incorrectly Displays Info Column instead of comment. Bug 15516[5]. • Wireshark does not support USB packets with size greater than 256 KiB. Bug 15985[6]. • IS-IS: add support for decoding TE TLV Type 138 as per RFC 5307. Bug 16012[7]. • NET-SNMP EngineID Length handling Warning. Bug 16051[8]. • TLS decryption is very slow on Windows when using a large PMS file compared to Linux/macOS. Bug 16059[9]. • wireshark-3.0.5/epan/dissectors/packet-nas_5gs.c:2459: bad test ?. Bug 16075[10]. • ERSPAN Type III over GRE without sequence number not decoded correctly. Bug 16089[11]. • Windows dumpcap -v does not display capture library info. Bug 16108[12]. • [Regression] FT_CHAR fields not supported in Lua API. Bug 16129[13]. Updated Protocol Support AgentX, BT L2CAP, ERSPAN, GRE, IPv4, IS-IS, NAS 5GS, OpcUa, SNMP, and SRT To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/wireshark/PLIST cvs rdiff -u -r1.123 -r1.124 pkgsrc/net/wireshark/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571942652117910 Content-Disposition: inline Content-Length: 2472 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.218 pkgsrc/net/wireshark/Makefile:1.219 --- pkgsrc/net/wireshark/Makefile:1.218 Tue Oct 1 11:47:24 2019 +++ pkgsrc/net/wireshark/Makefile Thu Oct 24 18:44:12 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.218 2019/10/01 11:47:24 adam Exp $ +# $NetBSD: Makefile,v 1.219 2019/10/24 18:44:12 adam Exp $ -DISTNAME= wireshark-3.0.5 +DISTNAME= wireshark-3.0.6 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.44 pkgsrc/net/wireshark/PLIST:1.45 --- pkgsrc/net/wireshark/PLIST:1.44 Tue Oct 1 11:47:24 2019 +++ pkgsrc/net/wireshark/PLIST Thu Oct 24 18:44:12 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.44 2019/10/01 11:47:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.45 2019/10/24 18:44:12 adam Exp $ bin/capinfos bin/captype bin/dumpcap @@ -602,10 +602,10 @@ include/wireshark/wsutil/wsjson.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.12 -lib/libwireshark.so.12.0.5 +lib/libwireshark.so.12.0.6 lib/libwiretap.so lib/libwiretap.so.9 -lib/libwiretap.so.9.0.5 +lib/libwiretap.so.9.0.6 lib/libwscodecs.so lib/libwscodecs.so.2 lib/libwscodecs.so.2.0.0 Index: pkgsrc/net/wireshark/distinfo diff -u pkgsrc/net/wireshark/distinfo:1.123 pkgsrc/net/wireshark/distinfo:1.124 --- pkgsrc/net/wireshark/distinfo:1.123 Tue Oct 1 11:47:24 2019 +++ pkgsrc/net/wireshark/distinfo Thu Oct 24 18:44:12 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.123 2019/10/01 11:47:24 adam Exp $ +$NetBSD: distinfo,v 1.124 2019/10/24 18:44:12 adam Exp $ -SHA1 (wireshark-3.0.5.tar.xz) = 82883e96ee247d3fcacb0cafa0bed9112824ee3a -RMD160 (wireshark-3.0.5.tar.xz) = f4be43f526ae5ef4c42fc294a37418e360a565d4 -SHA512 (wireshark-3.0.5.tar.xz) = 237ee66cfe0a7073f0e3623f327f7eb7204d1cd274e006dcc6890972d4135c2baa6c9d2426ea03ee64b7fc6dc45cb4cfe823e5cfc6f90e252d35b3ad7750884e -Size (wireshark-3.0.5.tar.xz) = 30929864 bytes +SHA1 (wireshark-3.0.6.tar.xz) = 785ce1faa2b813a5c1b1540497fa56eb8c0eb97d +RMD160 (wireshark-3.0.6.tar.xz) = 366cb5aa0018aeca034154976dde40ed405d5af2 +SHA512 (wireshark-3.0.6.tar.xz) = fcd621c1434db69e6319e5932e2dcc378e004055378123f86bdce8dec095bbffbf2b85a880c7f46c69555fe3c9ddb7c79ee59ca2576e0fdf2cfb7eb6ce775b25 +Size (wireshark-3.0.6.tar.xz) = 30846672 bytes SHA1 (patch-CMakeLists.txt) = c78289d6ded796674b947d6bddd0ba9749ab4569 --_----------=_1571942652117910--