diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-15 09:35:12 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-16 00:01:46 -0500 |
commit | f1e32145341326f56b172288861a2d4b30967892 (patch) | |
tree | 0a0f6a76e346d8c93ffa4eb17b663fb70b591fb9 /gnu/local.mk | |
parent | 6a71fa6faaa6d3f5812d08008b487f0b8b12c997 (diff) |
gnu: icecat: Add more fixes from upstream mozilla-esr52.
Add fixes for CVE-2017-7830, the remaining 1/2 changesets for CVE-2017-7828,
the remaining 1/19 changesets for CVE-2017-7826, and selected other fixes.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1348660-pt5.patch,
gnu/packages/patches/icecat-bug-1415133.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 459112fc57..84483da999 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -744,6 +744,8 @@ dist_patch_DATA = \ %D%/packages/patches/hurd-fix-eth-multiplexer-dependency.patch \ %D%/packages/patches/hydra-disable-darcs-test.patch \ %D%/packages/patches/icecat-avoid-bundled-libraries.patch \ + %D%/packages/patches/icecat-bug-1348660-pt5.patch \ + %D%/packages/patches/icecat-bug-1415133.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 \ |