unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58890] [PATCH] gnu: libressl: Update to 3.5.3.
@ 2022-10-30  7:23 Hilton Chain via Guix-patches via
  2022-11-09 22:37 ` bug#58890: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-10-30  7:23 UTC (permalink / raw)
  To: 58890

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58890: [PATCH] gnu: libressl: Update to 3.5.3.
  2022-10-30  7:23 [bug#58890] [PATCH] gnu: libressl: Update to 3.5.3 Hilton Chain via Guix-patches via
@ 2022-11-09 22:37 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-11-09 22:37 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 58890-done

Hi,

Hilton Chain <hako@ultrarare.space> skribis:

> * gnu/packages/tls.scm (libressl): Update to 3.5.3.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-09 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-30  7:23 [bug#58890] [PATCH] gnu: libressl: Update to 3.5.3 Hilton Chain via Guix-patches via
2022-11-09 22:37 ` bug#58890: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).