[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: GnuTLS: Update to 3.6.8.
From: |
guix-commits |
Subject: |
05/14: gnu: GnuTLS: Update to 3.6.8. |
Date: |
Sun, 16 Jun 2019 03:44:55 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 7892edc256e9f94acad57f698622b48dc741385f
Author: Marius Bakke <address@hidden>
Date: Fri Jun 14 15:56:33 2019 +0200
gnu: GnuTLS: Update to 3.6.8.
* gnu/packages/tls.scm (gnutls): Update to 3.6.8.
[arguments]: Add "--with-guile-{site,site-ccache,extension-dir}" to
#:configure-flags.
---
gnu/packages/tls.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index eb853da..912069c 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -161,7 +161,7 @@ living in the same process.")
(define-public gnutls
(package
(name "gnutls")
- (version "3.6.6")
+ (version "3.6.8")
(source (origin
(method url-fetch)
(uri
@@ -173,7 +173,7 @@ living in the same process.")
(patches (search-patches "gnutls-skip-trust-store-test.patch"))
(sha256
(base32
- "19rcfgsfxb01cyz8jxmmgkjqc7y5s97amajzyknk1i1amywcm6mv"))))
+ "10ry71sy8zbksa905bjryphafcg25gkmfa3pf48ripimar7990da"))))
(build-system gnu-build-system)
(arguments
`(; Ensure we don't keep a reference to this buggy software.
@@ -191,6 +191,15 @@ living in the same process.")
;; independently. This seems suboptimal.
"--with-default-trust-store-dir=/etc/ssl/certs"
+ ;; Tell the build system that we want Guile bindings installed to
+ ;; the output instead of Guiles own module directory.
+ (string-append "--with-guile-site-dir="
+
"$(datarootdir)/guile/site/$(GUILE_EFFECTIVE_VERSION)")
+ (string-append "--with-guile-site-ccache-dir="
+
"$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache")
+ (string-append "--with-guile-extension-dir="
+
"$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions")
+
;; FIXME: Temporarily disable p11-kit support since it is not
;; working on mips64el.
"--without-p11-kit")
- branch core-updates updated (852d30a -> b1593c1), guix-commits, 2019/06/16
- 02/14: gnu: CMake: Update to 3.14.5., guix-commits, 2019/06/16
- 05/14: gnu: GnuTLS: Update to 3.6.8.,
guix-commits <=
- 01/14: gnu: freetype: Update to 2.10.0., guix-commits, 2019/06/16
- 03/14: gnu: curl: Update to 7.65.1., guix-commits, 2019/06/16
- 11/14: gnu: jbig2dec: Update to 0.16., guix-commits, 2019/06/16
- 04/14: gnu: harfbuzz: Update to 2.5.1., guix-commits, 2019/06/16
- 13/14: gnu: cross-base: Fix C++ cross-compilation problems with GCC 7., guix-commits, 2019/06/16
- 10/14: gnu: adb: Build against OpenSSL 1.0., guix-commits, 2019/06/16
- 14/14: gnu: bison: Disable parallel build., guix-commits, 2019/06/16
- 06/14: gnu: nghttp2: Update to 1.39.1., guix-commits, 2019/06/16
- 09/14: gnu: poppler: Update to 0.77.0., guix-commits, 2019/06/16
- 08/14: gnu: texlive-bin: Remove GCC5 workaround., guix-commits, 2019/06/16