unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43729] [PATCH 1/2] gnu: nss@3.56: Update to 3.57.
@ 2020-09-30 20:55 Jonathan Brielmaier
  2020-09-30 20:56 ` [bug#43729] [PATCH 2/2] gnu: icedove: Update to 78.3.1 Jonathan Brielmaier
  2020-10-02  6:13 ` bug#43729: [PATCH 1/2] gnu: nss@3.56: Update to 3.57 Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Brielmaier @ 2020-09-30 20:55 UTC (permalink / raw)
  To: 43729; +Cc: Jonathan Brielmaier

nss@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





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

end of thread, other threads:[~2020-10-02  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 20:55 [bug#43729] [PATCH 1/2] gnu: nss@3.56: Update to 3.57 Jonathan Brielmaier
2020-09-30 20:56 ` [bug#43729] [PATCH 2/2] gnu: icedove: Update to 78.3.1 Jonathan Brielmaier
2020-10-02  6:13 ` bug#43729: [PATCH 1/2] gnu: nss@3.56: Update to 3.57 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).