[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/46: gnu: nss, nss-certs: Update to 3.50.
From: |
guix-commits |
Subject: |
42/46: gnu: nss, nss-certs: Update to 3.50. |
Date: |
Fri, 14 Feb 2020 12:41:07 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 8ff645f338f7825549f03d9c1b36c2e8ee433d02
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Feb 13 19:38:18 2020 +0100
gnu: nss, nss-certs: Update to 3.50.
* gnu/packages/nss.scm (nss): Update to 3.50.
* gnu/packages/certs.scm (nss-certs): Likewise.
---
gnu/packages/certs.scm | 4 ++--
gnu/packages/nss.scm | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index 864fe5d..9f1acb8 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -76,7 +76,7 @@
(define-public nss-certs
(package
(name "nss-certs")
- (version "3.49.1")
+ (version "3.50")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -87,7 +87,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
- "0vh23g16ldvnsrn2dnvdl2i133kizi660r7ilb00vfq2kvj45anr"))))
+ "19rv0vp9nmvn6dy29qsv8f4v7wn5kizrpm59vbszahsjfwcz6p8q"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index f307d6a..fe51fc2 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -71,7 +71,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
- (version "3.49.1")
+ (version "3.50")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -82,7 +82,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "0vh23g16ldvnsrn2dnvdl2i133kizi660r7ilb00vfq2kvj45anr"))
+ "19rv0vp9nmvn6dy29qsv8f4v7wn5kizrpm59vbszahsjfwcz6p8q"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"
"nss-increase-test-timeout.patch"))))
@@ -130,7 +130,7 @@ in the Mozilla clients.")
;; leading to test failures:
;; <https://bugzilla.mozilla.org/show_bug.cgi?id=609734>. To
;; work around that, set the time to roughly the release date.
- (invoke "faketime" "2020-01-01" "./nss/tests/all.sh")))
+ (invoke "faketime" "2020-02-01" "./nss/tests/all.sh")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- 24/46: gnu: ImageMagick: Update to 6.9.10-92., (continued)
- 24/46: gnu: ImageMagick: Update to 6.9.10-92., guix-commits, 2020/02/14
- 23/46: gnu: lz4: Do not install liblz4.a., guix-commits, 2020/02/14
- 25/46: gnu: check: Update to 0.14.0., guix-commits, 2020/02/14
- 26/46: gnu: MariaDB: Update to 10.1.44., guix-commits, 2020/02/14
- 29/46: gnu: qpdf: Update to 9.1.1., guix-commits, 2020/02/14
- 30/46: gnu: mtdev: Update to 1.1.6., guix-commits, 2020/02/14
- 31/46: gnu: mtdev: Do not build the static library., guix-commits, 2020/02/14
- 32/46: gnu: python-cython: Update to 0.29.15., guix-commits, 2020/02/14
- 34/46: gnu: python-snowballstemmer: Update to 2.0.0., guix-commits, 2020/02/14
- 41/46: gnu: nspr: Update to 4.25., guix-commits, 2020/02/14
- 42/46: gnu: nss, nss-certs: Update to 3.50.,
guix-commits <=
- 20/46: gnu: perl-test-nowarnings: Remove obsolete input., guix-commits, 2020/02/14
- 44/46: gnu: postgresql@10: Update to 10.12., guix-commits, 2020/02/14
- 22/46: gnu: perl-test-trap: Remove obsolete input., guix-commits, 2020/02/14
- 27/46: gnu: cups-filters: Update to 1.27.0., guix-commits, 2020/02/14
- 28/46: gnu: python-mako: Update to 1.1.1., guix-commits, 2020/02/14
- 33/46: gnu: python-babel: Update to 2.8.0., guix-commits, 2020/02/14
- 35/46: gnu: python-docutils: Update to 0.16., guix-commits, 2020/02/14
- 36/46: gnu: python-docutils: Run the tests., guix-commits, 2020/02/14
- 38/46: gnu: python-jinja2: Run the tests., guix-commits, 2020/02/14
- 37/46: gnu: python-jinja2: Update to 2.11.1., guix-commits, 2020/02/14