From 4022f5fe44a928c5e987f40fd4f58dd0ae5cf1fb Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 22 Oct 2022 23:18:58 +0200 Subject: [PATCH] package/stress: bump to version 1.0.5 Switch to an active fork: "The original stress went unmaintained; the source of the last version, 1.0.4, was imported from Debian. After, patches from Debian and other changes were applied to create the 1.0.5 release. The details of each release are registered in the ChangeLog file. Now, stress is maintained by volunteers under Resurrecting Open Source Projects." https://github.com/resurrecting-open-source-projects/stress/blob/1.0.5/ChangeLog Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/stress/Config.in | 2 +- package/stress/stress.hash | 3 +-- package/stress/stress.mk | 6 ++++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package/stress/Config.in b/package/stress/Config.in index b22c3f19bb..32a3e264bc 100644 --- a/package/stress/Config.in +++ b/package/stress/Config.in @@ -6,4 +6,4 @@ config BR2_PACKAGE_STRESS It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. - http://people.seas.harvard.edu/~apw/stress/ + https://github.com/resurrecting-open-source-projects/stress/ diff --git a/package/stress/stress.hash b/package/stress/stress.hash index 8d14d053fb..dc1785b6c7 100644 --- a/package/stress/stress.hash +++ b/package/stress/stress.hash @@ -1,4 +1,3 @@ -# Locally calculated after checking pgp signature -sha256 057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b stress-1.0.4.tar.gz # Locally computed +sha256 1798e49ca365d928fb194ba1b8e8d1e09963b49e9edb0a78bcbba15750bb5027 stress-1.0.5.tar.gz sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/stress/stress.mk b/package/stress/stress.mk index 4d2d4cb838..99a50f349e 100644 --- a/package/stress/stress.mk +++ b/package/stress/stress.mk @@ -4,10 +4,12 @@ # ################################################################################ -STRESS_VERSION = 1.0.4 -STRESS_SITE = http://people.seas.harvard.edu/~apw/stress +STRESS_VERSION = 1.0.5 +STRESS_SITE = $(call github,resurrecting-open-source-projects,stress,$(STRESS_VERSION)) STRESS_LICENSE = GPL-2.0+ STRESS_LICENSE_FILES = COPYING +# From git +STRESS_AUTORECONF = YES # Stress is linked statically if the --enable-static is specified. # However, this option is always specified in the global