[Buildroot] [git commit branch/2019.02.x] package/haveged: bump to version 1.9.4

Peter Korsgaard peter at korsgaard.com
Tue Sep 24 14:48:18 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=2940519e548d7ef132fba13c78215828b944b3f1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

See https://github.com/jirka-h/haveged/releases/tag/1.9.4

Also change the site location, upstream release
mechanism has switched to using github.

Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 6bc4189b82ae19e7718ed0dcdefcec0f03233132)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/haveged/haveged.hash | 3 +--
 package/haveged/haveged.mk   | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/haveged/haveged.hash b/package/haveged/haveged.hash
index 44be222a1e..048941849c 100644
--- a/package/haveged/haveged.hash
+++ b/package/haveged/haveged.hash
@@ -1,4 +1,3 @@
-# From http://www.issihosts.com/haveged/verify/haveged-1.9.1.sha1
-sha1	ab7234b7f57dbb7d500a5ab3cbf0494715ce6499	haveged-1.9.1.tar.gz
 # Locally calculated
+sha256  c4959d3cb1fa6391d16a3aa1ba4d82cd3a0d497206ae4b87d638088c0664e5aa	haveged-1.9.4.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903	COPYING
diff --git a/package/haveged/haveged.mk b/package/haveged/haveged.mk
index a645557bc4..bc1bb2d3ac 100644
--- a/package/haveged/haveged.mk
+++ b/package/haveged/haveged.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-HAVEGED_VERSION = 1.9.1
-HAVEGED_SITE = http://www.issihosts.com/haveged
+HAVEGED_VERSION = 1.9.4
+HAVEGED_SITE = $(call github,jirka-h,haveged,$(HAVEGED_VERSION))
 HAVEGED_LICENSE = GPL-3.0+
 HAVEGED_LICENSE_FILES = COPYING
 


More information about the buildroot mailing list