]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tshark: Fixes bug #12598 Correct the non incremented PAK_VER
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 1 Apr 2021 17:12:44 +0000 (19:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Apr 2021 16:19:58 +0000 (16:19 +0000)
- 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>
lfs/tshark

index 98f9c73e9a0f15945cd7b81f0b775475aa425dca..baa8bfa41110c090c154d3c8bec17937e4d59a80 100644 (file)
@@ -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