From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Oct 2025 10:28:10 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9foo-008l4u-2z for lore@lore.pengutronix.de; Fri, 17 Oct 2025 10:28:10 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v9foo-0005Tw-Np; Fri, 17 Oct 2025 10:28:10 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1v9fhv-0006Gr-K3; Fri, 17 Oct 2025 10:21:03 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9fhv-0041nm-1P; Fri, 17 Oct 2025 10:21:03 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v9fhv-0000000D3rI-1bVm; Fri, 17 Oct 2025 10:21:03 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Oct 2025 10:21:03 +0200 Message-ID: <20251017082103.3113089-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251013161334.2593472-1-s.pueschel@pengutronix.de> References: <20251013161334.2593472-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] stress: version bump 1.0.4 -> 1.0.7 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as a9ef8aff6180f50efb100155115b9ea7834b7c3b. Michael [sent from post-receive hook] On Fri, 17 Oct 2025 10:21:03 +0200, Sven Püschel wrote: > stress is now maintained by a group dedicated to maintain no longer > maintained open source software projects. > > Due to the release packages not containing the configure file, add it > using autogen.sh the patch dir. > > https://github.com/resurrecting-open-source-projects/stress/releases/tag/1.0.5 > https://github.com/resurrecting-open-source-projects/stress/releases/tag/1.0.6 > https://github.com/resurrecting-open-source-projects/stress/releases/tag/1.0.7 > > Signed-off-by: Sven Püschel > Message-Id: <20251013161334.2593472-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/stress-1.0.7/autogen.sh b/patches/stress-1.0.7/autogen.sh > new file mode 120000 > index 000000000000..9f8a4cb7ddcb > --- /dev/null > +++ b/patches/stress-1.0.7/autogen.sh > @@ -0,0 +1 @@ > +../autogen.sh > \ No newline at end of file > diff --git a/rules/stress.make b/rules/stress.make > index 8d5499c2549c..d7af1f6fe22e 100644 > --- a/rules/stress.make > +++ b/rules/stress.make > @@ -14,14 +14,17 @@ PACKAGES-$(PTXCONF_STRESS) += stress > # > # Paths and names > # > -STRESS_VERSION := 1.0.4 > -STRESS_MD5 := 890a4236dd1656792f3ef9a190cf99ef > +STRESS_VERSION := 1.0.7 > +STRESS_MD5 := 4104cf194d249d8064683b6c28f374a3 > STRESS := stress-$(STRESS_VERSION) > STRESS_SUFFIX := tar.gz > -STRESS_URL := https://people.seas.harvard.edu/~apw/stress/$(STRESS).$(STRESS_SUFFIX) > +STRESS_URL := https://github.com/resurrecting-open-source-projects/stress/archive/$(STRESS_VERSION).$(STRESS_SUFFIX) > STRESS_SOURCE := $(SRCDIR)/$(STRESS).$(STRESS_SUFFIX) > STRESS_DIR := $(BUILDDIR)/$(STRESS) > STRESS_LICENSE := GPL-2.0-or-later > +STRESS_LICENSE_FILES := \ > + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > + file://src/stress.c;startline=3;endline=20;md5=a4bb41767da83c0d96e9bf23ba6422b8 > > # ---------------------------------------------------------------------------- > # Prepare