gnu: GnuTLS: Update to 3.6.6.
* gnu/packages/tls.scm (gnutls): Update to 3.6.6. [source](snippet): Remove.
This commit is contained in:
parent
27c2917ac4
commit
a46dcdfa3d
|
@ -164,7 +164,7 @@ living in the same process.")
|
||||||
(define-public gnutls
|
(define-public gnutls
|
||||||
(package
|
(package
|
||||||
(name "gnutls")
|
(name "gnutls")
|
||||||
(version "3.6.5")
|
(version "3.6.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -176,16 +176,7 @@ living in the same process.")
|
||||||
(patches (search-patches "gnutls-skip-trust-store-test.patch"))
|
(patches (search-patches "gnutls-skip-trust-store-test.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ddvg97dyrh8dkffv1mdc0knxx5my3qdbzv97s4a6jggmk9wwgh7"))
|
"19rcfgsfxb01cyz8jxmmgkjqc7y5s97amajzyknk1i1amywcm6mv"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
;; XXX: The generated configure script in GnuTLS 3.6.5
|
|
||||||
;; apparently does not know about Guile 2.2.
|
|
||||||
(substitute* "configure"
|
|
||||||
(("guile_versions_to_search=\"2\\.0 1\\.8\"")
|
|
||||||
"guile_versions_to_search=\"2.2 2.0 1.8\""))
|
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(; Ensure we don't keep a reference to this buggy software.
|
`(; Ensure we don't keep a reference to this buggy software.
|
||||||
|
|
Loading…
Reference in New Issue