diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-26 20:44:48 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-26 22:53:02 -0500 |
commit | e8e860a5596659e0ce2ed8911dfa78663e216bf9 (patch) | |
tree | 3e2f63a3f7da94f9bfb897744b1f5abc0bcbb651 /gnu/local.mk | |
parent | b3ecb3fe8d4a947a7807018647616f95532df3ac (diff) | |
download | guix-e8e860a5596659e0ce2ed8911dfa78663e216bf9.tar guix-e8e860a5596659e0ce2ed8911dfa78663e216bf9.tar.gz |
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1414945.patch,
gnu/packages/patches/icecat-bug-1424373-pt2.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 8fa155924e..586f023ee6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -748,6 +748,8 @@ dist_patch_DATA = \ %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/icecat-bug-1414945.patch \ + %D%/packages/patches/icecat-bug-1424373-pt2.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 \ |