[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: GnuTLS: Update to 3.6.6.
From: |
guix-commits |
Subject: |
02/10: gnu: GnuTLS: Update to 3.6.6. |
Date: |
Sun, 10 Feb 2019 15:19:56 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit a46dcdfa3d9002eface76ef9f83e5d34c1ecbfb0
Author: Marius Bakke <address@hidden>
Date: Sun Feb 10 18:10:08 2019 +0100
gnu: GnuTLS: Update to 3.6.6.
* gnu/packages/tls.scm (gnutls): Update to 3.6.6.
[source](snippet): Remove.
---
gnu/packages/tls.scm | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index c025bfc..a90cf0b 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.
- branch core-updates updated (0bba8a5 -> f9126dd), guix-commits, 2019/02/10
- 10/10: gnu: libidn2: Update to 2.1.1a., guix-commits, 2019/02/10
- 05/10: gnu: RHash: Update to 1.3.8., guix-commits, 2019/02/10
- 09/10: gnu: harfbuzz: Update to 2.3.1., guix-commits, 2019/02/10
- 08/10: gnu: graphite2: Update to 1.3.13., guix-commits, 2019/02/10
- 07/10: gnu: nghttp2: Update to 1.36.0., guix-commits, 2019/02/10
- 02/10: gnu: GnuTLS: Update to 3.6.6.,
guix-commits <=
- 03/10: gnu: OpenLDAP: Update to 2.4.47., guix-commits, 2019/02/10
- 04/10: gnu: libuv: Update to 1.26.0., guix-commits, 2019/02/10
- 06/10: gnu: nghttp2: Remove GCC7 workaround., guix-commits, 2019/02/10
- 01/10: Merge branch 'staging' into core-updates, guix-commits, 2019/02/10