guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61845] [PATCH 3/3] gnu: rng-tools: Update to 6.16.


From: Bruno Victal
Subject: [bug#61845] [PATCH 3/3] gnu: rng-tools: Update to 6.16.
Date: Mon, 27 Feb 2023 16:14:57 +0000

* gnu/packages/linux.scm (rng-tools): Update to 6.16.
[arguments]: Disable qrypt.
[inputs]: Add libcap.
---
 gnu/packages/linux.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9ba4b2b119..57664a39ed 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6585,7 +6585,7 @@ (define-public rng-tools
   (package
     (name "rng-tools")
     (home-page "https://github.com/nhorman/rng-tools";)
-    (version "6.15")
+    (version "6.16")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page)
@@ -6593,7 +6593,7 @@ (define-public rng-tools
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0i00if7xknpm0dhkrm60rxzyyvq0vdibq7dvsd2ncm9pg098qvwj"))
+                "1rsk8nxs0j32b9hr88qk8hv029fb1q0hcrw0mfdywvm7dn2d15gn"))
               (patches
                (search-patches "rng-tools-revert-build-randstat.patch"))
               (patch-flags '("-p0"))))
@@ -6605,7 +6605,8 @@ (define-public rng-tools
       ;; increase closure size.
       #:configure-flags #~(list "--without-nistbeacon"
                                 "--without-pkcs11"
-                                "--without-rtlsdr")
+                                "--without-rtlsdr"
+                                "--without-qrypt")
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'check 'disable-failing-test
@@ -6617,7 +6618,7 @@ (define-public rng-tools
     (native-inputs
      (list autoconf automake pkg-config))
     (inputs
-     (list sysfsutils openssl))
+     (list libcap sysfsutils openssl))
     (synopsis "Random number generator daemon")
     (description
      "Monitor a hardware random number generator, and supply entropy
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]