diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-13 15:56:32 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-14 01:41:56 -0400 |
commit | 9f7ae77fe287d7856718c5dfd60891be9b561b1d (patch) | |
tree | be9b00c7f6110d41c5e3450bc784ffe81ef1805b /gnu-system.am | |
parent | 837294b7a431eaecbaf9336e574fe23d55d40d42 (diff) | |
download | guix-9f7ae77fe287d7856718c5dfd60891be9b561b1d.tar guix-9f7ae77fe287d7856718c5dfd60891be9b561b1d.tar.gz |
gnu: icecat: Update to 38.3.0-gnu1.
* gnu/packages/patches/icecat-CVE-2015-4473-partial.patch,
gnu/packages/patches/icecat-CVE-2015-4482.patch,
gnu/packages/patches/icecat-CVE-2015-4488.patch,
gnu/packages/patches/icecat-CVE-2015-4489.patch,
gnu/packages/patches/icecat-CVE-2015-4491.patch,
gnu/packages/patches/icecat-CVE-2015-4492.patch,
gnu/packages/patches/icecat-CVE-2015-4495.patch,
gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch,
gnu/packages/patches/icecat-libvpx-1.4.patch: Delete files.
* gnu/packages/patches/icecat-avoid-bundled-includes.patch: New file.
* gnu-system.am (dist_patch_DATA): Add new patch. Remove the deleted ones.
* gnu/packages/gnuzilla.scm (icecat): Update to 38.3.0-gnu1.
[source]: Add new patch. Remove the deleted ones.
[inputs]: Add libxcomposite.
[arguments]: Add 'ensure-no-mtimes-pre-1980' phase. Adapt
'remove-h264parse-from-blacklist' and
'arrange-to-link-libxul-with-libraries-it-might-dlopen' phases to the
new version.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu-system.am b/gnu-system.am index 35b3235005..d846bcecde 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -500,16 +500,8 @@ dist_patch_DATA = \ gnu/packages/patches/hwloc-gather-topology-lstopo.patch \ gnu/packages/patches/hydra-automake-1.15.patch \ gnu/packages/patches/hydra-disable-darcs-test.patch \ - gnu/packages/patches/icecat-CVE-2015-4473-partial.patch \ - gnu/packages/patches/icecat-CVE-2015-4482.patch \ - gnu/packages/patches/icecat-CVE-2015-4488.patch \ - gnu/packages/patches/icecat-CVE-2015-4489.patch \ - gnu/packages/patches/icecat-CVE-2015-4491.patch \ - gnu/packages/patches/icecat-CVE-2015-4492.patch \ - gnu/packages/patches/icecat-CVE-2015-4495.patch \ - gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch \ + gnu/packages/patches/icecat-avoid-bundled-includes.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 \ |