GNU bug report logs - #54627
[PATCH] gnu: libressl: Update to 3.3.6.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Tue, 29 Mar 2022 19:57:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54627 in the body.
You can then email your comments to 54627 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54627; Package guix-patches. (Tue, 29 Mar 2022 19:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 29 Mar 2022 19:57:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libressl: Update to 3.3.6.
Date: Tue, 29 Mar 2022 21:52:43 +0200
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#54627; Package guix-patches. (Tue, 29 Mar 2022 22:12:01 GMT) Full text and rfc822 format available.

Message #8 received at 54627 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 54627 <at> debbugs.gnu.org
Subject: Re: [bug#54627] [PATCH] gnu: libressl: Update to 3.3.6.
Date: Tue, 29 Mar 2022 18:11:39 -0400
On Tue, Mar 29, 2022 at 09:52:43PM +0200, Liliana Marie Prikler wrote:
> * 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.

Thanks!

Will you be able to test the build of the packages that depend on
libressl?




Information forwarded to guix-patches <at> gnu.org:
bug#54627; Package guix-patches. (Wed, 30 Mar 2022 18:34:02 GMT) Full text and rfc822 format available.

Message #11 received at 54627 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 54627 <at> debbugs.gnu.org
Subject: Re: [bug#54627] [PATCH] gnu: libressl: Update to 3.3.6.
Date: Wed, 30 Mar 2022 20:33:31 +0200
Am Dienstag, dem 29.03.2022 um 18:11 -0400 schrieb Leo Famulari:
> On Tue, Mar 29, 2022 at 09:52:43PM +0200, Liliana Marie Prikler
> wrote:
> > * 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.
> 
> Thanks!
> 
> Will you be able to test the build of the packages that depend on
> libressl?
I'm currently testing the builds.  The first one to fail among the list
returned by `guix refresh' was epic5, which is a leaf package and also
fails for me outside the pre-inst-env.  We might want to investigate
that separately.




Information forwarded to guix-patches <at> gnu.org:
bug#54627; Package guix-patches. (Thu, 31 Mar 2022 04:25:01 GMT) Full text and rfc822 format available.

Message #14 received at 54627 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 54627 <at> debbugs.gnu.org
Subject: Re: [bug#54627] [PATCH] gnu: libressl: Update to 3.3.6.
Date: Thu, 31 Mar 2022 06:24:40 +0200
Am Mittwoch, dem 30.03.2022 um 20:33 +0200 schrieb Liliana Marie
Prikler:
> Am Dienstag, dem 29.03.2022 um 18:11 -0400 schrieb Leo Famulari:
> > On Tue, Mar 29, 2022 at 09:52:43PM +0200, Liliana Marie Prikler
> > wrote:
> > > * 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.
> > 
> > Thanks!
> > 
> > Will you be able to test the build of the packages that depend on
> > libressl?
> I'm currently testing the builds.  The first one to fail among the
> list returned by `guix refresh' was epic5, which is a leaf package
> and also fails for me outside the pre-inst-env.  We might want to
> investigate that separately.
Two other failures: clamav fails because llvm can't be built (same on
master), and acme-client fails due to missing certs (same on master).  

Note: "master" here means my latest guix pull, which might be lagging
behind some bit, but other than that returns the same errors.

Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#54627; Package guix-patches. (Mon, 11 Apr 2022 19:52:02 GMT) Full text and rfc822 format available.

Message #17 received at 54627 <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <at> tutanota.com
To: 54627 <at> debbugs.gnu.org
Date: Mon, 11 Apr 2022 21:51:03 +0200 (CEST)
Why is clamav built with libressl? If libressl cannot be updated in a timely manner it is better to switch clamav and all other packages that don't strictly require libressl to openssl. The cookback example to build packages with libressl instead of openssl will help users who would rather use libressl.




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Tue, 12 Apr 2022 18:47:01 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Tue, 12 Apr 2022 18:47:02 GMT) Full text and rfc822 format available.

Message #22 received at 54627-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 54627-done <at> debbugs.gnu.org
Subject: Re: [bug#54627] [PATCH] gnu: libressl: Update to 3.3.6.
Date: Tue, 12 Apr 2022 20:46:01 +0200
Am Dienstag, dem 29.03.2022 um 18:11 -0400 schrieb Leo Famulari:
> On Tue, Mar 29, 2022 at 09:52:43PM +0200, Liliana Marie Prikler
> wrote:
> > * 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.
> 
> Thanks!
> 
> Will you be able to test the build of the packages that depend on
> libressl?
Since this didn't fail any package that isn't currently failing (at the
very least clamav has its own bug report by now), I've pushed this now.
Let me know if that was a mistake.

Cheers :)




Information forwarded to guix-patches <at> gnu.org:
bug#54627; Package guix-patches. (Wed, 27 Apr 2022 23:00:02 GMT) Full text and rfc822 format available.

Message #25 received at 54627-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 54627-done <at> debbugs.gnu.org
Subject: Re: [bug#54627] [PATCH] gnu: libressl: Update to 3.3.6.
Date: Wed, 27 Apr 2022 18:58:56 -0400
On Tue, Apr 12, 2022 at 08:46:01PM +0200, Liliana Marie Prikler wrote:
> Since this didn't fail any package that isn't currently failing (at the
> very least clamav has its own bug report by now), I've pushed this now.
> Let me know if that was a mistake.

I think that's the right choice, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 26 May 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 21 days ago.

Previous Next


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