diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 21:17:53 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-25 16:16:06 +0200 |
commit | 4c19be148566c1666996322981980d6c1b82f765 (patch) | |
tree | d2e6214668232482a0cf3b50b56764158c1e4776 /gnu/packages/patches | |
parent | 8b3c0df1a9bbe70ecb6d2e1c19dad62f774a6452 (diff) | |
download | guix-4c19be148566c1666996322981980d6c1b82f765.tar guix-4c19be148566c1666996322981980d6c1b82f765.tar.gz |
gnu: NSS: Update to 3.55 [security fixes].
This release fixes CVE-2020-6829, CVE-2020-12400, CVE-2020-12401, and
CVE-2020-12403.
* gnu/packages/patches/nss-pkgconfig.patch: Adjust patch context.
* gnu/packages/nss.scm (nss): Update to 3.55.
[arguments]: Add "all" to #:make-flags. Remove obsolete deletions.
* gnu/packages/certs.scm (nss-certs): Update to 3.55.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/nss-pkgconfig.patch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/patches/nss-pkgconfig.patch b/gnu/packages/patches/nss-pkgconfig.patch index e3145aa4cf..4b9e0506f2 100644 --- a/gnu/packages/patches/nss-pkgconfig.patch +++ b/gnu/packages/patches/nss-pkgconfig.patch @@ -217,9 +217,12 @@ Later adapted to apply cleanly to nss-3.21. + --- nss-3.21/nss/manifest.mn +++ nss-3.21/nss/manifest.mn -@@ -10,4 +10,4 @@ +@@ -10,7 +10,7 @@ RELEASE = nss -DIRS = coreconf lib cmd cpputil gtests +DIRS = coreconf lib cmd cpputil gtests config + + lib: coreconf + cmd: lib |