Received: by mail.netbsd.org (Postfix, from userid 605) id D21F584EF3; Wed, 3 Jan 2018 11:09:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DD5284CD8 for ; Wed, 3 Jan 2018 11:09:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id K51DJa9gzFEp for ; Wed, 3 Jan 2018 11:09:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8B11984C2E for ; Wed, 3 Jan 2018 11:09:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91FCDFBDE; Wed, 3 Jan 2018 11:09:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514977781221620" MIME-Version: 1.0 Date: Wed, 3 Jan 2018 11:09:41 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/wireshark To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180103110941.91FCDFBDE@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. --_----------=_1514977781221620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Jan 3 11:09:41 UTC 2018 Modified Files: pkgsrc/net/wireshark: Makefile PLIST distinfo options.mk Log Message: Update to 2.4.3 Changelog: Bug Fixes The following bugs have been fixed: wnpa-sec-2017-47 The IWARP_MPA dissector could crash. (Bug 14236) wnpa-sec-2017-48 The NetBIOS dissector could crash. (Bug 14249) wnpa-sec-2017-49 The CIP Safety dissector could crash. (Bug 14250) "tshark -G ?" doesn't provide expected help. (Bug 13984) File loading is very slow with TRANSUM dissector enabled. (Bug 14094) packet-knxnetip.c:936: bad bitmask ?. (Bug 14115) packet-q931.c:1306: bad compare ?. (Bug 14116) SSL Dissection bug. (Bug 14117) Wireshark crashes when exporting various files to .csv, txt and other 'non-capture file' formats. (Bug 14128) RLC reassembly doesn't work for RLC over UDP heuristic dissector. Bug 14129) HTTP Object export fails with long extension (possibly query string). (Bug 14130) 3GPP Civic Address not displayed in Packet Details. (Bug 14131) Wireshark prefers packet.dll in System32\\Npcap over the one in System32. (Bug 14134) PEEKREMOTE dissector does not decode 11ac MCS rates properly. (Bug 14136) Visual Studio Community Edition 2015 lacks tools named in developer guide. (Bug 14147) TCP: Malformed data with Riverbed Probe option. (Bug 14150) Wireshark Crash when trying to use Preferences | Advanced. (Bug 14157) Right click on SMB2 Message ID and then Apply as Column causes Runtime Error. (Bug 14169) Return [Enter] should apply change (Column title - Button Label toolbars). (Bug 14191) Wireshark crashes if "rip.display_routing_domain" is set to TRUE in preferences file. (Bug 14197) Entry point inflatePrime not found for androiddump.exe and randpktdump.exe. (Bug 14207) BGP: IPv6 NLRI is received with Add-path ID, then Wire shark is not able to decode the packet correctly. (Bug 14241) Wrong SSL decryption when using EXTENDED MASTER SECRET and Client certificate request (mutual authentication). (Bug 14243) Frame direction isn't always set if it comes from the pcapng record header rather than the packet pseudo-header. (Bug 14245) Updated Protocol Support 3GPP NAS, BGP, CIP Safety, DTLS, IEEE 802.11 Radio, IWARP_MPA, KNXnet/IP, LCSAP, MQTT, NetBIOS, PEEKREMOTE, Q.931, RIP, RLC, SIP, SSL/TLS, TCP, and TRANSUM To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/wireshark/PLIST cvs rdiff -u -r1.105 -r1.106 pkgsrc/net/wireshark/distinfo cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/wireshark/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514977781221620 Content-Disposition: inline Content-Length: 6832 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.176 pkgsrc/net/wireshark/Makefile:1.177 --- pkgsrc/net/wireshark/Makefile:1.176 Thu Nov 30 16:45:36 2017 +++ pkgsrc/net/wireshark/Makefile Wed Jan 3 11:09:41 2018 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.176 2017/11/30 16:45:36 adam Exp $ +# $NetBSD: Makefile,v 1.177 2018/01/03 11:09:41 ryoon Exp $ -DISTNAME= wireshark-2.2.10 -PKGREVISION= 1 +DISTNAME= wireshark-2.4.3 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.wireshark.org/ Index: pkgsrc/net/wireshark/PLIST diff -u pkgsrc/net/wireshark/PLIST:1.32 pkgsrc/net/wireshark/PLIST:1.33 --- pkgsrc/net/wireshark/PLIST:1.32 Wed Sep 20 19:49:38 2017 +++ pkgsrc/net/wireshark/PLIST Wed Jan 3 11:09:41 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2017/09/20 19:49:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.33 2018/01/03 11:09:41 ryoon Exp $ bin/capinfos bin/captype bin/dftest @@ -9,6 +9,7 @@ bin/mergecap bin/randpkt bin/rawshark bin/reordercap +bin/sharkd bin/text2pcap bin/tshark ${PLIST.gtk3}bin/wireshark-gtk @@ -20,6 +21,7 @@ lib/libwsutil.la lib/pkgconfig/wireshark.pc lib/wireshark/extcap/androiddump lib/wireshark/extcap/randpktdump +lib/wireshark/extcap/udpdump lib/wireshark/plugins/${PKGVERSION}/docsis.la lib/wireshark/plugins/${PKGVERSION}/ethercat.la lib/wireshark/plugins/${PKGVERSION}/gryphon.la @@ -29,6 +31,7 @@ lib/wireshark/plugins/${PKGVERSION}/mate lib/wireshark/plugins/${PKGVERSION}/opcua.la lib/wireshark/plugins/${PKGVERSION}/profinet.la lib/wireshark/plugins/${PKGVERSION}/stats_tree.la +lib/wireshark/plugins/${PKGVERSION}/transum.la lib/wireshark/plugins/${PKGVERSION}/unistim.la lib/wireshark/plugins/${PKGVERSION}/wimax.la lib/wireshark/plugins/${PKGVERSION}/wimaxasncp.la @@ -45,6 +48,7 @@ man/man1/rawshark.1 man/man1/reordercap.1 man/man1/text2pcap.1 man/man1/tshark.1 +man/man1/udpdump.1 ${PLIST.mans}man/man1/wireshark.1 man/man4/extcap.4 man/man4/wireshark-filter.4 @@ -93,6 +97,8 @@ share/wireshark/diameter/CiscoSystems.xm share/wireshark/diameter/Custom.xml share/wireshark/diameter/Ericsson.xml share/wireshark/diameter/HP.xml +share/wireshark/diameter/Inovar.xml +share/wireshark/diameter/Juniper.xml share/wireshark/diameter/Nokia.xml share/wireshark/diameter/NokiaSolutionsAndNetworks.xml share/wireshark/diameter/Oracle.xml @@ -187,12 +193,14 @@ share/wireshark/radius/dictionary.cisco. share/wireshark/radius/dictionary.cisco.vpn5000 share/wireshark/radius/dictionary.citrix share/wireshark/radius/dictionary.clavister +share/wireshark/radius/dictionary.cnergee share/wireshark/radius/dictionary.colubris share/wireshark/radius/dictionary.columbia_university share/wireshark/radius/dictionary.compat share/wireshark/radius/dictionary.compatible share/wireshark/radius/dictionary.cosine share/wireshark/radius/dictionary.dante +share/wireshark/radius/dictionary.dellemc share/wireshark/radius/dictionary.dhcp share/wireshark/radius/dictionary.digium share/wireshark/radius/dictionary.dlink @@ -204,7 +212,6 @@ share/wireshark/radius/dictionary.equall share/wireshark/radius/dictionary.ericsson share/wireshark/radius/dictionary.ericsson.ab share/wireshark/radius/dictionary.ericsson.packet.core.networks -share/wireshark/radius/dictionary.erx share/wireshark/radius/dictionary.extreme share/wireshark/radius/dictionary.f5 share/wireshark/radius/dictionary.fdxtended @@ -239,6 +246,7 @@ share/wireshark/radius/dictionary.manzar share/wireshark/radius/dictionary.meinberg share/wireshark/radius/dictionary.merit share/wireshark/radius/dictionary.meru +share/wireshark/radius/dictionary.microsemi share/wireshark/radius/dictionary.microsoft share/wireshark/radius/dictionary.mikrotik share/wireshark/radius/dictionary.motorola @@ -295,6 +303,7 @@ share/wireshark/radius/dictionary.rfc705 share/wireshark/radius/dictionary.rfc7155 share/wireshark/radius/dictionary.rfc7268 share/wireshark/radius/dictionary.rfc7499 +share/wireshark/radius/dictionary.rfc7930 share/wireshark/radius/dictionary.riverbed share/wireshark/radius/dictionary.riverstone share/wireshark/radius/dictionary.roaringpenguin @@ -321,6 +330,7 @@ share/wireshark/radius/dictionary.trapez share/wireshark/radius/dictionary.travelping share/wireshark/radius/dictionary.tropos share/wireshark/radius/dictionary.ukerna +share/wireshark/radius/dictionary.unisphere share/wireshark/radius/dictionary.unix share/wireshark/radius/dictionary.usr share/wireshark/radius/dictionary.utstarcom @@ -350,6 +360,7 @@ share/wireshark/sshdump.html share/wireshark/text2pcap.html share/wireshark/tpncp/tpncp.dat share/wireshark/tshark.html +share/wireshark/udpdump.html share/wireshark/wimaxasncp/dictionary.dtd share/wireshark/wimaxasncp/dictionary.xml share/wireshark/wireshark-filter.html Index: pkgsrc/net/wireshark/distinfo diff -u pkgsrc/net/wireshark/distinfo:1.105 pkgsrc/net/wireshark/distinfo:1.106 --- pkgsrc/net/wireshark/distinfo:1.105 Thu Nov 23 20:35:31 2017 +++ pkgsrc/net/wireshark/distinfo Wed Jan 3 11:09:41 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.105 2017/11/23 20:35:31 wiz Exp $ +$NetBSD: distinfo,v 1.106 2018/01/03 11:09:41 ryoon Exp $ -SHA1 (wireshark-2.2.10.tar.bz2) = 14ff541e84b43f5cff52fe44cdc1fbbcb8643dd2 -RMD160 (wireshark-2.2.10.tar.bz2) = a0164ae5e48de588bcc4df4f3c537dbf83b70cda -SHA512 (wireshark-2.2.10.tar.bz2) = f029a600754a4317be57811bb4ffe13c06e966c3ae8c7605f96c4b60ec6df2697941ea2e67cf6514dac4fc1ef1cf31db8b4da3cb722958c535e81fa1f63b5550 -Size (wireshark-2.2.10.tar.bz2) = 32356703 bytes +SHA1 (wireshark-2.4.3.tar.xz) = 1c52b5d03d0dd9fe33c6c225233e89ed6d1d6d28 +RMD160 (wireshark-2.4.3.tar.xz) = 549b19ff84378536a4d2598ad92ac10db7a76244 +SHA512 (wireshark-2.4.3.tar.xz) = 4344b9efeda3afba4b13bb468f7a12c4565da96c6182a8203cc5815baa11e7d84f3f11003b4289c6c11391cfb590b8c0319268196cc646a8f0226c432e9bb433 +Size (wireshark-2.4.3.tar.xz) = 28807920 bytes Index: pkgsrc/net/wireshark/options.mk diff -u pkgsrc/net/wireshark/options.mk:1.15 pkgsrc/net/wireshark/options.mk:1.16 --- pkgsrc/net/wireshark/options.mk:1.15 Wed Sep 20 19:49:38 2017 +++ pkgsrc/net/wireshark/options.mk Wed Jan 3 11:09:41 2018 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.15 2017/09/20 19:49:38 adam Exp $ +# $NetBSD: options.mk,v 1.16 2018/01/03 11:09:41 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark PKG_SUPPORTED_OPTIONS= gtk3 lua @@ -33,9 +33,9 @@ PLIST.qt= yes .endif .if empty(PKG_OPTIONS:Mgtk3) -CONFIGURE_ARGS+= --without-gtk3 +CONFIGURE_ARGS+= --without-gtk .else -CONFIGURE_ARGS+= --with-gtk3 +CONFIGURE_ARGS+= --with-gtk=3 PLIST.gtk3= yes POST_INSTALL_TARGETS+= install-gtk-desktop .include "../../x11/gtk3/buildlink3.mk" --_----------=_1514977781221620--