From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 05/62] lsof: Update to 4.91 Date: Sun, 16 Aug 2020 10:28:56 +0000 Message-ID: <20200816102953.3881-5-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8546182464759408537==" List-Id: --===============8546182464759408537== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/lsof | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lfs/lsof b/lfs/lsof index 8b429fb60..b2e141f22 100644 --- a/lfs/lsof +++ b/lfs/lsof @@ -24,10 +24,10 @@ =20 include Config =20 -VER =3D 4.78 +VER =3D 4.91 =20 -THISAPP =3D lsof-$(VER) -DL_FILE =3D $(THISAPP).tar.bz2 +THISAPP =3D lsof_$(VER) +DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 0f8aac305454e8cd8e0ac534c6daccea +$(DL_FILE)_MD5 =3D 10e1353aa4bf2fd5bbed65db9ef6fd47 =20 install : $(TARGET) =20 @@ -69,9 +69,10 @@ $(subst %,%_MD5,$(objects)) : =20 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./Configure linux -n - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && install -m 4750 -o root -g nobody lsof /usr/bin + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && tar axf lsof_$(VER)_src.tar + cd $(DIR_APP)/lsof_$(VER)_src && ./Configure linux -n + cd $(DIR_APP)/lsof_$(VER)_src && make $(MAKETUNING) CC=3D"cc $(CFLAGS) $(LD= FLAGS)" + cd $(DIR_APP)/lsof_$(VER)_src && install -m 755 -o root -g root lsof /usr/b= in @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.20.1 --===============8546182464759408537==--