gnu: rng-tools: Update to 6.7.

* gnu/packages/linux.scm (rng-tools): Update to 6.7.
[arguments]: Add ‘--without-pkcs11’ to #:configure-flags to avoid a new
dependeny on libp11.
master
Tobias Geerinckx-Rice 2019-02-19 17:05:45 +01:00
parent 3351f42acf
commit ae67d70daa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -3699,7 +3699,7 @@ The collection contains a set of bandwidth and latency benchmark such as:
(package
(name "rng-tools")
(home-page "https://github.com/nhorman/rng-tools")
(version "6.6")
(version "6.7")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page)
@ -3707,11 +3707,12 @@ The collection contains a set of bandwidth and latency benchmark such as:
(file-name (git-file-name name version))
(sha256
(base32
"0c32sxfvngdjzfmxn5ngc5yxwi8ij3yl216nhzyz9r31qi3m14v7"))))
"19f75m6mzg8h7b4snzg7d6ypvkz6nq32lrpi9ja95gqz4wsd18a5"))))
(build-system gnu-build-system)
(arguments
`(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 MiB.
#:configure-flags '("--without-nistbeacon")))
#:configure-flags '("--without-nistbeacon"
"--without-pkcs11")))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)