From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] tshark: Fixes bug #12598 Correct the non incremented PAK_VER Date: Fri, 02 Apr 2021 21:06:04 +0200 Message-ID: <5fe1e21c-7ef4-c031-8f73-9d0a18032a0e@ipfire.org> In-Reply-To: <20210401171244.15713-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0739261067227118780==" List-Id: --===============0739261067227118780== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Adolf, no worries. These things just happen sometimes... :-) Thanks, and best regards, Peter M=C3=BCller Reviewed-by: Peter M=C3=BCller > - 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 >=20 > Signed-off-by: Adolf Belka > --- > lfs/tshark | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 --===============0739261067227118780==--