all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 54627@debbugs.gnu.org
Subject: [bug#54627] [PATCH] gnu: libressl: Update to 3.3.6.
Date: Tue, 29 Mar 2022 21:52:43 +0200	[thread overview]
Message-ID: <5aad463476cac88db3561a8c6026659d25329852.camel@gmail.com> (raw)

* gnu/packages/tls.scm (libressl): Update to 3.3.6.
---
Hi Guix,

In light of lfam's comment over at guix-devel, I tried updating libressl.
Version 3.3.6 is currently the latest in the 3.3 tree, so it ought to be save
to bump, but I didn't verify that with all packages yet.  Bumping to 3.5 won't 
be possible without addressing a failing test case.

Cheers

 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 c776085cad..99e9b429ce 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -610,14 +610,14 @@ (define-public bearssl
 (define-public libressl
   (package
     (name "libressl")
-    (version "3.3.3")
+    (version "3.3.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://openbsd/LibreSSL/"
                                   "libressl-" version ".tar.gz"))
               (sha256
                (base32
-                "0rihprcgxsydsbcqgd1952k2cfn4jmp7rlyp1c6sglfc6rdmcwd4"))))
+                "16jbzqj9wy2z10x8ppx63idw44k0d3wly0grpar0s6g1cn9q8a1z"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.34.0





             reply	other threads:[~2022-03-29 19:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-29 19:52 Liliana Marie Prikler [this message]
2022-03-29 22:11 ` [bug#54627] [PATCH] gnu: libressl: Update to 3.3.6 Leo Famulari
2022-03-30 18:33   ` Liliana Marie Prikler
2022-03-31  4:24     ` Liliana Marie Prikler
2022-04-12 18:46   ` bug#54627: " Liliana Marie Prikler
2022-04-27 22:58     ` [bug#54627] " Leo Famulari
2022-04-11 19:51 ` [bug#54627] kiasoc5--- via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5aad463476cac88db3561a8c6026659d25329852.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=54627@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.