diff options
author | Mark H Weaver <mhw@netris.org> | 2017-05-06 21:09:48 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-05-06 23:34:54 -0400 |
commit | 0fd8e6d39f3d1ac818795e1cddf65da27a505be4 (patch) | |
tree | d7ed90d43454e91a12a77ce04ebd82263a35e86d /gnu/local.mk | |
parent | f930ef5c019832d3f8e0f824035bb631cebc80fa (diff) | |
download | patches-0fd8e6d39f3d1ac818795e1cddf65da27a505be4.tar patches-0fd8e6d39f3d1ac818795e1cddf65da27a505be4.tar.gz |
gnu: icecat: Update to 52.1.0-gnu1. Add fixes from upstream ESR 52.1.1.
* gnu/packages/gnuzilla.scm (icecat): Update to 52.1.0-gnu1. Remove patches
that are included in the new release. In the snippet, don't try to remove
dom/devicestorage, which has since been removed upstream. Add selected fixes
from upstream mozilla-esr52, up to the ESR 52.1.1 release.
* gnu/packages/patches/icecat-bug-1299500-pt10.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c93dca64c5..c17fc18a13 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -671,7 +671,6 @@ 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-1299500-pt10.patch \ %D%/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch \ %D%/packages/patches/icu4c-reset-keyword-list-iterator.patch \ %D%/packages/patches/id3lib-CVE-2007-4460.patch \ |