[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: nss@3.56: Update to 3.57.
From: |
guix-commits |
Subject: |
03/04: gnu: nss@3.56: Update to 3.57. |
Date: |
Fri, 2 Oct 2020 02:12:46 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit df3752e13c3d01ff9c9f4763b02480fa13f1747d
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Wed Sep 30 22:55:08 2020 +0200
gnu: nss@3.56: Update to 3.57.
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.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 440d950..55c8917 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 e4df93c..949ed91 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"))