From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] stress: Update to version 1.0.5 Date: Tue, 12 Apr 2022 12:35:10 +0200 Message-ID: <20220412103510.59431-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8115366110915957072==" List-Id: --===============8115366110915957072== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.0.4 to 1.0.5 - Update of rootfile not required - Changelog Version 1.0.5 * Added CI test for GitHub. * Migrated manpage system to txt2man. * Modernized system install. * Set right permissions to source code. * Updated README and added a CONTRIBUTING file. * Other minor changes and improvements. Signed-off-by: Adolf Belka --- lfs/stress | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lfs/stress b/lfs/stress index 808575af5..52860f078 100644 --- a/lfs/stress +++ b/lfs/stress @@ -11,7 +11,7 @@ include Config =20 SUMMARY =3D Tool to load and stress a computer =20 -VER =3D 1.0.4 +VER =3D 1.0.5 =20 THISAPP =3D stress-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -19,7 +19,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D stress -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D =20 @@ -33,7 +33,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D dcda33bec9b2228e93b6e9e33fc6238554b04036bd7478df6580f5= 4557d639ab4a28fb820766f386e7d3d6338452dae7ee4b649554df2313bea80dfbb23653cf +$(DL_FILE)_BLAKE2 =3D 7bc4a1d7739828ccd4b58c814e8ded42cddbd0b226bb29e916fe22= 0835bcfa9dcdb86191bb321247aa98bd0e58791556713770bdeda5dad399aa61f2703a766c =20 install : $(TARGET) =20 @@ -66,6 +66,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure --prefix=3D/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 2.35.1 --===============8115366110915957072==--