diff options
author | Mark H Weaver <mhw@netris.org> | 2016-02-11 14:26:47 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-11 14:59:16 -0500 |
commit | 59d4cf1c58c2c8000e7a425ffb03be1cf51f8df3 (patch) | |
tree | 8f02a41b87da8b2f74956fc193011e1a4ef6451a /gnu-system.am | |
parent | 759246ad48c585621355e8c32bf3596ef9cd356f (diff) | |
download | guix-59d4cf1c58c2c8000e7a425ffb03be1cf51f8df3.tar guix-59d4cf1c58c2c8000e7a425ffb03be1cf51f8df3.tar.gz |
gnu: icecat: Update bundled graphite2 to 1.3.5 for security fixes.
* gnu/packages/patches/icecat-update-graphite2.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch. Add TODO
comment about using the system graphite2 in the future.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index b69f220ed7..a6582cd0c8 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -521,6 +521,7 @@ dist_patch_DATA = \ gnu/packages/patches/hydra-automake-1.15.patch \ gnu/packages/patches/hydra-disable-darcs-test.patch \ gnu/packages/patches/icecat-avoid-bundled-includes.patch \ + gnu/packages/patches/icecat-update-graphite2.patch \ gnu/packages/patches/icecat-re-enable-DHE-cipher-suites.patch \ gnu/packages/patches/icu4c-CVE-2014-6585.patch \ gnu/packages/patches/icu4c-CVE-2015-1270.patch \ |