[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: haveged: Update to 1.9.4.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/06: gnu: haveged: Update to 1.9.4. |
Date: |
Wed, 10 Oct 2018 17:50:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 893c340c3af3fb1426d11f7a9f613f9837054ac5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Oct 10 22:59:13 2018 +0200
gnu: haveged: Update to 1.9.4.
* gnu/packages/linux.scm (haveged): Update to 1.9.4.
[source]: Use GIT-FETCH and GIT-FILE-NAME from new (development) home.
---
gnu/packages/linux.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d52e8d7..c6c5a58 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3737,15 +3737,16 @@ such as frequency and voltage scaling.")
(define-public haveged
(package
(name "haveged")
- (version "1.9.2")
+ (version "1.9.4")
(source
(origin
- (method url-fetch)
- (uri (string-append "http://www.issihosts.com/haveged/haveged-"
- version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jirka-h/haveged.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0w5ypz6451msckivjriwyw8djydlwffam7x23xh626s2vzdrlzgp"))))
+ (base32 "1hrwzjd4byq4fdrg8svww3d8x449k80jxxrjy9v6jvzhfv19rvxr"))))
(build-system gnu-build-system)
(home-page "http://www.issihosts.com/haveged")
(synopsis "Entropy source for the Linux random number generator")
- branch master updated (47f9fb1 -> 43abffa), Tobias Geerinckx-Rice, 2018/10/10
- 01/06: gnu: ranger: More test tweaks., Tobias Geerinckx-Rice, 2018/10/10
- 02/06: gnu: python-pickleshare: Update to 0.7.5., Tobias Geerinckx-Rice, 2018/10/10
- 04/06: gnu: haveged: Mark up description., Tobias Geerinckx-Rice, 2018/10/10
- 05/06: gnu: perftest: Update to 4.4-0.4., Tobias Geerinckx-Rice, 2018/10/10
- 06/06: gnu: hdparm: Update to 9.56., Tobias Geerinckx-Rice, 2018/10/10
- 03/06: gnu: haveged: Update to 1.9.4.,
Tobias Geerinckx-Rice <=