summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-09-03 18:58:20 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-09-03 18:58:20 +0200
commit65e686d6cbdbf79628e76ca6cf10d10c735e453f (patch)
treede5fef7e8dd4c4a705af70fb30cbce25da646ee6 /gnu
parenta5896da34e93754a7b69b2adf049444833b1a402 (diff)
parente59588482b2d0db4511571ba8971839251e24ec0 (diff)
Merge branch 'security-updates'
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/certs.scm4
-rw-r--r--gnu/packages/gnuzilla.scm8
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index cb05fb83fca..6af6877423c 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -76,7 +76,7 @@
76(define-public nss-certs 76(define-public nss-certs
77 (package 77 (package
78 (name "nss-certs") 78 (name "nss-certs")
79 (version "3.38") 79 (version "3.39")
80 (source (origin 80 (source (origin
81 (method url-fetch) 81 (method url-fetch)
82 (uri (let ((version-with-underscores 82 (uri (let ((version-with-underscores
@@ -87,7 +87,7 @@
87 "nss-" version ".tar.gz"))) 87 "nss-" version ".tar.gz")))
88 (sha256 88 (sha256
89 (base32 89 (base32
90 "0qigcy3d169cf67jzv3rbai0m6dn34vp8h2z696mz4yn10y3sr1c")))) 90 "0jw6qlfl2g47hhx056nvnj6h92bk3sn46hy3ig61a911dzblvrkb"))))
91 (build-system gnu-build-system) 91 (build-system gnu-build-system)
92 (outputs '("out")) 92 (outputs '("out"))
93 (native-inputs 93 (native-inputs
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index b6bf89a75b3..77a74a0ec4a 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -323,7 +323,7 @@ in C/C++.")
323(define-public nspr 323(define-public nspr
324 (package 324 (package
325 (name "nspr") 325 (name "nspr")
326 (version "4.19") 326 (version "4.20")
327 (source (origin 327 (source (origin
328 (method url-fetch) 328 (method url-fetch)
329 (uri (string-append 329 (uri (string-append
@@ -331,7 +331,7 @@ in C/C++.")
331 version "/src/nspr-" version ".tar.gz")) 331 version "/src/nspr-" version ".tar.gz"))
332 (sha256 332 (sha256
333 (base32 333 (base32
334 "0agpv3f17h8kmzi0ifibaaxc1k3xc0q61wqw3l6r2xr2z8bmkn9f")))) 334 "0vjms4j75zvv5b2siyafg7hh924ysx2cwjad8spzp7x87n8n929c"))))
335 (build-system gnu-build-system) 335 (build-system gnu-build-system)
336 (native-inputs 336 (native-inputs
337 `(("perl" ,perl))) 337 `(("perl" ,perl)))
@@ -359,7 +359,7 @@ in the Mozilla clients.")
359(define-public nss 359(define-public nss
360 (package 360 (package
361 (name "nss") 361 (name "nss")
362 (version "3.38") 362 (version "3.39")
363 (source (origin 363 (source (origin
364 (method url-fetch) 364 (method url-fetch)
365 (uri (let ((version-with-underscores 365 (uri (let ((version-with-underscores
@@ -370,7 +370,7 @@ in the Mozilla clients.")
370 "nss-" version ".tar.gz"))) 370 "nss-" version ".tar.gz")))
371 (sha256 371 (sha256
372 (base32 372 (base32
373 "0qigcy3d169cf67jzv3rbai0m6dn34vp8h2z696mz4yn10y3sr1c")) 373 "0jw6qlfl2g47hhx056nvnj6h92bk3sn46hy3ig61a911dzblvrkb"))
374 ;; Create nss.pc and nss-config. 374 ;; Create nss.pc and nss-config.
375 (patches (search-patches "nss-pkgconfig.patch" 375 (patches (search-patches "nss-pkgconfig.patch"
376 "nss-increase-test-timeout.patch")))) 376 "nss-increase-test-timeout.patch"))))