diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-12 01:05:13 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-12 01:05:13 +0200 |
commit | 60ccc1653a8ed040bbdfbc89f010614b0d9c4139 (patch) | |
tree | 2d39d547bfb17f358531dcbb6002b20e68501cc6 /gnu/packages/xml.scm | |
parent | fb9a23a3f3ad3d7b5b7f03b2007baf27684d6bbd (diff) | |
download | patches-60ccc1653a8ed040bbdfbc89f010614b0d9c4139.tar patches-60ccc1653a8ed040bbdfbc89f010614b0d9c4139.tar.gz |
gnu: Remove expat/fixed.
The merge preceding this commit (fb9a23a3f3) ignored the replacement added in
5a836ce38c (gnu: expat: fix CVE-2018-20843), because the fix is already
present in Expat 2.2.7. This commit removes the remaining bits.
* gnu/packages/patches/expat-CVE-2018-20843.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/xml.scm (expat/fixed): Remove variable.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index e708348006..78b9b713e5 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -88,14 +88,6 @@ stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).") (license license:expat))) -(define expat/fixed - (package - (inherit expat) - (source - (origin - (inherit (package-source expat)) - (patches (search-patches "expat-CVE-2018-20843.patch")))))) - (define-public libebml (package (name "libebml") |