From patchwork Tue Apr 12 10:35:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5503 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Kd2DR1bDPz3x1Y for ; Tue, 12 Apr 2022 10:35:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Kd2DQ5Wtbz5Xd; Tue, 12 Apr 2022 10:35:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Kd2DQ5FGtz2ydN; Tue, 12 Apr 2022 10:35:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Kd2DP0h37z2yF8 for ; Tue, 12 Apr 2022 10:35:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Kd2DN6QzZzfF; Tue, 12 Apr 2022 10:35:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649759716; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oFspYgmZb0BATHPDJaTnCHZ+u1ffbOhuL6b/6hBNrfY=; b=V7IoeEIMrTW7i8PYpvrSSQh6lfw87h5bl2R1PDShx/A0V5ldWPr6GmmbDs7F7QRnAZBeik d8sSQmtqDOuFavDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649759716; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oFspYgmZb0BATHPDJaTnCHZ+u1ffbOhuL6b/6hBNrfY=; b=kxE4OfKsm7+9Krrjzpv0CzeL062CvKA5DVrgNZl+LwcLDYrAdQC7d3ICcIO73WqeKr8H3f ti6mbesQKYQeF810zTUb5ZH4T9bX8LdSJM1StyDGBftcryCdFwsx4zBT/jFGGla9YZ84PV Cwn2RYQvAzidvjwEpiqrz7ksRuOWe83Cl6Sy2B7DYuLcA6JrhBrA77MK1kr77d0E0/XLl5 yZWBUH2SeeWvk48yGYO7iEo0P0JBIGzdrIkA/A7l02zkNJmnK/L56WC5v5NhBuPSqE+68W aA9Oq/OYL3u8tayXYorT35L7tAylIIDF+Ij5CF/9IG8zKJypJsGFm0FxOqaX9A== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 SUMMARY = Tool to load and stress a computer -VER = 1.0.4 +VER = 1.0.5 THISAPP = stress-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -19,7 +19,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = stress -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -33,7 +33,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = dcda33bec9b2228e93b6e9e33fc6238554b04036bd7478df6580f54557d639ab4a28fb820766f386e7d3d6338452dae7ee4b649554df2313bea80dfbb23653cf +$(DL_FILE)_BLAKE2 = 7bc4a1d7739828ccd4b58c814e8ded42cddbd0b226bb29e916fe220835bcfa9dcdb86191bb321247aa98bd0e58791556713770bdeda5dad399aa61f2703a766c install : $(TARGET) @@ -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=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install