From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 1/2] tcpdump: Update to 4.99.4 Date: Fri, 14 Apr 2023 10:27:25 +0200 Message-ID: <20230414082726.3416166-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2712062736815875823==" List-Id: --===============2712062736815875823== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://git.tcpdump.org/tcpdump/blob/HEAD:/CHANGES#l60 Signed-off-by: Matthias Fischer --- lfs/tcpdump | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tcpdump b/lfs/tcpdump index a3e9705c7..4015577ce 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A Packet Sniffer =20 -VER =3D 4.99.3 +VER =3D 4.99.4 =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 15 +PAK_VER =3D 16 =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 8e8adda6df40f3a79cbeb80bd01d43834e0b3ec44c8227bda2260b= 43ea0852f76beb02199120cca16adae0d793841cf684e7e276e520f49479a1b04ab1dc4821 +$(DL_FILE)_BLAKE2 =3D f100e10774574ef04a770bc30d4e2d06fd0f1f16a7b2c88848be6e= 8290cc4838666ff378d9f78fdc418f4ffab9716a11214edc3588c292cb5ff39636cd7cfd2d =20 install : $(TARGET) =20 --=20 2.34.1 --===============2712062736815875823==--