From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] tshark: Update to version 4.4.5 Date: Sun, 02 Mar 2025 09:26:14 +0000 Message-ID: <20250226181250.1470980-6-adolf.belka@ipfire.org> In-Reply-To: <20250226181250.1470980-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7423779018646590204==" List-Id: --===============7423779018646590204== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 4.4.4 to 4.4.5 - Update of rootfile - Changelog 4.4.5 Bug Fixes GRPC: protobuf_json only displays the truncated string value. Issue 2039= 2. Wireshark crashes when clicking on a column title/header. Issue 20403. Updated Protocol Support GNW, IPv4, NFAPI, and ProtoBuf Signed-off-by: Adolf Belka --- 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 c16bff26e..35a781aa4 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.18 -usr/lib/libwireshark.so.18.0.4 +usr/lib/libwireshark.so.18.0.5 #usr/lib/libwiretap.so usr/lib/libwiretap.so.15 -usr/lib/libwiretap.so.15.0.4 +usr/lib/libwiretap.so.15.0.5 #usr/lib/libwsutil.so usr/lib/libwsutil.so.16 usr/lib/libwsutil.so.16.0.0 diff --git a/lfs/tshark b/lfs/tshark index 4c513f307..b47e12d99 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A Network Traffic Analyser =20 -VER =3D 4.4.4 +VER =3D 4.4.5 =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 22 +PAK_VER =3D 23 =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 86c0d2bdb341f291180a021ecdef5d07c4a05e4296207925ca2443= 017a78a8cffdb98ac6890c2968c7bd1e42c9a43cab9770599d715729a4e63b486c73ae2ba9 +$(DL_FILE)_BLAKE2 =3D 0cefe4330d1d0e40b101c33d767796d4657ed1cf7fc652732663b9= 9d5849ef0c2f5905b1c07137dc306c18d66240701eefd8f018bf78c078caa1a04f642048da =20 install : $(TARGET) =20 --=20 2.48.1 --===============7423779018646590204==--