GNU bug report logs - #43729
[PATCH 1/2] gnu: nss@3.56: Update to 3.57.

Previous Next

Package: guix-patches;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Wed, 30 Sep 2020 20:57: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#43729: closed ([PATCH 1/2] gnu: nss <at> 3.56: Update to 3.57.)
Date: Fri, 02 Oct 2020 06:14:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 02 Oct 2020 08:13:34 +0200
with message-id <878scpm9yp.fsf <at> gnu.org>
and subject line Re: [bug#43729] [PATCH 1/2] gnu: nss <at> 3.56: Update to 3.57.
has caused the debbugs.gnu.org bug report #43729,
regarding [PATCH 1/2] gnu: nss <at> 3.56: Update to 3.57.
to be marked as done.

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


-- 
43729: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43729
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: guix-patches <at> gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 1/2] gnu: nss <at> 3.56: Update to 3.57.
Date: Wed, 30 Sep 2020 22:55:08 +0200
nss <at> 3.57 includes a critical fix for building on aarch64.

* gnu/packages/nss.scm (nss-3.56): Update to 3.57 and rename to
* nss-3.57.
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Update nss variable name.
---
 gnu/packages/gnuzilla.scm | 2 +-
 gnu/packages/nss.scm      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 440d9509c1..55c8917caa 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1426,7 +1426,7 @@ standards of the IceCat project.")
        ("mesa" ,mesa)
        ("mit-krb5" ,mit-krb5)
        ("nspr" ,nspr)
-       ("nss" ,nss-3.56)
+       ("nss" ,nss-3.57)
        ("pango" ,pango)
        ("pixman" ,pixman)
        ("pulseaudio" ,pulseaudio)
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index e4df93c8c4..949ed91020 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -193,10 +193,10 @@ PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other
 security standards.")
     (license license:mpl2.0)))

-(define-public nss-3.56
+(define-public nss-3.57
   (package
     (inherit nss)
-    (version "3.56")
+    (version "3.57")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -207,7 +207,7 @@ security standards.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "174f0ki2f8szkgv02jlsg2ci332sl9dabr2vcwnyjp1vxplf0xgq"))
+                "10n3pncg6k81ikjz12la147rppwqn57bkrdl9gb820w6pq0nra2m"))
               ;; Create nss.pc and nss-config.
               (patches (search-patches "nss-3.56-pkgconfig.patch"
                                        "nss-increase-test-timeout.patch"))
--
2.28.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 43729-done <at> debbugs.gnu.org
Subject: Re: [bug#43729] [PATCH 1/2] gnu: nss <at> 3.56: Update to 3.57.
Date: Fri, 02 Oct 2020 08:13:34 +0200
Hi,

Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:

> nss <at> 3.57 includes a critical fix for building on aarch64.
>
> * gnu/packages/nss.scm (nss-3.56): Update to 3.57 and rename to
> * nss-3.57.
> * gnu/packages/gnuzilla.scm (icedove)[inputs]: Update nss variable name.

[...]

> * gnu/packages/gnuzilla.scm (icedove): Update to 78.3.1.

Applied, thanks!

Ludo’.


This bug report was last modified 4 years and 228 days ago.

Previous Next


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