mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
tshark: Update to 3.4.2
- Update tshark from 3.2.6 (Old Stable Release line) to 3.4.2 (Stable Release line) - Changelog at https://www.wireshark.org/docs/relnotes/ - Rootfile updated Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
d52d707381
commit
ff5aef9d30
@@ -620,10 +620,10 @@ usr/bin/tshark
|
||||
#usr/include/wireshark/wsutil/xtea.h
|
||||
#usr/lib/libwireshark.so
|
||||
usr/lib/libwireshark.so.14
|
||||
usr/lib/libwireshark.so.14.0.0
|
||||
usr/lib/libwireshark.so.14.0.2
|
||||
#usr/lib/libwiretap.so
|
||||
usr/lib/libwiretap.so.11
|
||||
usr/lib/libwiretap.so.11.0.0
|
||||
usr/lib/libwiretap.so.11.0.2
|
||||
#usr/lib/libwsutil.so
|
||||
usr/lib/libwsutil.so.12
|
||||
usr/lib/libwsutil.so.12.0.0
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.4.0
|
||||
VER = 3.4.2
|
||||
|
||||
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 c-ares
|
||||
PAK_VER = 8
|
||||
PAK_VER = 9
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 5c656cd9d6b01dd2ad93ed665ca532e6
|
||||
$(DL_FILE)_MD5 = cf35d1413e7e3b1429ac7f12c823ccd4
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user