Marius Bakke
4416e94e51
gnu: xmlsec-openssl: Remove input labels.
...
* gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels.
2022-11-20 21:08:08 +01:00
Marius Bakke
127314f5cc
gnu: xmlsec-nss: Remove input labels.
...
* gnu/packages/xml.scm (xmlsec-nss)[native-inputs, inputs]: Remove labels.
2022-11-20 21:08:08 +01:00
Marius Bakke
225dc9dc63
gnu: xmlsec: Update to 1.2.36.
...
* gnu/packages/xml.scm (xmlsec): Update to 1.2.36.
2022-11-20 21:08:08 +01:00
Marius Bakke
5284887524
gnu: xmlsec: Add 'upstream-name' property.
...
* gnu/packages/xml.scm (xmlsec)[properties]: New field.
2022-11-20 21:08:08 +01:00
Tobias Geerinckx-Rice
0a852deec5
gnu: xlsxio: Update to 0.2.33.
...
* gnu/packages/xml.scm (xlsxio): Update to 0.2.33.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
7be1a73ea2
gnu: xlsxio: Remove ad hoc 'install phase.
...
* gnu/packages/xml.scm (xlsxio)[arguments]: Use #:make-flags instead
of an ad hoc 'install phase.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
3fae4f64ba
gnu: xlsxio: Use G-expressions.
...
* gnu/packages/xml.scm (xlsxio)[arguments]:
Rewrite as G-expressions.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
b1aedf6ab4
gnu: minixml: Use G-expressions.
...
* gnu/packages/xml.scm (minixml)[arguments]:
Rewrite as G-expressions.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice
dc6186f7eb
gnu: minixml: Update to 3.3.1.
...
* gnu/packages/xml.scm (minixml): Update to 3.3.1.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice
6091c7ae63
gnu: libebml: Update to 1.4.4.
...
* gnu/packages/xml.scm (libebml): Update to 1.4.4.
2022-10-16 02:00:00 +02:00
Liliana Marie Prikler
16be8d4e7b
gnu: pugixml: Update to 1.12.1.
...
* gnu/packages/xml.scm (pugixml): Update to 1.12.1.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler
eca27032d9
gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674].
...
* gnu/packages/xml.scm (expat/fixed): Update to 2.4.9.
2022-09-28 20:56:04 +02:00
Marius Bakke
060e65ebda
gnu: libxmlb: Update to 0.3.9.
...
* gnu/packages/xml.scm (libxmlb): Update to 0.3.9.
[source](patches): Remove.
* gnu/packages/patches/libxmlb-install-xb-tool-into-bindir.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-09-01 16:08:15 +02:00
Mathieu Othacehe
3084fc28fd
Revert "gnu: python-lxml: Update to 4.6.5."
...
This reverts commit 2365e8435a
as it triggers
>15k rebuilds: https://ci.guix.gnu.org/eval/543158 .
2022-08-15 15:45:46 +02:00
Danny Milosavljevic
2365e8435a
gnu: python-lxml: Update to 4.6.5.
...
* gnu/packages/xml.scm (python-lxml): Update to 4.6.5.
2022-08-15 14:48:41 +02:00
Christopher Baines
207ef8758e
gnu: java-xpp3: Download source from ci.guix.gnu.org.
...
The www.extreme.indiana.edu site is now serving a redirect:
This site has been deprecated. You can access an archive of this site at
https://web.archive.org/web/20210225153105/https://www.extreme.indiana.edu/ .
Because this isn't a 404, as it probably should be, guix follows this redirect
and gets some content that isn't the file it asked for.
To avoid this incorrect behaviour, switch to using a ci.guix.gnu.org URL for
the file instead.
* gnu/packages/xml.scm (java-xpp3)[source]: Switch the uri to ci.guix.gnu.org.
2022-07-03 10:11:24 +01:00
Tobias Geerinckx-Rice
f6eab5abce
gnu: perl-xml-compile-soap: Update to 3.27.
...
* gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.27.
[propagated-inputs]: Replace perl-file-slurp-tiny with perl-file-slurper.
2022-06-05 02:00:00 +02:00
Maxim Cournoyer
afde361377
gnu: Remove python2-libxml2.
...
* gnu/packages/xml.scm (python2-libxml2): Delete variable.
2022-05-31 14:54:12 -04:00
Maxim Cournoyer
41efd94c3e
gnu: Remove python2-lxml.
...
* gnu/packages/xml.scm (python2-lxml): Delete variable.
2022-05-31 14:54:07 -04:00
Maxim Cournoyer
709c0244e4
gnu: xlsx2csv: Update to 0.7.8.
...
* gnu/packages/xml.scm (xlsx2csv): Update to 0.7.8.
[python]: Delete argument.
2022-05-31 14:53:42 -04:00
Maxim Cournoyer
f162273a2c
gnu: Remove python2-pyxb.
...
* gnu/packages/xml.scm (python2-pyxb): Delete variable.
2022-05-31 14:53:42 -04:00
Tobias Geerinckx-Rice
6068b83b82
gnu: java-jdom: Update to 2.0.6.1 [fixes CVE-2021-33813].
...
* gnu/packages/xml.scm (java-jdom): Update to 2.0.6.1.
2022-05-22 02:00:44 +02:00
Vagrant Cascadian
de68877a51
gnu: libxmlb: Install xb-tool in bin dir.
...
* gnu/packages/patches/libxmlb-install-xb-tool-into-bindir.patch: New file.
* gnu/packages/xml.scm (libxmlb)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add
'xb-tool-external-tool phase.
2022-05-14 17:16:32 -07:00
Maxim Cournoyer
bd1f8cdf52
gnu: Add python-untangle.
...
* gnu/packages/xml.scm (python-untangle): New variable.
2022-05-12 12:45:40 -04:00
Ludovic Courtès
ee617c4800
gnu: python-lxml: Add 4.7.1.
...
* gnu/packages/xml.scm (python-lxml-4.7): New variable.
2022-04-15 19:13:01 +02:00
Vagrant Cascadian
47b6451eb5
gnu: libxmlb: Update to 0.3.8.
...
* gnu/packages/xlm.scm (libxmlb): Update to 0.3.8.
2022-04-08 20:34:49 -07:00
Leo Famulari
69d3896c0f
gnu: expat: Update to 2.4.7.
...
This fixes some regressions in 2.4.5 and 2.4.6:
https://www.xml.com/news/2022-02-expat-246/
https://www.xml.com/news/2022-03-expat-247/
* gnu/packages/xml.scm (expat/fixed): Update to 2.4.7.
2022-03-16 17:14:19 -04:00
kiasoc5
bd7e98058d
gnu: Remove python2-odfpy.
...
* gnu/packages/xml.scm (python2-odfpy): Remove variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-02-23 22:51:45 -05:00
Marius Bakke
4030ab515b
gnu: expat: Update replacement to 2.4.5 [security fixes].
...
This fixes CVE-2022-25235, CVE-2022-25236, CVE-2022-25313, CVE-2022-25314, and
CVE-2022-25315.
* gnu/packages/xml.scm (expat/fixed): Update to 2.4.5.
2022-02-19 10:43:23 +01:00
Marius Bakke
5c9c7856a6
gnu: expat: Update replacement to 2.4.4 [fixes CVE-2022-23852, CVE-2022-23990].
...
* gnu/packages/xml.scm (expat/fixed): Update to 2.4.4.
2022-01-30 17:04:34 +01:00
Tobias Geerinckx-Rice
2045852b09
gnu: expat: Add replacement for [security fixes].
...
Fixes CVE-2021-45960, CVE-2021-46143, and CVE-2022-22822…22827.
* gnu/packages/xml.scm (expat/fixed): New variable.
(expat)[replacement]: Use it.
2022-01-16 01:00:00 +01:00
Ricardo Wurmus
e44a0d2ce2
gnu: java-simple-xml: Delete failing test.
...
This is a follow-up to commit 8e32bd1720336ec62258cb842dce812f7f979d04.
* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable test by deleting
it, as #:test-exclude doesn't have any effect.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
d04261241b
gnu: java-simple-xml: Disable one test.
...
* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable
NoAnnotationsRequiredTest.
2021-12-23 20:27:48 +01:00
Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
...
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Tobias Geerinckx-Rice
8fc7803f54
gnu: minixml: Update to 3.3.
...
* gnu/packages/xml.scm (minixml): Update to 3.3.
2021-11-08 23:00:56 +01:00
Marius Bakke
5c3cb22c9b
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/chez.scm
gnu/packages/docbook.scm
gnu/packages/ebook.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/networking.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/tex.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/dune.scm
guix/build-system/go.scm
guix/build-system/linux-module.scm
guix/packages.scm
2021-09-17 01:25:52 +02:00
Tobias Geerinckx-Rice
716448d7ab
gnu: Remove duplicate libxml++ packages.
...
Reported-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu/packages/engineering.scm (freecad)[inputs]:
Replace libxmlplusplus-2 with libxml++-2.
* gnu/packages/music.scm (tascam-gtk)[inputs]:
Replace libxmlplusplus with libxml++.
* gnu/packages/xml.scm (libxmlplusplus, libxmlplusplus-2.4):
Remove unused variables.
2021-09-12 14:12:29 +02:00
Felix Gruber
e6fcf1c140
gnu: libxmlplusplus: Fix build.
...
* gnu/packages/xml.scm (libxmlplusplus)[inputs]: Replace glibmm with
glibmm-2.64.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-12 13:46:14 +02:00
Marius Bakke
b029be2ee0
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/emacs-xyz.scm
gnu/packages/gpodder.scm
gnu/packages/music.scm
gnu/packages/patches/glibc-bootstrap-system.patch
gnu/packages/python-xyz.scm
gnu/packages/shells.scm
gnu/packages/statistics.scm
2021-07-29 22:34:57 +02:00
Tobias Geerinckx-Rice
c3c003be69
gnu: java-xmlpull2: Use mirrored source and archived home page.
...
* gnu/packages/xml.scm (java-xmlpull2)[source]: Download from a Gentoo
distfiles mirror.
[home-page]: Point to an archive.org snapshot.
2021-07-23 23:29:34 +02:00
Marius Bakke
abe5ffbbfe
gnu: libxml2: Update to 2.9.12.
...
* gnu/packages/patches/libxml2-parent-pointers.patch,
gnu/packages/patches/libxml2-terminating-newline.patch,
gnu/packages/patches/libxml2-xpath-recursion-limit.patch: New files.
* gnu/packages/patches/python-libxml2-python39-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/xml.scm (libxml2): Update to 2.9.12.
(python-lxml)[source](modules, snippet): New fields.
2021-07-23 17:26:46 +02:00
Marius Bakke
6f9a80b331
Merge branch 'master' into core-updates
...
Note: this merge actually changes the 'curl' and 'python-attrs' derivations,
as part of solving caf4a7a277
and
12964df69a
respectively.
4604d43c0e
(gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it
cannot currently be tested.
Conflicts:
gnu/local.mk
gnu/packages/aidc.scm
gnu/packages/boost.scm
gnu/packages/curl.scm
gnu/packages/nettle.scm
gnu/packages/networking.scm
gnu/packages/python-xyz.scm
gnu/packages/tls.scm
2021-06-19 17:38:47 +02:00
Paul A. Patience
483f537081
doc, gnu, guix: Fix typos.
...
* doc/guix.texi: Fix various typos and reword a sentence.
* gnu/packages/cpp.scm (cpplint)[description]: Fix typo.
* gnu/packages/dns.scm (ldns): Fix typo in comment.
* gnu/packages/games.scm (yamagi-quake2): Fix typo in comment.
* gnu/packages/qt.scm (python-pyqtwebengine): Fix typo in comment.
* gnu/packages/rails.scm (ruby-autoprefixer-rails): Fix typo in comment.
* gnu/packages/syndication.scm (quiterss)[description]: Fix typo.
* gnu/packages/terminals.scm (kmscon): Fix typo in comment.
* gnu/packages/xml.scm (perl-xml-sax-base)[description]: Fix typo.
(python-elementpath)[description]: Fix typo.
* guix/build/asdf-build-system.scm (output-translation): Fix typo in docstring.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-13 23:57:45 +02:00
Matthew James Kraai
2d80844e12
gnu: perl-xml-feed: Update to 0.63.
...
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.63.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-13 10:36:01 +03:00
Marius Bakke
a6c292a6f1
gnu: expat: Install the static library.
...
* gnu/packages/xml.scm (expat)[outputs]: New field.
[arguments]: Remove #:configure-flags. Add #:phases.
* gnu/packages/commencement.scm (expat-sans-tests)[outputs]: New field.
[arguments]: Add #:phases.
2021-06-13 01:00:47 +02:00
Marius Bakke
a0286041d9
gnu: expat: Remove replacement.
...
* gnu/packages/xml.scm (expat): Update to 2.4.1.
[replacement]: Remove.
(expat-2.4.1): Remove variable.
2021-06-13 01:00:46 +02:00
Marius Bakke
8d59c262ad
Merge branch 'master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/algebra.scm
gnu/packages/bioinformatics.scm
gnu/packages/curl.scm
gnu/packages/docbook.scm
gnu/packages/emacs-xyz.scm
gnu/packages/maths.scm
gnu/packages/plotutils.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/readline.scm
gnu/packages/tls.scm
gnu/packages/xml.scm
gnu/packages/xorg.scm
2021-06-06 21:16:32 +02:00
Marius Bakke
6d71f6a73c
gnu: expat: Replace with 2.4.1 [fixes CVE-2013-0340].
...
* gnu/packages/xml.scm (expat-2.4.1): New variable.
(expat)[replacement]: New field.
Co-authored-by: Leo Famulari <leo@famulari.name>
2021-06-02 17:07:15 -04:00