diff options
author | Mark H Weaver <mhw@netris.org> | 2015-09-19 21:35:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-09-19 21:35:18 -0400 |
commit | 65d54af49f31a808a8481f34a95887eba4c8bb57 (patch) | |
tree | 5df23cb55a5f6dc1206b2c1b0709603726b3d67a /gnu-system.am | |
parent | 257abebba3c11b957d9d994dcaf5894a0410f807 (diff) | |
download | guix-65d54af49f31a808a8481f34a95887eba4c8bb57.tar.gz |
gnu: icu4c: Add fixes for CVE-2014-6585 and CVE-2015-1270.
* gnu/packages/patches/icu4c-CVE-2014-6585.patch, gnu/packages/patches/icu4c-CVE-2015-1270.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/icu4c.scm (icu4c)[source]: Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 8fa25d2000..9decf3eaf3 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -504,6 +504,8 @@ dist_patch_DATA = \ gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch \ gnu/packages/patches/icecat-freetype-2.6.patch \ gnu/packages/patches/icecat-libvpx-1.4.patch \ + gnu/packages/patches/icu4c-CVE-2014-6585.patch \ + gnu/packages/patches/icu4c-CVE-2015-1270.patch \ gnu/packages/patches/icu4c-CVE-2015-4760.patch \ gnu/packages/patches/imagemagick-test-segv.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ |