[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/18: gnu: gnutls: Update to 3.6.9.
From: |
guix-commits |
Subject: |
15/18: gnu: gnutls: Update to 3.6.9. |
Date: |
Wed, 31 Jul 2019 08:58:42 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit bffe4305ec2daaa87cb31a0121214983b2bd5589
Author: Marius Bakke <address@hidden>
Date: Sat Jul 27 23:21:27 2019 +0200
gnu: gnutls: Update to 3.6.9.
* gnu/packages/tls.scm (gnutls): Update to 3.6.9.
---
gnu/packages/tls.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 84461a7..f2e7f4a 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -163,7 +163,7 @@ living in the same process.")
(define-public gnutls
(package
(name "gnutls")
- (version "3.6.8")
+ (version "3.6.9")
(source (origin
(method url-fetch)
(uri
@@ -175,7 +175,7 @@ living in the same process.")
(patches (search-patches "gnutls-skip-trust-store-test.patch"))
(sha256
(base32
- "10ry71sy8zbksa905bjryphafcg25gkmfa3pf48ripimar7990da"))))
+ "1jqz5s3lv8sa53348cfi9nr5pw5l55n8m40b8msdvv0pb2jzqca3"))))
(build-system gnu-build-system)
(arguments
`(; Ensure we don't keep a reference to this buggy software.
- branch core-updates updated (6a2e542 -> 51d4c79), guix-commits, 2019/07/31
- 02/18: gnu: prank: Update to 170427., guix-commits, 2019/07/31
- 01/18: gnu: ftgl: Update to 2.4.0., guix-commits, 2019/07/31
- 05/18: gnu: icu4c: Make 'libicudata.so' behave the same on all architectures., guix-commits, 2019/07/31
- 07/18: gnu: libarchive: Do not build 'libarchive.a'., guix-commits, 2019/07/31
- 15/18: gnu: gnutls: Update to 3.6.9.,
guix-commits <=
- 03/18: gnu: gpsbabel: Remove GCC 5 workaround., guix-commits, 2019/07/31
- 16/18: gnu: libice: Update to 1.0.10., guix-commits, 2019/07/31
- 13/18: gnu: poppler: Update to 0.79.0., guix-commits, 2019/07/31
- 09/18: gnu: Remove workarounds for missing libarchive nettle propagation., guix-commits, 2019/07/31
- 17/18: gnu: glib: Update to 2.60.6., guix-commits, 2019/07/31
- 08/18: gnu: libarchive: Embed absolute references to required libraries in .la file., guix-commits, 2019/07/31
- 06/18: gnu: libarchive: Enable zstd support., guix-commits, 2019/07/31
- 18/18: gnu: Remove workarounds for <https://bugs.gnu.org/36721>., guix-commits, 2019/07/31
- 10/18: gnu: CMake: Update to 3.15.1., guix-commits, 2019/07/31
- 04/18: gnu: icu4c: Add upstream patches., guix-commits, 2019/07/31