mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
tshark: Update to version 3.2.3
This update includes several bugfixes but also updated protocols. For a full overview, in here --> https://www.wireshark.org/docs/relnotes/wireshark-3.2.3.html the changelog can be found. Signed-off-by: Erik Kapfer <ummeegge@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
8e1149afd4
commit
3f6b25de59
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.2.2
|
||||
VER = 3.2.3
|
||||
|
||||
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 = 5
|
||||
PAK_VER = 6
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = e468b78e1176e0212b13ef809f59dcbb
|
||||
$(DL_FILE)_MD5 = ff732e4586eebeb61a41abe2fcba7431
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user