From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tcpdump: Update to 4.99.0 Date: Sat, 03 Apr 2021 18:27:13 +0200 Message-ID: <20210403162713.28074-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8936205837442993234==" List-Id: --===============8936205837442993234== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://www.tcpdump.org/tcpdump-changes.txt Signed-off-by: Matthias Fischer --- lfs/tcpdump | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lfs/tcpdump b/lfs/tcpdump index b4e6b0e2a..86c54738d 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2019 IPFire Team = # +# Copyright (C) 2007-2021 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.9.3 +VER =3D 4.99.0 =20 THISAPP =3D tcpdump-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tcpdump -PAK_VER =3D 11 +PAK_VER =3D 12 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D a4ead41d371f91aa0a2287f589958bae +$(DL_FILE)_MD5 =3D b10aa2f497def7283bc060f626879ce5 =20 install : $(TARGET) =20 @@ -80,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && \ ./configure \ --prefix=3D/usr \ + --bindir=3D/usr/sbin \ --with-crypto \ --without-smi =20 --=20 2.18.0 --===============8936205837442993234==--