* [ptxdist] [PATCH] stress: version bump 1.0.4 -> 1.0.7
@ 2025-10-13 14:58 Sven Püschel
0 siblings, 0 replies; only message in thread
From: Sven Püschel @ 2025-10-13 14:58 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
stress is now maintained by a group dedicated to maintain no longer
maintained open source software projects.
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 <s.pueschel@pengutronix.de>
---
rules/stress.make | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/rules/stress.make b/rules/stress.make
index 8d5499c25..96de08cc4 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
@@ -40,6 +43,12 @@ STRESS_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--disable-dependency-tracking
+$(STATEDIR)/stress.prepare:
+ @$(call targetinfo)
+ @$(call world/execute, STRESS, ./autogen.sh)
+ @$(call world/prepare, STRESS)
+ @$(call touch)
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-13 14:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 14:58 [ptxdist] [PATCH] stress: version bump 1.0.4 -> 1.0.7 Sven Püschel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox