aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-environment-container.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guix-environment-container.sh')
0 files changed, 0 insertions, 0 deletions
thon2-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 2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-08gnu: minixml: Update to 3.3....* gnu/packages/xml.scm (minixml): Update to 3.3. Tobias Geerinckx-Rice 2021-09-17Merge 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 Marius Bakke 2021-09-12gnu: 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. Tobias Geerinckx-Rice 2021-09-12gnu: libxmlplusplus: Fix build....* gnu/packages/xml.scm (libxmlplusplus)[inputs]: Replace glibmm with glibmm-2.64. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber 2021-07-29Merge 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 Marius Bakke 2021-07-23gnu: 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. Tobias Geerinckx-Rice 2021-07-23gnu: 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. Marius Bakke