From: Adolf Belka Date: Thu, 1 Apr 2021 17:12:44 +0000 (+0200) Subject: tshark: Fixes bug #12598 Correct the non incremented PAK_VER X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfc342e6dcac039e23327c0ed52378d5cf58aa30;p=people%2Fstevee%2Fipfire-2.x.git 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 Signed-off-by: Michael Tremer --- diff --git a/lfs/tshark b/lfs/tshark index 98f9c73e9a..baa8bfa411 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -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