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:
parent
fe27238cea
commit
cfe255684c
|
@ -755,14 +755,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R
|
||||||
(define-public botan
|
(define-public botan
|
||||||
(package
|
(package
|
||||||
(name "botan")
|
(name "botan")
|
||||||
(version "2.6.0")
|
(version "2.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://botan.randombit.net/releases/"
|
(uri (string-append "https://botan.randombit.net/releases/"
|
||||||
"Botan-" version ".tgz"))
|
"Botan-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iawmymmnp5j2mcjj70slivn6bgg8gbpppldc1rjqw5sbdan3wn1"))))
|
"142aqabwc266jxn8wrp0f1ffrmcvdxwvyh8frb38hx9iaqazjbg4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue