]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
tshark: Update to version 4.2.6
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 11 Jul 2024 13:41:46 +0000 (15:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:21 +0000 (15:21 +0000)
- Update from version 4.2.5 to 4.2.6
- Update of rootfile
- Changelog
    4.2.6
Bug Fixes
   A regression in the TCP Stream Graph "Time Sequence (tcptrace)"
    receive window line behavior introduced in 4.2.5 and 4.0.15 has been
    fixed. Issue 19846[3]
   The following vulnerability has been fixed:
     • wnpa-sec-2024-10[4] SPRT dissector crash. Issue 19559[5].
   The following bugs have been fixed:
     • RADIUS dissector’s dictionary loading broken in many ways. Issue
       6466[6].
     • 3.4 → 3.6.5 ASCII display is broken on CentOS 7. Issue 18096[7].
     • Funnel/Lua: Closing child window disconnects buttons of parent.
       Issue 18386[8].
     • Lua detection fails with Alpine Linux: missing: LUA_LIBRARIES.
       Issue 19841[9].
     • vnd.3gpp.5gnas payloads of type SMS not decoded inside HTTP2 5GC.
       Issue 19845[10].
     • TCP Stream Graphs green sliding window line not displayed
       correctly. Issue 19846[11].
     • Wireshark window doesn’t fully fit on screen on small resolutions
       and can’t be resized properly on Russian language. Issue
       19861[12].
     • Wireshark started from command line doesn’t set
       gui.fileopen_remembered_dir correctly on Windows. Issue
       19891[13].
     • Wireshark expects wrong length for DHCP Relay Agent Information
       Source Port Suboption. Issue 19909[14].
     • SIP P-Access-Network-Info header not correctly decoded. Issue
       19917[15].
Updated Protocol Support
   DHCP, E.212, MySQL, NAS-5GS, PKT CCC, ProtoBuf, RADIUS, RLC-LTE, RTP,
   SIP, SPRT, Thrift, and Wi-SUN
New and Updated Capture File Support
   log3gpp

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 b3a75924d92bf93838d23b872473d6271b7e5e87..9f40dbc2e26bad641161bbae79e302020defd998 100644 (file)
@@ -12,10 +12,10 @@ usr/bin/dumpcap
 usr/bin/tshark
 #usr/lib/libwireshark.so
 usr/lib/libwireshark.so.17
-usr/lib/libwireshark.so.17.0.5
+usr/lib/libwireshark.so.17.0.6
 #usr/lib/libwiretap.so
 usr/lib/libwiretap.so.14
-usr/lib/libwiretap.so.14.1.5
+usr/lib/libwiretap.so.14.1.6
 #usr/lib/libwsutil.so
 usr/lib/libwsutil.so.15
 usr/lib/libwsutil.so.15.0.0
index 3d3411eb3b80d7dfd2aeff30ba7e12a9ace26183..7156476d199f576101baa7dfcf9ca7f9ae8cd8f5 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A Network Traffic Analyser
 
-VER        = 4.2.5
+VER        = 4.2.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
-PAK_VER    = 16
+PAK_VER    = 17
 
 SERVICES   =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 536743a7e402f7a511d7612454d9770f0e67a0f2ebc1ab49912b12965e605f2082eff37f41f7642b89859257926ce13d88728194b79cbe5dcf6b15d72516c5fc
+$(DL_FILE)_BLAKE2 = 880acf82c7e535b89ce8b41293c90197825ffe1132720337e77b3dcee0eaf476cb3faa6f9b42d3864e9f6892e624d0b286afdaf6bbe7e6b60483296d087a4bc3
 
 install : $(TARGET)