[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: nss, nss-certs: Update to 3.28.1
From: |
Leo Famulari |
Subject: |
02/02: gnu: nss, nss-certs: Update to 3.28.1 |
Date: |
Mon, 9 Jan 2017 23:28:13 +0000 (UTC) |
lfam pushed a commit to branch nss-updates
in repository guix.
commit 83b566e0c54f2649417ef96b46c033bb83a1d21f
Author: Leo Famulari <address@hidden>
Date: Sat Jan 7 15:42:50 2017 -0500
gnu: nss, nss-certs: Update to 3.28.1
* gnu/packages/gnuzilla.scm (nss): Update to 3.28.1.
* gnu/packages/certs.scm (nss-certs): Update to 3.28.1
* gnu/packages/patches/nss-pkgconfig.patch: Adapt to NSS 3.38.1.
---
gnu/packages/certs.scm | 4 ++--
gnu/packages/gnuzilla.scm | 4 ++--
gnu/packages/patches/nss-pkgconfig.patch | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index b27577b..7bf7888 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -73,7 +73,7 @@
(define-public nss-certs
(package
(name "nss-certs")
- (version "3.27.1")
+ (version "3.28.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -84,7 +84,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
- "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))))
+ "1bc23bg7adrxds3k3jdahy6g8f1ma57sggi0v3k275gdq02hrk2q"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 88013d0..77dedc6 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -190,7 +190,7 @@ in the Mozilla clients.")
;; failures appear to be caused by test certificates that have expired.
;; Search the test suite output for 'PayPalEE.cert' for an example:
;; <https://hydra.gnu.org/build/1712083>
- (version "3.27.1")
+ (version "3.28.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -201,7 +201,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))
+ "1bc23bg7adrxds3k3jdahy6g8f1ma57sggi0v3k275gdq02hrk2q"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"))))
(build-system gnu-build-system)
diff --git a/gnu/packages/patches/nss-pkgconfig.patch
b/gnu/packages/patches/nss-pkgconfig.patch
index e611f69..a33e05f 100644
--- a/gnu/packages/patches/nss-pkgconfig.patch
+++ b/gnu/packages/patches/nss-pkgconfig.patch
@@ -221,5 +221,5 @@ Later adapted to apply cleanly to nss-3.21.
RELEASE = nss
--DIRS = coreconf lib cmd external_tests
-+DIRS = coreconf lib cmd external_tests config
+-DIRS = coreconf lib cmd gtests
++DIRS = coreconf lib cmd gtests config