tshark: Update to version 4.2.7

Message ID 20240902122559.2936628-1-adolf.belka@ipfire.org
State Staged
Commit 53eeed5a81970d93889b144f08efee1406bee0b0
Headers
Series tshark: Update to version 4.2.7 |

Commit Message

Adolf Belka Sept. 2, 2024, 12:25 p.m. UTC
  - Update from version 4.2.6 to 4.2.7
- Update of rootfile
- Version 4.4.0 is out but is a major change version. I have therefore decided to wait
   for a few update versions before looking at changing to it. Most of the changes appear
   to be more for the gui wireshark than for the cli tshark that IPFire nis using.
- The version 4.2.x branch will still have ongoing bug and security fixes anyway.
- CVE fix in this version update.
- Changelog
    4.2.7
	  Bug Fixes
	   The following vulnerability has been fixed:
	     • wnpa-sec-2024-11[2] NTLMSSP dissector crash. Issue 19943[3].
	       CVE-2024-8250[4].
	   The following bugs have been fixed:
	     • Fuzz job issue: fuzz-2024-01-31-7745.pcap. Issue 19627[5].
	     • OSS-Fuzz 70534: wireshark:fuzzshark_ip_proto-udp: Stack-overflow
	       in dissect_cbor_main_type. Issue 19935[6].
	     • SOME/IP Protocol heuristic dissector fails to parse. Issue
	       19670[7].
	     • 6loWPAN: Page Number Field Incorrect Registration. Issue
	       19934[8].
	     • PacketBB incorrectly reports "Malformed Packet" Issue 19972[9].
	  Updated Protocol Support
	   6LoWPAN, BGP, CAN-ETH, CBOR, IEEE 802.11, LBMSRS, NTLMSSP, PacketBB,
	   PN-MRP, SOME/IP, USBLL, X.75, and Zabbix

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 9f40dbc2e..a177b7b31 100644
--- a/config/rootfiles/packages/tshark
+++ b/config/rootfiles/packages/tshark
@@ -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.6
+usr/lib/libwireshark.so.17.0.7
 #usr/lib/libwiretap.so
 usr/lib/libwiretap.so.14
-usr/lib/libwiretap.so.14.1.6
+usr/lib/libwiretap.so.14.1.7
 #usr/lib/libwsutil.so
 usr/lib/libwsutil.so.15
 usr/lib/libwsutil.so.15.0.0
diff --git a/lfs/tshark b/lfs/tshark
index 7156476d1..c4d29c8e1 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = A Network Traffic Analyser
 
-VER        = 4.2.6
+VER        = 4.2.7
 
 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    = 17
+PAK_VER    = 18
 
 SERVICES   =
 
@@ -47,7 +47,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 880acf82c7e535b89ce8b41293c90197825ffe1132720337e77b3dcee0eaf476cb3faa6f9b42d3864e9f6892e624d0b286afdaf6bbe7e6b60483296d087a4bc3
+$(DL_FILE)_BLAKE2 = ab82c4ff9afa0fecb3cddbabc7441c3f457c2ccfc39f8a1e65f5d4df752bbdf7cb3d892db5a3de86ec055b12c512f4d067f6d98626ecd2f58f31052e10415be8
 
 install : $(TARGET)