gnu: botan: Update to 2.7.0 [fixes CVE-2018-12435].

* gnu/packages/crypto.scm (botan): Update to 2.7.0.
This commit is contained in:
Leo Famulari 2018-07-16 01:40:15 -04:00
parent fe27238cea
commit cfe255684c
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -755,14 +755,14 @@ (define-public rhash
(define-public botan
(package
(name "botan")
(version "2.6.0")
(version "2.7.0")
(source (origin
(method url-fetch)
(uri (string-append "https://botan.randombit.net/releases/"
"Botan-" version ".tgz"))
(sha256
(base32
"1iawmymmnp5j2mcjj70slivn6bgg8gbpppldc1rjqw5sbdan3wn1"))))
"142aqabwc266jxn8wrp0f1ffrmcvdxwvyh8frb38hx9iaqazjbg4"))))
(build-system gnu-build-system)
(arguments
'(#:phases