diff options
author | Mark H Weaver <mhw@netris.org> | 2016-11-16 04:38:27 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-11-16 13:04:02 -0500 |
commit | 1a87aa75671ad6567cd57fce0936220862107478 (patch) | |
tree | 58a66f1ca7cf7d88bc0d6e922da737a0637c6f26 /gnu/local.mk | |
parent | 56ac2bf442c0639f498cdea2db4f3e57cdb49140 (diff) | |
download | gnu-guix-1a87aa75671ad6567cd57fce0936220862107478.tar gnu-guix-1a87aa75671ad6567cd57fce0936220862107478.tar.gz |
gnu: icecat: Add fixes from Firefox ESR 45.5.0.
Includes fixes for CVE-2016-5290, CVE-2016-5291, CVE-2016-5297, CVE-2016-9064,
and CVE-2016-9066.
* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes for
aforementioned CVEs and other selected fixes from Firefox ESR 45.5.0. Note
that the first six patches of CVE-2016-5290 and the patch for CVE-2016-9066
were already present, but were labeled by mozilla bug number instead of CVE.
* gnu/packages/patches/icecat-CVE-2016-9064.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8a8b7434ad..3989cb831b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -612,6 +612,7 @@ dist_patch_DATA = \ %D%/packages/patches/hypre-ldflags.patch \ %D%/packages/patches/icecat-avoid-bundled-libraries.patch \ %D%/packages/patches/icecat-binutils.patch \ + %D%/packages/patches/icecat-CVE-2016-9064.patch \ %D%/packages/patches/icu4c-CVE-2014-6585.patch \ %D%/packages/patches/icu4c-CVE-2015-1270.patch \ %D%/packages/patches/icu4c-CVE-2015-4760.patch \ |