From patchwork Wed May 20 16:09:41 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9843 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gLGhW3XV5z3wm1 for ; Wed, 20 May 2026 16:09:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gLGhW1c29z5dK for ; Wed, 20 May 2026 16:09:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gLGhW0qTGz2xSM for ; Wed, 20 May 2026 16:09:47 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gLGhS37vLz2xHh for ; Wed, 20 May 2026 16:09:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gLGhR551wzV2; Wed, 20 May 2026 16:09:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779293383; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/u9OFN/ljheGJuL9ys49qCi1dcXjVWxEmNdyxkoq+sg=; b=s9pGhVNaCqj7o8Z8DARwGYC/aznUpylW8CFNHIESOiXzIqBUDlsd2jAqKH5yiI+Z9qf0YU Bo0As9Ekpuq/ysBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779293383; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/u9OFN/ljheGJuL9ys49qCi1dcXjVWxEmNdyxkoq+sg=; b=VelNU2Pcqhx+4hoycDYLzWuJxVthT19wfSwoY3y1ghDfDBLyKBKAIwMG/i1C6Gh+2/Xz8J 0IIhHBqrGnhx6rBcf0Zz18swsFBDsbyJSyEtMUH3NbNTgfqmXoC01Y90bzpDuf2hVWgtX5 OvEtXivowu4f7W6t86dya/hJlboYp8oM9DFtpN91NvH/vwGy4DA/8pbOcATuTdnvnnr0Pv 4o4Efh/SYT+6fOon3SsfgpBtMuN6c/Z+1jZZ38FFetfJmH+vBqOSgvxtlDnAGHfrmAKPSR bc3Yc0itPWE0zrhptAaExUjbMA8X5Cul3aJAYYRgFBsf7DvXyiKe11S+rFbBOw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] tshark: Update to version 4.6.6 Date: Wed, 20 May 2026 18:09:41 +0200 Message-ID: <20260520160941.3601417-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 4.6.5 to 4.6.6 - Update of rootfile - 1 vulnerability fix - Changelog 4.6.6 The following vulnerabilities have been fixed: wnpa-sec-2026-51 ROHC protocol dissector crash. Issue 21243. The following bugs have been fixed: Wireshark crashes when run under Visual Studio on Windows. Work item 24787. Welcome page slide preferences are now available in the preferences window. vwr: Read of uninitialized memory in pntoh16. Issue 16460. vwr: Read of uninitialized memory in find_signature. Issue 16461. Upgrades on Windows do not retain existing optional features unless explicitly requested, resulting in accidental removal of features. Issue 18925. Wireshark.exe version 4.6.5 is twice as large as version 4.6.4. Issue 21233. MACsec dissector global-buffer-overflow. Issue 21235. Wireshark 4.6.5 does not run on Windows 10 version 1809 (including Server 2019 and some LTSC versions) Issue 21237. Fuzz job issue: fuzz-2026-05-02-14184750352.pcap. Issue 21240. packet-bacapp: rename aurth-request to auth-request. Issue 21246. Fuzz job issue: randpkt-2026-05-10-14293434231.pcap. Issue 21253. Signed-off-by: Adolf Belka --- config/rootfiles/packages/tshark | 6 ++++-- lfs/tshark | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark index b92e3388e..9042f6777 100644 --- a/config/rootfiles/packages/tshark +++ b/config/rootfiles/packages/tshark @@ -11,10 +11,10 @@ usr/bin/dumpcap usr/bin/tshark #usr/lib/libwireshark.so usr/lib/libwireshark.so.19 -usr/lib/libwireshark.so.19.0.5 +usr/lib/libwireshark.so.19.0.6 #usr/lib/libwiretap.so usr/lib/libwiretap.so.16 -usr/lib/libwiretap.so.16.0.5 +usr/lib/libwiretap.so.16.0.6 #usr/lib/libwsutil.so usr/lib/libwsutil.so.17 usr/lib/libwsutil.so.17.0.0 @@ -73,6 +73,7 @@ usr/libexec/wireshark/extcap/wifidump #usr/share/doc/wireshark/rawshark.html #usr/share/doc/wireshark/reordercap.html #usr/share/doc/wireshark/sdjournal.html +#usr/share/doc/wireshark/sharkd.html #usr/share/doc/wireshark/sshdig.html #usr/share/doc/wireshark/sshdump.html #usr/share/doc/wireshark/strato.html @@ -99,6 +100,7 @@ usr/libexec/wireshark/extcap/wifidump #usr/share/man/man1/rawshark.1 #usr/share/man/man1/reordercap.1 #usr/share/man/man1/sdjournal.1 +#usr/share/man/man1/sharkd.1 #usr/share/man/man1/sshdig.1 #usr/share/man/man1/sshdump.1 #usr/share/man/man1/strato.1 diff --git a/lfs/tshark b/lfs/tshark index 6d0529802..84a4ffe23 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -26,7 +26,7 @@ include Config SUMMARY = A Network Traffic Analyser -VER = 4.6.5 +VER = 4.6.6 THISAPP = wireshark-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tshark DEPS = c-ares libxxhash -PAK_VER = 35 +PAK_VER = 36 SERVICES = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = bcb40a93ad72b775b703c9fbab0d33a5ec94372625380c54b4247de3ceb9a807ffdca0fbb4035366cd1a557dd5ddc8a775ab1ab1038467814eaa62efdf448865 +$(DL_FILE)_BLAKE2 = 3ba090394930adbd8649df0b93b65ad68f58964fe2a5b8632450f3f3b7d2f26bbc20f95a825d08082b1c2d25ebb420500b3b58b8cb1f6b88b8326c093f56c83f install : $(TARGET)