]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
tshark: Update to version 4.4.5
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 26 Feb 2025 18:12:47 +0000 (19:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Mar 2025 11:12:05 +0000 (11:12 +0000)
- 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 20392.
    Wireshark crashes when clicking on a column title/header. Issue 20403.
Updated Protocol Support
GNW, IPv4, NFAPI, and ProtoBuf

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 c16bff26e58ccb9c5312e574d1ec509046c44764..35a781aa4c82d0cadf7b9dab492fc9978170bda2 100644 (file)
@@ -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
index 4c513f3070340f848982fd550542dbafe14c5c65..b47e12d99846affb81cb2993048e4cf958b9038c 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A Network Traffic Analyser
 
-VER        = 4.4.4
+VER        = 4.4.5
 
 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    = 22
+PAK_VER    = 23
 
 SERVICES   =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 86c0d2bdb341f291180a021ecdef5d07c4a05e4296207925ca2443017a78a8cffdb98ac6890c2968c7bd1e42c9a43cab9770599d715729a4e63b486c73ae2ba9
+$(DL_FILE)_BLAKE2 = 0cefe4330d1d0e40b101c33d767796d4657ed1cf7fc652732663b99d5849ef0c2f5905b1c07137dc306c18d66240701eefd8f018bf78c078caa1a04f642048da
 
 install : $(TARGET)