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>
This commit is contained in:
Jonathan Brielmaier 2020-09-30 22:55:08 +02:00 committed by Ludovic Courtès
parent dc749a0e91
commit df3752e13c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 4 additions and 4 deletions

View file

@ -1426,7 +1426,7 @@ (define-public icedove
("mesa" ,mesa) ("mesa" ,mesa)
("mit-krb5" ,mit-krb5) ("mit-krb5" ,mit-krb5)
("nspr" ,nspr) ("nspr" ,nspr)
("nss" ,nss-3.56) ("nss" ,nss-3.57)
("pango" ,pango) ("pango" ,pango)
("pixman" ,pixman) ("pixman" ,pixman)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)

View file

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