From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] tshark: Fixes bug #12598 Correct the non incremented PAK_VER Date: Thu, 01 Apr 2021 19:12:44 +0200 Message-ID: <20210401171244.15713-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8028801454207771333==" List-Id: --===============8028801454207771333== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- 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 =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tshark DEPS =3D krb5 c-ares -PAK_VER =3D 9 +PAK_VER =3D 10 =20 ############################################################################= ### # Top-level Rules --=20 2.31.1 --===============8028801454207771333==--