tshark: Fixes bug #12598 Correct the non incremented PAK_VER

Message ID 20210401171244.15713-1-adolf.belka@ipfire.org
State Accepted
Commit bfc342e6dcac039e23327c0ed52378d5cf58aa30
Headers
Series tshark: Fixes bug #12598 Correct the non incremented PAK_VER |

Commit Message

Adolf Belka April 1, 2021, 5:12 p.m. UTC
  - 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>
---
 lfs/tshark | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Peter Müller April 2, 2021, 7:06 p.m. UTC | #1
Hello Adolf,

no worries. These things just happen sometimes... :-)

Thanks, and best regards,
Peter Müller

Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - 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>
> ---
>  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
>
  

Patch

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