[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: wolfssl: Update to 5.5.1 [security fixes].
From: |
guix-commits |
Subject: |
08/09: gnu: wolfssl: Update to 5.5.1 [security fixes]. |
Date: |
Tue, 18 Oct 2022 08:56:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b8dd3e59cee5a0a57fe866b551ac707bdc433a37
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Sat Oct 8 23:24:50 2022 -0700
gnu: wolfssl: Update to 5.5.1 [security fixes].
* gnu/packages/tls.scm (wolfssl): Update to 5.5.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/tls.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 9705f823f0..0dbf01135a 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1259,7 +1259,7 @@ compatibility is also supported.")
(define-public wolfssl
(package
(name "wolfssl")
- (version "4.8.1")
+ (version "5.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1268,11 +1268,14 @@ compatibility is also supported.")
(file-name (git-file-name name version))
(sha256
(base32
- "0w5pd40j6h4j2f0b7c2n1n979y9qk8aln3ss2gb0jfsid1hrmx5k"))))
+ "0pz25acm842cl6l51vqr8pgxci6rda8sznms757p7rnm9fw3jdl0"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
- '("--enable-reproducible-build")))
+ '("--enable-distro"
+ "--enable-pkcs11"
+ "--disable-examples"
+ "--enable-jobserver=no")))
(native-inputs
(list autoconf automake libtool))
(synopsis "SSL/TLS implementation")
- branch master updated (0289312bc9 -> 72a41c4012), guix-commits, 2022/10/18
- 03/09: gnu: guix: Switch to Guile-GnuTLS., guix-commits, 2022/10/18
- 01/09: gnu: guile-gnutls: Fix cross-crompilation., guix-commits, 2022/10/18
- 05/09: gnu: hpcguix-web: Remove input labels., guix-commits, 2022/10/18
- 07/09: gnu: Add python-simple-pid., guix-commits, 2022/10/18
- 02/09: gnu: gnutls-latest: Remove dependency on Guile., guix-commits, 2022/10/18
- 08/09: gnu: wolfssl: Update to 5.5.1 [security fixes].,
guix-commits <=
- 04/09: self: Switch to Guile-GnuTLS., guix-commits, 2022/10/18
- 06/09: doc: Mention Guile-GnuTLS in the requirements., guix-commits, 2022/10/18
- 09/09: gnu: Add nbfc-linux., guix-commits, 2022/10/18