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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58890: closed ([PATCH] gnu: libressl: Update to 3.5.3.)
Date: Wed, 09 Nov 2022 22:38:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 09 Nov 2022 23:37:31 +0100
with message-id <875yfnoitw.fsf <at> gnu.org>
and subject line Re: bug#58890: [PATCH] gnu: libressl: Update to 3.5.3.
has caused the debbugs.gnu.org bug report #58890,
regarding [PATCH] gnu: libressl: Update to 3.5.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58890: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58890
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [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


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 58890-done <at> debbugs.gnu.org
Subject: Re: bug#58890: [PATCH] gnu: libressl: Update to 3.5.3.
Date: Wed, 09 Nov 2022 23:37:31 +0100
Hi,

Hilton Chain <hako <at> ultrarare.space> skribis:

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

Applied, thanks!


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

Previous Next


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