Received: by mail.netbsd.org (Postfix, from userid 605) id 5198384FCE; Fri, 5 Jan 2024 17:57:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C5FB84D3F for ; Fri, 5 Jan 2024 17:57:28 +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 U0rglFf5LT5g for ; Fri, 5 Jan 2024 17:57:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8AAE984CED for ; Fri, 5 Jan 2024 17:57:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85E1CFA42; Fri, 5 Jan 2024 17:57:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704477447269800" MIME-Version: 1.0 Date: Fri, 5 Jan 2024 17:57:27 +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: <20240105175727.85E1CFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704477447269800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Fri Jan 5 17:57:27 UTC 2024 Modified Files: pkgsrc/net/wireshark: Makefile PLIST distinfo Log Message: wireshark: updated to 4.2.2 Wireshark 4.2.2 Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2024-01[2] GVCP dissector crash. Issue 19496[3]. CVE-2024-0208[4]. • wnpa-sec-2024-02[5] IEEE 1609.2 dissector crash. Issue 19501[6]. CVE-2024-0209[7]. • wnpa-sec-2024-03[8] HTTP3 dissector crash. Issue 19502[9]. CVE-2024-0207[10]. • wnpa-sec-2024-04[11] Zigbee TLV dissector crash. Issue 19504[12]. CVE-2024-0210[13]. • wnpa-sec-2024-05[14] DOCSIS dissector crash. Issue 19557[15]. CVE-2024-0211[16]. The following bugs have been fixed: • Capture filters not saved to recently used list. Issue 12918[17]. • CFM dissector does not handle Sender ID TLV correctly when Chassis ID Length is zero. Issue 13720[18]. • OSS-Fuzz 64290: wireshark:fuzzshark_ip: Global-buffer-overflow in dissect_zcl_read_attr_struct. Issue 19490[19]. • Overriding capture options set by preference by command line arguments (like -S) doesn’t work. Issue 14549[20]. • Segfault when enabling monitor mode on wireless card that falsely claims to support it. Issue 16693[21]. • Documented format of temporary file name is out of date in the Wireshark User’s Guide. Issue 18464[22]. • Selection highlight lost when interface list is sorted. Issue 19133[23]. • HTTP3 malformed packets. Issue 19475[24]. • Capture filter compilation fails with obscure error message. Issue 19480[25]. • XML: Parsing encoding attribute failed when standalone attribute exists. Issue 19485[26]. • Display filter expressions where the protocol name starts with digit and contains a hyphen are rejected. Issue 19489[27]. • diameter.3GPP-* display filters not working after upgrade to version 4.2.0. Issue 19493[28]. • GigE-vision: Control Protocol shows \"unknown\" as value for ASCII character set. Issue 19494[29]. • The HTTP/3 Request Header URI is not correct. Issue 19497[30]. • QUIC/TLS not extracting \"h3\" from ALPN in a capture. Issue 19503[31]. • Documentation on system requirements should be updated. Issue 19512[32]. • 4.2.0: init.lua in subdirectories not loaded anymore. Issue 19516[33]. • Malformed SIP/SDP messages: components are not decoded properly. Issue 19518[34]. • heuristic_protos do not reset on profile swap. Issue 19520[35]. • Wireshark 4.2 crashes on Apply As Column. Issue 19521[36]. • NFLOG timestamp is incorrect. Issue 19525[37]. • Qt6 Crash (Double Free) When Attempting to Save TCP Stream Graph. Issue 19529[38]. • Fixed parsing display filter expressions containing literal OID values, e.g. `snmp.name == 1.3.6.1.2.1.1.3.0`. To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/wireshark/PLIST cvs rdiff -u -r1.170 -r1.171 pkgsrc/net/wireshark/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704477447269800 Content-Disposition: inline Content-Length: 2341 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.307 pkgsrc/net/wireshark/Makefile:1.308 --- pkgsrc/net/wireshark/Makefile:1.307 Thu Jan 4 14:47:29 2024 +++ pkgsrc/net/wireshark/Makefile Fri Jan 5 17:57:27 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.307 2024/01/04 14:47:29 adam Exp $ +# $NetBSD: Makefile,v 1.308 2024/01/05 17:57:27 adam Exp $ -DISTNAME= wireshark-4.2.1 +DISTNAME= wireshark-4.2.2 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.86 pkgsrc/net/wireshark/PLIST:1.87 --- pkgsrc/net/wireshark/PLIST:1.86 Thu Jan 4 14:47:29 2024 +++ pkgsrc/net/wireshark/PLIST Fri Jan 5 17:57:27 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.86 2024/01/04 14:47:29 adam Exp $ +@comment $NetBSD: PLIST,v 1.87 2024/01/05 17:57:27 adam Exp $ bin/capinfos bin/captype bin/dumpcap @@ -15,10 +15,10 @@ bin/tshark ${PLIST.qt}bin/wireshark lib/libwireshark.so lib/libwireshark.so.17 -lib/libwireshark.so.17.0.1 +lib/libwireshark.so.17.0.2 lib/libwiretap.so lib/libwiretap.so.14 -lib/libwiretap.so.14.0.1 +lib/libwiretap.so.14.1.0 lib/libwsutil.so lib/libwsutil.so.15 lib/libwsutil.so.15.0.0 Index: pkgsrc/net/wireshark/distinfo diff -u pkgsrc/net/wireshark/distinfo:1.170 pkgsrc/net/wireshark/distinfo:1.171 --- pkgsrc/net/wireshark/distinfo:1.170 Thu Jan 4 14:47:29 2024 +++ pkgsrc/net/wireshark/distinfo Fri Jan 5 17:57:27 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.170 2024/01/04 14:47:29 adam Exp $ +$NetBSD: distinfo,v 1.171 2024/01/05 17:57:27 adam Exp $ -BLAKE2s (wireshark-4.2.1.tar.xz) = 151ae30a982229517b9c31dea131e9fb3a7dbfac87375c5d8a03c52ddcb688a2 -SHA512 (wireshark-4.2.1.tar.xz) = e08217b0997a53b614cca871edb68c659a2a64b59c1a3072ad3183e3297f039781c50fc44359532bf279f830101a32aeb7238c684272f5b4cb19632787c00d92 -Size (wireshark-4.2.1.tar.xz) = 44942940 bytes +BLAKE2s (wireshark-4.2.2.tar.xz) = 792c024b69be272e72a23ad55a037de23dd09431fc8b78fe42fd9b44597283a3 +SHA512 (wireshark-4.2.2.tar.xz) = a72c4957c7458da85ec9d121330c0c185fa047823b00be88e1218efda5ce43a7e4a3581afefadc003f376da8b89668d835bbead049009a1fdb5d8fbce08ddbb2 +Size (wireshark-4.2.2.tar.xz) = 44918888 bytes SHA1 (patch-CMakeLists.txt) = 6c9e1dc7a7c7000a15ed49c24036b987f43156f2 --_----------=_1704477447269800--