]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tshark: Update to version 3.2.6
authorErik Kapfer <ummeegge@ipfire.org>
Tue, 18 Aug 2020 14:34:37 +0000 (14:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Aug 2020 15:42:05 +0000 (15:42 +0000)
The version jump from 3.2.3 to 3.2.6 includes several changes.
3.2.4 includes only bugfixes.
3.2.5 includes bugfixes and updated protocols.
3.2.6 includes also bugfixes and updated protocols.

For a full overview, the release notes can be found in here -->
https://www.wireshark.org/docs/relnotes/ .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/tshark
lfs/tshark

index 5b7824a9fc730a52003e0d3a8f7555c1dc97f97b..c5081989ce5ad08fabdfb5e82b028dee8e2f4e06 100644 (file)
@@ -612,10 +612,10 @@ usr/bin/tshark
 #usr/include/wireshark/wsutil/xtea.h
 #usr/lib/libwireshark.so
 usr/lib/libwireshark.so.13
-usr/lib/libwireshark.so.13.0.3
+usr/lib/libwireshark.so.13.0.6
 #usr/lib/libwiretap.so
 usr/lib/libwiretap.so.10
-usr/lib/libwiretap.so.10.0.3
+usr/lib/libwiretap.so.10.0.6
 #usr/lib/libwsutil.so
 usr/lib/libwsutil.so.11
 usr/lib/libwsutil.so.11.0.0
index c32fb181e35def55f1cb2fe859db6c0bc0ee9757..7b124ef5bedcfee51d0beee8132c88362162bcfc 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.2.3
+VER        = 3.2.6
 
 THISAPP    = wireshark-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tshark
 DEPS       = krb5
-PAK_VER    = 6
+PAK_VER    = 7
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ff732e4586eebeb61a41abe2fcba7431
+$(DL_FILE)_MD5 = f14ef8d73fa5f30b57fec51283e6b73e
 
 install : $(TARGET)