public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] tshark: Fixes bug #12598 Correct the non incremented PAK_VER
@ 2021-04-01 17:12 Adolf Belka
  2021-04-02 19:06 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-04-01 17:12 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

- 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(a)ipfire.org>
---
 lfs/tshark | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfs/tshark b/lfs/tshark
index 98f9c73e9..baa8bfa41 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.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-02 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 17:12 [PATCH] tshark: Fixes bug #12598 Correct the non incremented PAK_VER Adolf Belka
2021-04-02 19:06 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox