]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tshark: Update to version 4.6.2
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 6 Dec 2025 12:04:15 +0000 (13:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Dec 2025 11:22:34 +0000 (11:22 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/tshark
lfs/tshark

index ec74f5030a77f201286fa2b1b0d03766914ece6a..2686a23e4073ba524a8a25bc70f94ae172a950f1 100644 (file)
@@ -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
index 6d566504ea7da7fa49c776e55675277a667073db..07cb1af8e647251c89c3bc7b712588c8c8b8a4bd 100644 (file)
@@ -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)