M gnu/packages/certs.scm => gnu/packages/certs.scm +2 -2
@@ 74,7 74,7 @@
(define-public nss-certs
(package
(name "nss-certs")
- (version "3.31")
+ (version "3.32")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ 85,7 85,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
- "0pd643a8ns7q5az5ai3ascrw666i2kbfiyy1c9hlhw9jd8jn21g9"))))
+ "0dfkgvah0ji8b8lpxyy2w0b3lyz5ldmryii4z7j2bfwnrj0z7iim"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs
M gnu/packages/gnuzilla.scm => gnu/packages/gnuzilla.scm +3 -2
@@ 281,7 281,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
- (version "3.31")
+ (version "3.32")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ 292,7 292,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "0pd643a8ns7q5az5ai3ascrw666i2kbfiyy1c9hlhw9jd8jn21g9"))
+ "0dfkgvah0ji8b8lpxyy2w0b3lyz5ldmryii4z7j2bfwnrj0z7iim"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"
"nss-increase-test-timeout.patch"))))
@@ 364,6 364,7 @@ in the Mozilla clients.")
;; phase to fail. Here we simply delete libgtest1.so, since it
;; seems to be used only during the tests.
(delete-file (string-append lib "/libgtest1.so"))
+ (delete-file (string-append lib "/libgtestutil.so"))
#t))))))
(inputs
M gnu/packages/patches/nss-pkgconfig.patch => gnu/packages/patches/nss-pkgconfig.patch +2 -2
@@ 221,5 221,5 @@ Later adapted to apply cleanly to nss-3.21.
RELEASE = nss
--DIRS = coreconf lib cmd gtests
-+DIRS = coreconf lib cmd gtests config
+-DIRS = coreconf lib cmd cpputil gtests
++DIRS = coreconf lib cmd cpputil gtests config