summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-02-10 18:10:08 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-02-10 21:15:42 +0100
commita46dcdfa3d9002eface76ef9f83e5d34c1ecbfb0 (patch)
tree67e24906fd3ba350ccddbe81270d92e12190e75b /gnu/packages/tls.scm
parent27c2917ac4e18ec0e1e9bb369d3e5e71ec4b5b61 (diff)
downloadguix-patches-a46dcdfa3d9002eface76ef9f83e5d34c1ecbfb0.tar
guix-patches-a46dcdfa3d9002eface76ef9f83e5d34c1ecbfb0.tar.gz
gnu: GnuTLS: Update to 3.6.6.
* gnu/packages/tls.scm (gnutls): Update to 3.6.6. [source](snippet): Remove.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r--gnu/packages/tls.scm13
1 files changed, 2 insertions, 11 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index c025bfc56f..a90cf0b0c2 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -164,7 +164,7 @@ living in the same process.")
(define-public gnutls
(package
(name "gnutls")
- (version "3.6.5")
+ (version "3.6.6")
(source (origin
(method url-fetch)
(uri
@@ -176,16 +176,7 @@ living in the same process.")
(patches (search-patches "gnutls-skip-trust-store-test.patch"))
(sha256
(base32
- "0ddvg97dyrh8dkffv1mdc0knxx5my3qdbzv97s4a6jggmk9wwgh7"))
- (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))))
+ "19rcfgsfxb01cyz8jxmmgkjqc7y5s97amajzyknk1i1amywcm6mv"))))
(build-system gnu-build-system)
(arguments
`(; Ensure we don't keep a reference to this buggy software.