diff options
author | Mark H Weaver <mhw@netris.org> | 2018-06-26 22:13:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-06-27 01:08:53 -0400 |
commit | 605e3345c3ee89a7e462898439e8fc3d3c0ecaf6 (patch) | |
tree | 00399cf460bf9aeedd113f49117c6ad5966f0e17 /gnu/local.mk | |
parent | 018229734f5e7dc2038d75067f6c99942c0d1814 (diff) | |
download | guix-605e3345c3ee89a7e462898439e8fc3d3c0ecaf6.tar guix-605e3345c3ee89a7e462898439e8fc3d3c0ecaf6.tar.gz |
gnu: icecat: Add more fixes from upstream mozilla-esr52.
Includes fixes for CVE-2018-12363, CVE-2018-12364, CVE-2018-12366, the
remaining 1 out of 2 changesets for CVE-2018-5156, and the remaining 7 out
of 17 changesets for CVE-2018-5188.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from
the upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1413868-pt1.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 5818603802..58aebf12a2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -798,6 +798,7 @@ 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-1413868-pt1.patch \ %D%/packages/patches/icecat-CVE-2018-5157-and-CVE-2018-5158.patch \ %D%/packages/patches/icecat-use-system-graphite2.patch \ %D%/packages/patches/icecat-use-system-harfbuzz.patch \ |