Age | Commit message (Expand) | Author |
2020-01-26 | 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.
| Marius Bakke |
2020-01-26 | gnu: python-elementpath: Update to 1.4.0....* gnu/packages/xml.scm (python-elementpath): Update to 1.4.0.
| Marius Bakke |
2020-01-15 | gnu: Add python-xmlschema....* gnu/packages/xml.scm (python-xmlschema): New public variable.
| Marius Bakke |
2020-01-15 | 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.
| Marius Bakke |
2020-01-15 | gnu: python-elementpath: Update to 1.3.3....* gnu/packages/xml.scm (python-elementpath): Update to 1.3.3.
| Marius Bakke |
2020-01-15 | 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.
| Marius Bakke |
2020-01-04 | gnu: html-xml-utils: Update to 7.8....* gnu/packages/xml.scm (html-xml-utils): Update to 7.8.
| Tobias Geerinckx-Rice |
2019-12-25 | gnu: libebml: Update to 1.3.10....* gnu/packages/xml.scm (libebml): Update to 1.3.10.
| Tobias Geerinckx-Rice |
2019-12-10 | gnu: python-xmltodict: Adjust indentation....* gnu/packages/xml.scm (python-xmltodict): Correct indentation in the source block.
| Brett Gilio |
2019-12-10 | gnu: python-xmltodict: Update to 0.12.0....* gnu/packages/xml.scm (python-xmltodict): Update to 0.12.0.
| Brett Gilio |
2019-12-03 | 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.
| Tobias Geerinckx-Rice |
2019-12-01 | gnu: perl-xml-rss: Update to 1.61....* gnu/packages/xml.scm (perl-xml-rss): Update to 1.61.
| Tobias Geerinckx-Rice |
2019-11-13 | 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.
| Tobias Geerinckx-Rice |
2019-10-20 | gnu: xmlsec: Update to 1.2.29....* gnu/packages/xml.scm (xmlsec): Update to 1.2.29.
| Marius Bakke |
2019-10-13 | 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.
| Marius Bakke |
2019-10-06 | Merge branch 'master' into core-updates | Ricardo Wurmus |
2019-10-02 | gnu: python-defusedxml: Update to 0.6.0....* gnu/packages/xml.scm (python-defusedxml): Update to 0.6.0.
| Hartmut Goebel |
2019-09-27 | Merge branch 'master' into core-updates | Marius Bakke |
2019-09-24 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-09-24 | gnu: java-dom4j: Update to 2.1.1....* gnu/packages/xml.scm (java-dom4j): Update to 2.1.1.
| Tobias Geerinckx-Rice |
2019-09-23 | gnu: perl-xml-xpathengine: Fix typo....* gnu/packages/xml (perl-xml-xpathengine)[description]: Fix spelling of
"mimic".
| Vagrant Cascadian |
2019-09-20 | 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.
| Ludovic Courtès |
2019-07-12 | 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.
| Marius Bakke |
2019-07-12 | 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
| Marius Bakke |
2019-07-12 | 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>
| Jack Hill |
2019-07-12 | 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>
| Jack Hill |
2019-07-11 | gnu: perl-xml-compile: Update to 1.63....* gnu/packages/xml.scm (perl-xml-compile): Update to 1.63.
| Tobias Geerinckx-Rice |
2019-06-20 | gnu: expat: Update to 2.2.7....* gnu/packages/xml.scm (expat): Update to 2.2.7.
[source](uri): Use XZ compressed archive.
| Marius Bakke |
2019-06-20 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-06-19 | gnu: perl-xml-sax: Update to 1.02....* gnu/packages/xml.scm (perl-xml-sax): Update to 1.02.
| Tobias Geerinckx-Rice |
2019-06-13 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-06-07 | gnu: libebml: Update to 1.3.9....* gnu/packages/xml.scm (libebml): Update to 1.3.9.
| Tobias Geerinckx-Rice |
2019-06-07 | gnu: tinyxml2: Update to 7.0.1....* gnu/packages/xml.scm (tinyxml2): Update to 7.0.1.
[arguments]: Enable the (single) test.
| Tobias Geerinckx-Rice |
2019-05-25 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-05-21 | gnu: perl-xml-compile: Update to 1.62....* gnu/packages/xml.scm (perl-xml-compile): Update to 1.62.
| Tobias Geerinckx-Rice |
2019-05-01 | Merge branch 'master' into core-updates | Marius Bakke |
2019-04-19 | gnu: xmlsec: Update to 1.2.28....* gnu/packages/xml.scm (xmlsec): Update to 1.2.28.
| Marius Bakke |
2019-04-04 | gnu: Move nss & co. to nss.scm....* gnu/packages/gnuzilla.scm (nspr, nss): Move to...
* gnu/packages/nss.scm: ... here. New file.
* gnu/packages/chromium.scm, gnu/packages/disk.scm,
gnu/packages/freedesktop.scm, gnu/packages/gnome.scm,
gnu/packages/gnunet.scm, gnu/packages/java.scm,
gnu/packages/libreoffice.scm, gnu/packages/linux.scm,
gnu/packages/mate.scm, gnu/packages/openldap.scm,
gnu/packages/package-management.scm, gnu/packages/password-utils.scm,
gnu/packages/polkit.scm, gnu/packages/qt.scm,
gnu/packages/sssd.scm, gnu/packages/storage.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust
accordingly.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm.
| Ludovic Courtès |
2019-04-04 | gnu: Move ghc-hxt & co. to haskell-web.scm....* gnu/packages/xml.scm (ghc-hxt-charproperties, ghc-hxt-unicode)
(ghc-hxt-regex-xmlschema, ghc-hxt): Move to...
* gnu/packages/haskell-web.scm: ... here.
| Ludovic Courtès |
2019-03-23 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-03-18 | Correct name and email address for ng0....* .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi,
doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm,
gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm,
gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm,
gnu/packages/language.scm, gnu/packages/libcanberra.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm:
Correct name and email address for ng0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ng0 |
2019-03-15 | gnu: libebml: Update to 1.3.7....* gnu/packages/xml.scm (libebml): Update to 1.3.7.
[source]: Removed merged patch.
| Tobias Geerinckx-Rice |
2019-03-15 | gnu: libebml: Don't use NAME in source URI....* gnu/packages/xml.scm (libebml)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-03-15 | gnu: perl-xml-feed: Update to 0.59....* gnu/packages/xml.scm (perl-xml-feed): Update to 0.59.
| Tobias Geerinckx-Rice |
2019-03-14 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-03-10 | gnu: pugixml: Build as shared library....* gnu/packages/patches/pugixml-versioned-libdir.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/xml.scm (pugixml)[source](patches): New field.
[arguments]: Instruct the build system to create a shared rather than static
library.
[native-inputs]: Add PKG-CONFIG.
| Marius Bakke |
2019-02-20 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-02-15 | gnu: libxls: Move to (gnu packages statistics)....It has nothing to do with XML.
* gnu/packages/xml.scm (libxls): Move from here…
* gnu/packages/statistics.scm (libxls): …to here.
| Tobias Geerinckx-Rice |
2019-02-15 | gnu: libxls: Update to 1.5.0 [security fixes]....* gnu/packages/xml.scm (libxls): Update to 1.5.0.
[source, home-page]: Update home page.
[arguments, native-inputs]: Remove all of them.
| Tobias Geerinckx-Rice |
2019-02-15 | gnu: libxls: Expand synopsis & description....* gnu/packages/xml.scm (libxls)[synopsis, description]: Expand.
| Tobias Geerinckx-Rice |