GNU bug report logs - #58890
[PATCH] gnu: libressl: Update to 3.5.3.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 30 Oct 2022 07:25:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Hilton Chain <hako <at> ultrarare.space>
To: 58890 <at> debbugs.gnu.org
Subject: [bug#58890] [PATCH] gnu: libressl: Update to 3.5.3.
Date: Sun, 30 Oct 2022 15:23:47 +0800
* gnu/packages/tls.scm (libressl): Update to 3.5.3.
---
 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 f7af5c9758..37872c06f6 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -699,14 +699,14 @@ (define-public bearssl
 (define-public libressl
   (package
     (name "libressl")
-    (version "3.3.6")
+    (version "3.5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://openbsd/LibreSSL/"
                                   "libressl-" version ".tar.gz"))
               (sha256
                (base32
-                "16jbzqj9wy2z10x8ppx63idw44k0d3wly0grpar0s6g1cn9q8a1z"))))
+                "0a4b5dkvdmx5zjav0qifizs3a8mlhpbn9vkhn7321kk9xzmfbd9s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

base-commit: 63bf06013820aa26aca7dc8f18cb79403b94e9a5
--
2.38.0




This bug report was last modified 2 years and 196 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.