All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.4
@ 2019-06-19 20:05 Pierre-Jean Texier
  2019-06-19 20:05 ` [Buildroot] [PATCH 2/2] package/haveged: fix legal-info Pierre-Jean Texier
  2019-06-20 11:30 ` [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.4 Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Pierre-Jean Texier @ 2019-06-19 20:05 UTC (permalink / raw)
  To: buildroot

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@koncepto.io>
---
 package/haveged/haveged.hash | 4 ++--
 package/haveged/haveged.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/haveged/haveged.hash b/package/haveged/haveged.hash
index d1133b6..d98e1d9 100644
--- a/package/haveged/haveged.hash
+++ b/package/haveged/haveged.hash
@@ -1,2 +1,2 @@
-# 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
diff --git a/package/haveged/haveged.mk b/package/haveged/haveged.mk
index a645557..bc1bb2d 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
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-24 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 20:05 [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.4 Pierre-Jean Texier
2019-06-19 20:05 ` [Buildroot] [PATCH 2/2] package/haveged: fix legal-info Pierre-Jean Texier
2019-06-20 11:30   ` Peter Korsgaard
2019-06-24 19:06   ` Peter Korsgaard
2019-06-20 11:30 ` [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.4 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.