summary refs log tree commit diff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-01-16 03:52:05 -0500
committerMark H Weaver <mhw@netris.org>2015-01-16 09:14:08 -0500
commit2a666e9cfddc5ec25831618bc376ab4ca6692527 (patch)
treeea21d6d2100179e96b5948a2e3361d838ba0b148 /gnu-system.am
parent57b7e1a62d2269bfd9d37f88bae92c829222f8fc (diff)
downloadguix-2a666e9cfddc5ec25831618bc376ab4ca6692527.tar.gz
gnu: icecat: Add fixes for CVE-2014-{8634,8638,8639,8641}.
* gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch,
  gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch,
  gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch,
  gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch,
  gnu/packages/patches/icecat-CVE-2014-8639.patch,
  gnu/packages/patches/icecat-CVE-2014-8641.patch,
  gnu/packages/patches/icecat-armhf-xpcom.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 58baec7313..a5f6a8369d 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -387,6 +387,7 @@ dist_patch_DATA =						\
   gnu/packages/patches/guix-test-networking.patch		\
   gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \
   gnu/packages/patches/hop-bigloo-4.0b.patch			\
+  gnu/packages/patches/icecat-armhf-xpcom.patch			\
   gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch	\
   gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch	\
   gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch	\
@@ -396,6 +397,12 @@ dist_patch_DATA =						\
   gnu/packages/patches/icecat-CVE-2014-1592.patch		\
   gnu/packages/patches/icecat-CVE-2014-1593.patch		\
   gnu/packages/patches/icecat-CVE-2014-1594.patch		\
+  gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch		\
+  gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch		\
+  gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch		\
+  gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch		\
+  gnu/packages/patches/icecat-CVE-2014-8639.patch		\
+  gnu/packages/patches/icecat-CVE-2014-8641.patch		\
   gnu/packages/patches/irrlicht-mesa-10.patch			\
   gnu/packages/patches/jbig2dec-ignore-testtest.patch		\
   gnu/packages/patches/kmod-module-directory.patch		\