From bfc342e6dcac039e23327c0ed52378d5cf58aa30 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 1 Apr 2021 19:12:44 +0200 Subject: [PATCH] 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 --- lfs/tshark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5