From patchwork Fri May 19 17:04:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6892 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 4QNCrh2NcMz3wlM for ; Fri, 19 May 2023 17:05:08 +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 4QNCrb2Px4z9Vg; Fri, 19 May 2023 17:05:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QNCrZ6NQ2z2y0B; Fri, 19 May 2023 17:05:02 +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 4QNCrW3J8Jz2xry for ; Fri, 19 May 2023 17:04:59 +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 4QNCrW0lTbzdP; Fri, 19 May 2023 17:04:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1684515899; 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: in-reply-to:in-reply-to:references:references; bh=TM7VQsNjhfYIlSAqHmxQ7i/QaZEwfiC5vdMZIrvCn+U=; b=c8lsY4O05ZWMegvpZVgyRrg3rGShBLOBp8pHE9r5wvp0+xcw70/OABr8ILPvkl5TPmW5Q5 xJ/914nn/wTis6DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1684515899; 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: in-reply-to:in-reply-to:references:references; bh=TM7VQsNjhfYIlSAqHmxQ7i/QaZEwfiC5vdMZIrvCn+U=; b=Egz60S8AtQzfjbq6f5OeAfuGQk06nSY0kzx+DYrwFC9YNlATNj8NdrPK8bbXlQRnNK0Gna ZxAb/SMSbag03qoso2cFla+L+mb+VE4D7q5Ewyp9YGpg3rx+fjBMYkS3nqxIhdUwq28ARk vw31llsUEzMuuNTiGviYCRaVE30mAJbVN0qLJBV102FjUH8YI13wh5eU4AVMTSHwnadVT6 4Tw7zT2Ram+2XaggWNzlwt3LTx1rhavoYNRll0ubxzwbE8fmRyPZM3KnvjkZm4VrTy/5rK suxoZmnwI4JXFhyHIiRUnPQUS7Ywhon/haQZZ7GYsxATGZwZ80Bi/8ykbk+fBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] stress: Update to version 1.0.7 Date: Fri, 19 May 2023 19:04:52 +0200 Message-Id: <20230519170452.3469866-6-adolf.belka@ipfire.org> In-Reply-To: <20230519170452.3469866-1-adolf.belka@ipfire.org> References: <20230519170452.3469866-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.5 to 1.0.7 - Update of rootfile not required - Changelog Version 1.0.7 * Check for sys/prctl.h availability, because non-Linux architectures don't provide . * Improved GitHub CI: - Added CI test for macOS. - Added a check for stress command. - Added a test for 'make dist-bzip2'. * Moved manpage from doc/ to man/. Version 1.0.6 * Register parent termination signal in child processes. * Added 'make dist' check in CI test. * Added rights for Vratislav Bendel. * Re-organized src/stress.c via astyle command. * Updated GPL-2 license text for src/stress.c. Signed-off-by: Adolf Belka --- lfs/stress | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/lfs/stress b/lfs/stress index 52860f078..8bb06e278 100644 --- a/lfs/stress +++ b/lfs/stress @@ -1,6 +1,21 @@ ############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) 2007-2018 IPFire Team # +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2023 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # ############################################################################### ############################################################################### @@ -11,15 +26,15 @@ include Config SUMMARY = Tool to load and stress a computer -VER = 1.0.5 +VER = 1.0.7 THISAPP = stress-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = stress -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -33,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 7bc4a1d7739828ccd4b58c814e8ded42cddbd0b226bb29e916fe220835bcfa9dcdb86191bb321247aa98bd0e58791556713770bdeda5dad399aa61f2703a766c +$(DL_FILE)_BLAKE2 = c425134be47715ea5d50c56eea20f211f79feecccc73823f38c3a0f3fc1ee612ee6b6fcd07045f888ce6f1cb762a7ae42fe9003b91fe43451eabae17d918bdfc install : $(TARGET) @@ -65,7 +80,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING)