From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] tshark: Update to version 4.2.7
Date: Mon, 02 Sep 2024 14:25:59 +0200
Message-ID: <20240902122559.2936628-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5402845419584467786=="
List-Id: <development.lists.ipfire.org>

--===============5402845419584467786==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

- 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 decide=
d to wait
   for a few update versions before looking at changing to it. Most of the ch=
anges appear
   to be more for the gui wireshark than for the cli tshark that IPFire nis u=
sing.
- The version 4.2.x branch will still have ongoing bug and security fixes any=
way.
- CVE fix in this version update.
- Changelog
    4.2.7
	  Bug Fixes
	   The following vulnerability has been fixed:
	     =E2=80=A2 wnpa-sec-2024-11[2] NTLMSSP dissector crash. Issue 19943[3].
	       CVE-2024-8250[4].
	   The following bugs have been fixed:
	     =E2=80=A2 Fuzz job issue: fuzz-2024-01-31-7745.pcap. Issue 19627[5].
	     =E2=80=A2 OSS-Fuzz 70534: wireshark:fuzzshark_ip_proto-udp: Stack-overf=
low
	       in dissect_cbor_main_type. Issue 19935[6].
	     =E2=80=A2 SOME/IP Protocol heuristic dissector fails to parse. Issue
	       19670[7].
	     =E2=80=A2 6loWPAN: Page Number Field Incorrect Registration. Issue
	       19934[8].
	     =E2=80=A2 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(a)ipfire.org>
---
 config/rootfiles/packages/tshark | 4 ++--
 lfs/tshark                       | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tsh=
ark
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
=20
 SUMMARY    =3D A Network Traffic Analyser
=20
-VER        =3D 4.2.6
+VER        =3D 4.2.7
=20
 THISAPP    =3D wireshark-$(VER)
 DL_FILE    =3D $(THISAPP).tar.xz
@@ -35,7 +35,7 @@ DIR_APP    =3D $(DIR_SRC)/$(THISAPP)
 TARGET     =3D $(DIR_INFO)/$(THISAPP)
 PROG       =3D tshark
 DEPS       =3D c-ares
-PAK_VER    =3D 17
+PAK_VER    =3D 18
=20
 SERVICES   =3D
=20
@@ -47,7 +47,7 @@ objects =3D $(DL_FILE)
=20
 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE)
=20
-$(DL_FILE)_BLAKE2 =3D 880acf82c7e535b89ce8b41293c90197825ffe1132720337e77b3d=
cee0eaf476cb3faa6f9b42d3864e9f6892e624d0b286afdaf6bbe7e6b60483296d087a4bc3
+$(DL_FILE)_BLAKE2 =3D ab82c4ff9afa0fecb3cddbabc7441c3f457c2ccfc39f8a1e65f5d4=
df752bbdf7cb3d892db5a3de86ec055b12c512f4d067f6d98626ecd2f58f31052e10415be8
=20
 install : $(TARGET)
=20
--=20
2.46.0


--===============5402845419584467786==--