guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]