Sfoglia il codice sorgente

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>
Fabrice Fontaine 2 anni fa
parent
commit
4022f5fe44
3 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. 1 1
      package/stress/Config.in
  2. 1 2
      package/stress/stress.hash
  3. 4 2
      package/stress/stress.mk

+ 1 - 1
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/

+ 1 - 2
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

+ 4 - 2
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