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] tcpdump: Update to 4.99.2 Date: Wed, 04 Jan 2023 21:32:27 +0000 Message-ID: In-Reply-To: <20230101175653.3556957-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6531852511314199299==" List-Id: --===============6531852511314199299== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://git.tcpdump.org/tcpdump/blob/HEAD:/CHANGES#l56 >=20 > Signed-off-by: Matthias Fischer > --- > lfs/tcpdump | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/tcpdump b/lfs/tcpdump > index 9c7390037..dd81b7488 100644 > --- a/lfs/tcpdump > +++ b/lfs/tcpdump > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2021 IPFire Team = # > +# Copyright (C) 2007-2023 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D A Packet Sniffer > =20 > -VER =3D 4.99.1 > +VER =3D 4.99.2 > =20 > THISAPP =3D tcpdump-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D tcpdump > -PAK_VER =3D 13 > +PAK_VER =3D 14 > =20 > DEPS =3D > =20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 0a10fe68afdfe80d3e7e661352fcaf1c47702df27fbed959f52f= b0ec81543a1d4ce6b0de16a8b081de48dd43e09a13f5e1f0fb11d7590f92cbff29dc511bea12 > +$(DL_FILE)_BLAKE2 =3D be13fbf493478270c8ebc034a3c1467907a008ce2ed9632a87b7= d7b9104b9fda248cd535da7313a1c3d57ca21f324c25593812590b96ec334c474d1ce06f3fd5 > =20 > install : $(TARGET) > =20 --===============6531852511314199299==--