diff options
author | Mark H Weaver <mhw@netris.org> | 2018-01-06 13:40:23 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-01-06 15:04:10 -0500 |
commit | c23243fccd4f73430ca06a862acd33c020c8ed17 (patch) | |
tree | 8c23f559e2e81a4b27139eb720704e76fed131f8 /gnu/local.mk | |
parent | 5ae8c77adec6b64a53ed10c3505263380205321d (diff) | |
download | guix-c23243fccd4f73430ca06a862acd33c020c8ed17.tar guix-c23243fccd4f73430ca06a862acd33c020c8ed17.tar.gz |
gnu: icecat: Add more fixes, including Spectre mitigation.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add more fixes from the
upstream mozilla-esr52 repository, plus a backported mitigation for
Spectre from Firefox 57.0.4.
* gnu/packages/patches/icecat-bug-1427870-spectre-mitigation.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 679c119a5f..d82cbcee26 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -757,6 +757,7 @@ dist_patch_DATA = \ %D%/packages/patches/icecat-bug-1415133.patch \ %D%/packages/patches/icecat-bug-1414945.patch \ %D%/packages/patches/icecat-bug-1424373-pt2.patch \ + %D%/packages/patches/icecat-bug-1427870-spectre-mitigation.patch \ %D%/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch \ %D%/packages/patches/icu4c-CVE-2017-14952.patch \ %D%/packages/patches/icu4c-reset-keyword-list-iterator.patch \ |