tshark: Update to version 4.6.6
Commit Message
- 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 <adolf.belka@ipfire.org>
---
config/rootfiles/packages/tshark | 6 ++++--
lfs/tshark | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
@@ -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
@@ -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)