[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: libressl: Update to 3.1.4.
From: |
guix-commits |
Subject: |
01/07: gnu: libressl: Update to 3.1.4. |
Date: |
Fri, 16 Oct 2020 09:18:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1aa375528b17e6cb41d137dd46b3d2018a8058a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 13:48:19 2020 +0200
gnu: libressl: Update to 3.1.4.
* gnu/packages/tls.scm (libressl): Update to 3.1.4.
---
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 cfdef6a..82e6321 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -544,14 +544,14 @@ required structures.")
(define-public libressl
(package
(name "libressl")
- (version "3.0.2")
+ (version "3.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
"libressl-" version ".tar.gz"))
(sha256
(base32
- "13ir2lpxz8y1m151k7lrx306498nzfhwlvgkgv97v5cvywmifyyz"))))
+ "1dnbbnr43jashxivnafmh9gnn57c7ayva788ba03z633k6f18k21"))))
(build-system gnu-build-system)
(arguments
;; Do as if 'getentropy' was missing since older Linux kernels lack it
- branch master updated (27913a6 -> f6a0b54), guix-commits, 2020/10/16
- 03/07: gnu: tintin++: Update to 2.02.04., guix-commits, 2020/10/16
- 02/07: gnu: soundtouch: Update to 2.2., guix-commits, 2020/10/16
- 05/07: gnu: libostree: Update to 2020.7., guix-commits, 2020/10/16
- 07/07: gnu: ethtool: Update to 5.9., guix-commits, 2020/10/16
- 01/07: gnu: libressl: Update to 3.1.4.,
guix-commits <=
- 04/07: gnu: python-sqlalchemy: Update to 1.3.20., guix-commits, 2020/10/16
- 06/07: gnu: ndctl: Update to 70.1., guix-commits, 2020/10/16