summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-06-08 09:54:54 -0400
committerMark H Weaver <mhw@netris.org>2016-06-08 14:26:54 -0400
commit98d9182205e6655a0a55f1eadc84a0c9a1cdd9fa (patch)
treed834031fb13adc817f0b4227cb3e54d3ce5493b0 /gnu/local.mk
parentc7c49446ebcc48c2b2136f4475ab66aecb63d18e (diff)
downloadpatches-98d9182205e6655a0a55f1eadc84a0c9a1cdd9fa.tar
patches-98d9182205e6655a0a55f1eadc84a0c9a1cdd9fa.tar.gz
gnu: icecat: Add fixes for CVE-2016-{2818,2819,2821,2824,2828,2831}.
* gnu/packages/patches/icecat-CVE-2016-2818-pt1.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt2.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt3.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt4.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt5.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt6.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt7.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt8.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt9.patch, gnu/packages/patches/icecat-CVE-2016-2819.patch, gnu/packages/patches/icecat-CVE-2016-2821.patch, gnu/packages/patches/icecat-CVE-2016-2824.patch, gnu/packages/patches/icecat-CVE-2016-2828.patch, gnu/packages/patches/icecat-CVE-2016-2831.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index cc236a7d16..8915c46cdd 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -549,6 +549,20 @@ dist_patch_DATA = \
%D%/packages/patches/hypre-doc-tables.patch \
%D%/packages/patches/hypre-ldflags.patch \
%D%/packages/patches/icecat-avoid-bundled-includes.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt1.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt2.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt3.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt4.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt5.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt6.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt7.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt8.patch \
+ %D%/packages/patches/icecat-CVE-2016-2818-pt9.patch \
+ %D%/packages/patches/icecat-CVE-2016-2819.patch \
+ %D%/packages/patches/icecat-CVE-2016-2821.patch \
+ %D%/packages/patches/icecat-CVE-2016-2824.patch \
+ %D%/packages/patches/icecat-CVE-2016-2828.patch \
+ %D%/packages/patches/icecat-CVE-2016-2831.patch \
%D%/packages/patches/icedtea-remove-overrides.patch \
%D%/packages/patches/icu4c-CVE-2014-6585.patch \
%D%/packages/patches/icu4c-CVE-2015-1270.patch \