tshark: Update to version 4.6.2

Message ID 20251206120415.3513746-1-adolf.belka@ipfire.org
State Staged
Commit 3b9bedc91abae7e446bb9007dcad972bb4ebe880
Headers
Series tshark: Update to version 4.6.2 |

Commit Message

Adolf Belka 6 Dec 2025, 12:04 p.m. UTC
- Update from version 4.6.1 to 4.6.2
- Update of rootfile
- Changelog
    4.6.2
	Bug Fixes
		This release fixes an API/ABI change that was introduced in
		 Wireshark 4.6.1, which caused a compatibility issue with plugins
		 built for Wireshark 4.6.0. Issue 20881.
		The following vulnerabilities have been fixed:
		    wnpa-sec-2025-07 HTTP3 dissector crash. Issue 20860.
		    wnpa-sec-2025-08 MEGACO dissector infinite loop. Issue 20884.
		The following bugs have been fixed:
		    ws_base32_decode should be named *_encode ? Issue 20754.
		    Omnipeek files not working in 4.6.1. Issue 20876.
		    Stack buffer overflow in wiretap/ber.c (ber_open) Issue 20878.
		    Plugins incompatibility between 4.6.0 & 4.6.1. Issue 20881.
		    Fuzz job crash: fuzz-2025-11-30-12266121180.pcap. Issue 20883.
	New and Updated Features
	    The Windows installers now ship with the Visual C++ Redistributable
		version 14.44.35112. They previously shipped with 14.40.33807.
	Updated Protocol Support
		ATM PW, COSEM, COTP, DECT NR+, DMP, Fc00, GTP, HTTP3, IEEE 802.15.4,
		 ISIS HELLO, ISOBUS, MAC-LTE, MAUSB, MEGACO, MPEG DSM-CC, OsmoTRXD,
		 PTP, RLC, SAPDIAG, and SMTP
	New and Updated Capture File Support
		Peektagged

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/packages/tshark | 4 ++--
 lfs/tshark                       | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
  

Patch

diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark
index ec74f5030..2686a23e4 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.1
+usr/lib/libwireshark.so.19.0.2
 #usr/lib/libwiretap.so
 usr/lib/libwiretap.so.16
-usr/lib/libwiretap.so.16.0.1
+usr/lib/libwiretap.so.16.0.2
 #usr/lib/libwsutil.so
 usr/lib/libwsutil.so.17
 usr/lib/libwsutil.so.17.0.0
diff --git a/lfs/tshark b/lfs/tshark
index 6d566504e..07cb1af8e 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = A Network Traffic Analyser
 
-VER        = 4.6.1
+VER        = 4.6.2
 
 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
-PAK_VER    = 30
+PAK_VER    = 31
 
 SERVICES   =
 
@@ -47,7 +47,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4ca4b482ec58003c78413e29b11d3b628c835ffc0a635150415a91d570952b958f80a3baf0da7fc952fd338697c06631d20dbb7a29a42a46a22bb1be32ab2265
+$(DL_FILE)_BLAKE2 = 1f7a7c73d610e00c9c5718e67dbc48b1a3872f9a72769017b266f7fbbf8b1d834878319514bae069ee3ba17de0fb35eb88f24e9809ac6c821e0f4e4bbaf195d1
 
 install : $(TARGET)