Commit Graph

354 Commits

Author SHA1 Message Date
Marius Bakke
52665d2b6b
Merge branch 'staging' into core-updates 2020-02-03 15:45:44 +01:00
Marius Bakke
f8a94609d3
gnu: python-xmlschema: Update to 1.1.0.
* gnu/packages/xml.scm (python-xmlschema): Update to 1.1.0.
[source]: Change to GIT-FETCH.
[arguments]: Adjust test invokation.
2020-01-26 13:59:39 +01:00
Marius Bakke
e272783bdb
gnu: python-elementpath: Update to 1.4.0.
* gnu/packages/xml.scm (python-elementpath): Update to 1.4.0.
2020-01-26 13:59:39 +01:00
Marius Bakke
8ed9be3fac
Merge branch 'staging' into core-updates 2020-01-21 22:39:42 +01:00
Marius Bakke
c950a2a51d
gnu: Add python-xmlschema.
* gnu/packages/xml.scm (python-xmlschema): New public variable.
2020-01-15 20:36:34 +01:00
Marius Bakke
55e1475cb5
gnu: python-lxml: Move to (gnu packages xml).
* gnu/packages/python-xyz.scm (python-lxml): Move from here ...
* gnu/packages/xml.scm (python-lxml): ... to here.
* gnu/packages/django.scm, gnu/packages/drones.scm,
gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm,
gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm,
gnu/packages/python-science.scm, gnu/packages/tryton.scm,
gnu/packages/wireservice.scm: Adjust module imports.
2020-01-15 20:36:34 +01:00
Marius Bakke
b2205ae4f6
gnu: python-elementpath: Update to 1.3.3.
* gnu/packages/xml.scm (python-elementpath): Update to 1.3.3.
2020-01-15 20:36:34 +01:00
Marius Bakke
8fda8b7d6a
gnu: python-elementpath: Move to (gnu packages xml).
* gnu/packages/python-xyz.scm (python-elementpath): Move from here ...
* gnu/packages/xml.scm (python-elementpath): ... to here.
2020-01-15 20:36:33 +01:00
Marius Bakke
b7bf02a418
Merge branch 'master' into core-updates 2020-01-11 22:38:24 +01:00
Tobias Geerinckx-Rice
bafafa805b
gnu: html-xml-utils: Update to 7.8.
* gnu/packages/xml.scm (html-xml-utils): Update to 7.8.
2020-01-04 01:04:21 +01:00
Mathieu Othacehe
ce9383c090
Merge remote-tracking branch 'master' into core-updates. 2019-12-31 11:04:51 +01:00
Tobias Geerinckx-Rice
0b440be88f
gnu: libebml: Update to 1.3.10.
* gnu/packages/xml.scm (libebml): Update to 1.3.10.
2019-12-25 11:10:57 +01:00
Mathieu Othacehe
60825fdd18
gnu: libxslt: Fix cross-compilation.
This package native build was relying on xz as an implicit input. In fact
libxslt is linking against liblzma, and xz is thus an input.

* gnu/packages/xml.scm (libxslt)[inputs]: Add xz.
2019-12-16 16:33:01 +01:00
Efraim Flashner
c9e676d0b1
Merge remote-tracking branch 'origin/master' into core-updates 2019-12-12 04:10:59 +02:00
Brett Gilio
db1adb4242
gnu: python-xmltodict: Adjust indentation.
* gnu/packages/xml.scm (python-xmltodict): Correct indentation in the source block.
2019-12-10 01:19:43 -06:00
Brett Gilio
f3e073b4fd
gnu: python-xmltodict: Update to 0.12.0.
* gnu/packages/xml.scm (python-xmltodict): Update to 0.12.0.
2019-12-10 01:17:47 -06:00
Marius Bakke
785fcb62fe
gnu: Remove python-libxml2 workaround.
* gnu/packages/xml.scm (python-libxml2)[source]: New field.
(python-libxml2/fixed): Remove variable.
* gnu/packages/glib.scm (itstool/fixed): Remove variable.
* gnu/packages/gnome.scm (gnumeric)[native-inputs]: Replace ITSTOOL/FIXED with ITSTOOL.
(yelp-tools/fixed): Remove variable.
* gnu/packages/mate.scm (mate-applets, mate-utils)[native-inputs]: Replace
YELP-TOOLS/FIXED with YELP-TOOLS.
2019-12-05 17:59:09 +01:00
Marius Bakke
c9bba9928a
gnu: libxml2: Update to 2.9.10.
* gnu/packages/xml.scm (libxml2): Update to 2.9.10.
2019-12-05 17:59:03 +01:00
Marius Bakke
badcb119c5
gnu: libxslt: Update to 1.1.34.
* gnu/packages/xml.scm (libxslt): Update to 1.1.34.
[arguments]: Add phase to disable fuzz tests.
* gnu/packages/patches/libxslt-generated-ids.patch: Adjust for upstream
changes.
2019-12-05 17:59:03 +01:00
Marius Bakke
767abd373b
gnu: expat: Do not build static libraries.
* gnu/packages/xml.scm (expat)[arguments]: New field.
2019-12-05 17:58:58 +01:00
Marius Bakke
6cd34029c5
gnu: expat: Remove grafted replacement.
* gnu/packages/xml.scm (expat): Update to 2.2.9.
[replacement]: Remove.
(expat-2.2.9): Remove variable.
2019-12-05 17:58:58 +01:00
Marius Bakke
9d5aa00906
Merge branch 'master' into core-updates 2019-12-05 17:57:35 +01:00
Tobias Geerinckx-Rice
bc134c77e0
gnu: pugixml: Update to 1.10.
* gnu/packages/xml.scm (pugixml): Update to 1.10.
[source]: Remove obsolete patch.
* gnu/packages/patches/pugixml-versioned-libdir.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-12-03 01:52:44 +01:00
Tobias Geerinckx-Rice
7366214178
gnu: perl-xml-rss: Update to 1.61.
* gnu/packages/xml.scm (perl-xml-rss): Update to 1.61.
2019-12-01 03:16:46 +01:00
Mathieu Othacehe
154d97abdd
Merge remote-tracking branch master into core-updates 2019-11-16 09:34:27 +01:00
Tobias Geerinckx-Rice
ee4e439acd
gnu: minixml: Adjust to updated upstream tarball.
The release tarball was modified in place to add a top-level directory.

* gnu/packages/xml (minixml)[source]: Use non-tarbomb URL-FETCH.
[arguments]: Remove ‘fix-permissions’ phase.
2019-11-13 15:56:53 +01:00
Marius Bakke
92e0fce80a
gnu: xmlsec: Update to 1.2.29.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.29.
2019-10-20 14:00:11 +02:00
Mathieu Othacehe
c206f1914e
Merge remote-tracking branch 'signed/master' into core-updates 2019-10-14 10:03:19 +02:00
Marius Bakke
e436379c94
gnu: expat: Replace with 2.2.9 [fixes CVE-2019-15903].
* gnu/packages/xml.scm (expat-2.2.9): New variable.
(expat)[replacement]: New field.
2019-10-13 22:49:16 +02:00
Mathieu Othacehe
4d14902b94
Merge branch 'master' into core-updates 2019-10-10 17:32:24 +02:00
Ricardo Wurmus
e08902d3cb
Merge branch 'master' into core-updates 2019-10-06 22:02:20 +02:00
Hartmut Goebel
4ee948e39b
gnu: python-defusedxml: Update to 0.6.0.
* gnu/packages/xml.scm (python-defusedxml): Update to 0.6.0.
2019-10-02 14:50:48 +02:00
Marius Bakke
e7f62a41b2
Merge branch 'master' into core-updates 2019-09-27 19:11:27 +02:00
Ludovic Courtès
11da634a6e
Merge branch 'master' into core-updates 2019-09-24 10:11:38 +02:00
Mathieu Othacehe
1475554147
gnu: xmlto: Fix cross-compilation.
* gnu/packages/xml.scm (xmlto)[native-inputs]: Add util-linux.
2019-09-24 08:12:56 +02:00
Mathieu Othacehe
da66bd3857
gnu: libxslt: Fix cross-compilation.
* gnu/packages/xml.scm (libxslt)[native-inputs]: Add pkg-config.
2019-09-24 08:12:54 +02:00
Tobias Geerinckx-Rice
f1afdaf476
gnu: java-dom4j: Update to 2.1.1.
* gnu/packages/xml.scm (java-dom4j): Update to 2.1.1.
2019-09-24 07:06:37 +02:00
Vagrant Cascadian
2847df6ba7
gnu: perl-xml-xpathengine: Fix typo.
* gnu/packages/xml (perl-xml-xpathengine)[description]: Fix spelling of
  "mimic".
2019-09-23 12:15:51 -07:00
Ludovic Courtès
3a2efbc867
gnu: python-libxml2, itstool: Provide crash-free variants.
Fixes <https://bugs.gnu.org/37468>.

* gnu/packages/patches/python-libxml2-utf8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (python-libxml2/fixed): New variable.
* gnu/packages/glib.scm (itstool/fixed): New variable.
* gnu/packages/gnome.scm (gnumeric)[native-inputs]: Use ITSTOOL/FIXED
instead of ITSTOOL.
2019-09-20 12:21:19 +02:00
Marius Bakke
60ccc1653a
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.
2019-07-12 01:05:13 +02:00
Marius Bakke
fb9a23a3f3
Merge branch 'master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/python-xyz.scm
	gnu/packages/xml.scm
	guix/gexp.scm
	po/guix/POTFILES.in
2019-07-12 01:03:53 +02:00
Jack Hill
5a836ce38c
gnu: expat: fix CVE-2018-20843
* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat/fixed): New variable.
* gnu/packages/patches/expat-CVE-2018-20843.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch file.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-07-12 00:39:01 +02:00
Jack Hill
f85c8dd8ae
gnu: expat: Add additional source URI
The expat sourceforge page announces that the project is in the process of
moving to GitHub.

* gnu/packages/xml.scm (expat)[source]: Add GitHub URI.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-07-12 00:39:01 +02:00
Tobias Geerinckx-Rice
78ca483a07
gnu: perl-xml-compile: Update to 1.63.
* gnu/packages/xml.scm (perl-xml-compile): Update to 1.63.
2019-07-11 00:27:27 +02:00
Marius Bakke
fc9e5973d6
gnu: expat: Update to 2.2.7.
* gnu/packages/xml.scm (expat): Update to 2.2.7.
[source](uri): Use XZ compressed archive.
2019-06-20 23:56:59 +02:00
Marius Bakke
6cb1ef9ea2
Merge branch 'staging' into core-updates 2019-06-20 23:38:56 +02:00
Tobias Geerinckx-Rice
2dcde3c733
gnu: perl-xml-sax: Update to 1.02.
* gnu/packages/xml.scm (perl-xml-sax): Update to 1.02.
2019-06-19 17:50:43 +02:00
Ludovic Courtès
d9bbfe042e
Merge branch 'master' into core-updates 2019-06-13 13:24:35 +02:00
Tobias Geerinckx-Rice
bc48088b14
gnu: libebml: Update to 1.3.9.
* gnu/packages/xml.scm (libebml): Update to 1.3.9.
2019-06-07 18:36:03 +02:00
Tobias Geerinckx-Rice
c83aa29270
gnu: tinyxml2: Update to 7.0.1.
* gnu/packages/xml.scm (tinyxml2): Update to 7.0.1.
[arguments]: Enable the (single) test.
2019-06-07 18:36:02 +02:00