summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
AgeCommit message (Expand)Author
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates... Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner
2023-01-15gnu: libxmlb: Update to 0.3.10....* gnu/packages/xml.scm (libxmlb): Update to 0.3.10. Tobias Geerinckx-Rice
2023-01-08gnu: Move Java XML packages to new module....* gnu/packages/xml.scm (java-simple-xml, java-jaxp, java-apache-xml-commons-resolver, java-jaxen, java-xom, java-xsdlib, java-xpp3, java-xmlpull2, java-xmlpull-api-v1, java-dom4j, java-kxml2, java-stax, java-jettison, java-jdom2, java-xstream, java-mxparser): Move these variables from here... * gnu/packages/java-xml.scm: ...to this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new file. * gnu/packages/axoloti.scm, gnu/packages/batik.scm, gnu/packages/bioinformatics.scm, gnu/packages/groovy.scm, gnu/packages/java.scm, gnu/packages/maven.scm: Adjust module imports. Ricardo Wurmus
2022-11-20gnu: xmlsec-openssl: Remove input labels....* gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels. Marius Bakke
2022-11-20gnu: xmlsec-nss: Remove input labels....* gnu/packages/xml.scm (xmlsec-nss)[native-inputs, inputs]: Remove labels. Marius Bakke
2022-11-20gnu: xmlsec: Update to 1.2.36....* gnu/packages/xml.scm (xmlsec): Update to 1.2.36. Marius Bakke
2022-11-20gnu: xmlsec: Add 'upstream-name' property....* gnu/packages/xml.scm (xmlsec)[properties]: New field. Marius Bakke
2022-11-14gnu: expat: Update to 2.5.0....* gnu/packages/xml.scm (expat): Update to 2.5.0. Efraim Flashner
2022-10-16gnu: xlsxio: Update to 0.2.33....* gnu/packages/xml.scm (xlsxio): Update to 0.2.33. Tobias Geerinckx-Rice
2022-10-16gnu: xlsxio: Remove ad hoc 'install phase....* gnu/packages/xml.scm (xlsxio)[arguments]: Use #:make-flags instead of an ad hoc 'install phase. Tobias Geerinckx-Rice
2022-10-16gnu: xlsxio: Use G-expressions....* gnu/packages/xml.scm (xlsxio)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-10-16gnu: minixml: Use G-expressions....* gnu/packages/xml.scm (minixml)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-10-16gnu: minixml: Update to 3.3.1....* gnu/packages/xml.scm (minixml): Update to 3.3.1. Tobias Geerinckx-Rice
2022-10-16gnu: libebml: Update to 1.4.4....* gnu/packages/xml.scm (libebml): Update to 1.4.4. Tobias Geerinckx-Rice
2022-10-01gnu: pugixml: Update to 1.12.1....* gnu/packages/xml.scm (pugixml): Update to 1.12.1. Liliana Marie Prikler
2022-09-28gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674]....* gnu/packages/xml.scm (expat/fixed): Update to 2.4.9. Liliana Marie Prikler
2022-09-09gnu: python-lxml: Update to 4.9.1....* gnu/packages/xml.scm (python-lxml): Update to 4.9.1. [source](modules, snippet): Remove. [arguments]: Respect TESTS? keyword in check phase. (python-lxml-4.7): Define as deprecated alias for PYTHON-LXML. * gnu/packages/video.scm (streamlink)[propagated-inputs]: Change from PYTHON-LXML-4.7 to PYTHON-LXML. Marius Bakke
2022-09-08gnu: libxslt: Update to 1.1.37....* gnu/packages/xml.scm (libxslt): Update to 1.1.37. Marius Bakke
2022-09-01Merge branch 'staging' into core-updatesMarius Bakke
2022-09-01gnu: 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. Marius Bakke
2022-08-15Revert "gnu: python-lxml: Update to 4.6.5."...This reverts commit 2365e8435a13c3aa4308e88773de0a0e7b9ffef9 as it triggers >15k rebuilds: https://ci.guix.gnu.org/eval/543158. Mathieu Othacehe
2022-08-15gnu: python-lxml: Update to 4.6.5....* gnu/packages/xml.scm (python-lxml): Update to 4.6.5. Danny Milosavljevic
2022-07-22Merge branch 'staging' into core-updatesMarius Bakke
2022-07-03gnu: 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. Christopher Baines
2022-06-27gnu: python-libxml2: Remove input labels....* gnu/packages/xml.scm (python-libxml2)[arguments]: Use G-expression. Remove iconv header substitution which is no longer needed. [inputs]: Remove labels. Marius Bakke
2022-06-27gnu: python-libxml2: Move definition closer to its inherited origin....* gnu/packages/xml.scm (python-libxml2): Move package definition after the libxml2 variants. Marius Bakke
2022-06-27gnu: python-libxml2: Fix build failure....This is a follow-up to commit 7dfa2ff7804b4d4ffb4c256c5aaea92b2487b369. * gnu/packages/xml.scm (python-libxml2)[arguments]: Provide correct directory for libxml2 headers. Marius Bakke
2022-06-26gnu: libxslt: Remove input labels....* gnu/packages/xml.scm (libxslt)[inputs]: Remove labels. Marius Bakke
2022-06-26gnu: libxslt: Update to 1.1.35....* gnu/packages/xml.scm (libxslt): Update to 1.1.35. [source](uri): Change to new download location. [arguments]: Disable Python tests. Marius Bakke
2022-06-26gnu: libxml2: Update to 2.9.14....* gnu/packages/xml.scm (libxml2): Update to 2.9.14. [source](uri): Use new download location. [source](patches): Remove. [arguments]: Don't attempt to move non-existing "doc" directory. * gnu/packages/patches/libxml2-parent-pointers.patch, gnu/packages/patches/libxml2-terminating-newline.patch, gnu/packages/patches/libxml2-xpath-recursion-limit.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke
2022-06-26gnu: expat: Update to 2.4.8....* gnu/packages/xml.scm (expat): Update to 2.4.8. [replacement]: Remove. (expat/fixed): Remove variable. Marius Bakke
2022-06-05gnu: 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. Tobias Geerinckx-Rice
2022-05-31gnu: Remove python2-libxml2....* gnu/packages/xml.scm (python2-libxml2): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-lxml....* gnu/packages/xml.scm (python2-lxml): Delete variable. Maxim Cournoyer
2022-05-31gnu: xlsx2csv: Update to 0.7.8....* gnu/packages/xml.scm (xlsx2csv): Update to 0.7.8. [python]: Delete argument. Maxim Cournoyer
2022-05-31gnu: Remove python2-pyxb....* gnu/packages/xml.scm (python2-pyxb): Delete variable. Maxim Cournoyer
2022-05-22gnu: java-jdom: Update to 2.0.6.1 [fixes CVE-2021-33813]....* gnu/packages/xml.scm (java-jdom): Update to 2.0.6.1. Tobias Geerinckx-Rice
2022-05-14gnu: 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. Vagrant Cascadian
2022-05-12gnu: Add python-untangle....* gnu/packages/xml.scm (python-untangle): New variable. Maxim Cournoyer
2022-04-15gnu: python-lxml: Add 4.7.1....* gnu/packages/xml.scm (python-lxml-4.7): New variable. Ludovic Courtès
2022-04-08gnu: libxmlb: Update to 0.3.8....* gnu/packages/xlm.scm (libxmlb): Update to 0.3.8. Vagrant Cascadian
2022-03-16gnu: 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. Leo Famulari
2022-02-23gnu: Remove python2-odfpy....* gnu/packages/xml.scm (python2-odfpy): Remove variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> kiasoc5
2022-02-19gnu: 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. Marius Bakke
2022-01-30gnu: 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. Marius Bakke
2022-01-16gnu: 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. Tobias Geerinckx-Rice
2021-12-23gnu: 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. Ricardo Wurmus
2021-12-23gnu: java-simple-xml: Disable one test....* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable NoAnnotationsRequiredTest. Ricardo Wurmus
2021-12-13gnu: 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.) Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès