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 <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d264b6e81e
commit
4022f5fe44
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user