mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
tshark: Fixes bug #12598 Correct the non incremented PAK_VER
- The PAK_VER number was not incremented in patch 3947 - All other addon patches raised by Adolf Belka at that time checked and all others have the PAK_VER correctly incremented - Fixes bug #12598 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
eb29db5e24
commit
bfc342e6dc
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = tshark
|
||||
DEPS = krb5 c-ares
|
||||
PAK_VER = 9
|
||||
PAK_VER = 10
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
Reference in New Issue
Block a user