summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
Commit message (Collapse)AuthorAge
* Correct name and Email for ng0.ng02018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap: Correct name and Email for ng0. * Makefile.am, 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/emacs.scm, gnu/packages/enlightenment.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.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-crypto.scm, gnu/packages/python-web.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: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: perl-xml-compile-soap: Update to 3.24.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.24.
* gnu: perl-xml-simple: Update to 2.25.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/xml.scm (perl-xml-simple): Update to 2.25.
* gnu: java-simple-xml: Fix java8 test failures.Gábor Boskovits2018-03-18
| | | | | | | | * gnu/packages/patches/javas-simple-xml-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/java.scm (java-simple-xml)[source](patches): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Fix common unquote typos.Tobias Geerinckx-Rice2018-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's easy to mistype ‘("foo" foo)’ as ‘("foo", foo)’ (which also works). Fix such typos for the proper edification of our young. * gnu/packages/android.scm: Move unquotes to their operands. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/build-tools.scm: Likewise. * gnu/packages/chemistry.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/connman.scm: Likewise. * gnu/packages/django.scm: Likewise. * gnu/packages/emulators.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/file-systems.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gimp.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/graphics.scm: Likewise. * gnu/packages/haskell.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/julia.scm: Likewise. * gnu/packages/kde-frameworks.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/lua.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/make-bootstrap.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/ocaml.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/qt.scm: Likewise. * gnu/packages/ratpoison.scm: Likewise. * gnu/packages/sdl.scm: Likewise. * gnu/packages/sml.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/text-editors.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/virtualization.scm: Likewise. * gnu/packages/vulkan.scm: Likewise. * gnu/packages/wget.scm: Likewise. * gnu/packages/wine.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xml.scm: Likewise. * gnu/packages/xorg.scm: Likewise.
* gnu: tinyxml2: Declare a source file-name.Efraim Flashner2018-03-13
| | | | * gnu/packages/xml.scm (tinyxml2)[source]: Declare a source file-name.
* gnu: tinyxml: Use 'invoke'.Efraim Flashner2018-03-13
| | | | | * gnu/packages/xml.scm (tinyxml)[arguments]: Replace 'system*' calls with 'invoke'.
* gnu: tinyxml: Declare a source file-name.Efraim Flashner2018-03-13
| | | | * gnu/packages/xml.scm (tinyxml)[source]: Declare a source file-name.
* gnu: perl-xml-compile-cache: Update to 1.06.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.06.
* gnu: perl-xml-rss: Update to 1.60.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/xml.scm (perl-xml-rss): Update to 1.60.
* gnu: freexl: Update to 1.0.5 [security fixes].Marius Bakke2018-03-04
| | | | | | | Fixes CVE-2018-7435, CVE-2018-7436, CVE-2018-7437, CVE-2018-7438 and CVE-2018-7439. * gnu/packages/xml.scm (freexl): Update to 1.0.5.
* gnu: html-xml-utils: Update to 7.6.Tobias Geerinckx-Rice2018-02-28
| | | | * gnu/packages/xml.scm (html-xml-utils): Update to 7.6.
* gnu: perl-xml-sax-base: Update to 1.09.Tobias Geerinckx-Rice2018-02-27
| | | | * gnu/packages/xml.scm (perl-xml-sax-base): Update to 1.09.
* gnu: perl-xml-libxslt: Update to 1.96.Tobias Geerinckx-Rice2018-02-26
| | | | * gnu/packages/xml.scm (perl-xml-libxslt): Update to 1.96.
* gnu: perl-xml-sax: Update to 1.00.Tobias Geerinckx-Rice2018-02-19
| | | | * gnu/packages/xml.scm (perl-xml-sax): Update to 1.00.
* gnu: python-defusedxml: Update to 0.5.0.Marius Bakke2018-02-17
| | | | * gnu/packages/xml.scm (python-defusedxml): Update to 0.5.0.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-13
|\
| * gnu: Add ghc-hxt..Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/xml.scm (ghc-hxt.): New variable.
| * gnu: Add ghc-hxt-regex-xmlschema.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/xml.scm (ghc-hxt-regex-xmlschema): New variable.
| * gnu: Add ghc-hxt-unicode.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/xml.scm (ghc-hxt-unicode): New variable.
| * gnu: Add ghc-hxt-charproperties.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/xml.scm (ghc-hxt-charproperties): New variable.
| * gnu: libreoffice: Update to 5.4.5.1 [CVE-2018-6871].Marius Bakke2018-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (cppunit-1.14): New public variable. * gnu/packages/libreoffice.scm (xmlsec-src-libreoffice): Remove variable. (libreoffice): Update to 5.4.5.1. [native-inputs]: Change CPPUNIT to CPPUNIT-1.14. Remove AUTOCONF and AUTOMAKE. [inputs]: Add GPGME, XMLSEC-NSS and LIBLTDL. Remove XMLSEC-SRC-LIBREOFFICE. Replace LIBJPEG with LIBJPEG-TURBO. [arguments]: Remove xmlsec code from PREPARE-SRC-PHASE. Make sure GPGME++ headers are found. Add workaround for <https://bugs.gentoo.org/641812>. Add "--disable-pdfium" to #:configure-flags. * gnu/packages/xml.scm (xmlsec-nss): New public variable.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-11
|\|
| * gnu: Add java-xstream.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-xstream): New variable.
| * gnu: Add java-jdom2.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-jdom2): New variable.
| * gnu: Add java-jettison.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-jettison): New variable.
| * gnu: Add java-stax.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-stax): New variable.
| * gnu: Add java-kxml2.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-kxml2): New variable.
| * gnu: Add java-jaxen.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-jaxen): New variable.
| * gnu: Add java-dom4j.Julien Lepiller2018-02-10
| | | | | | | | gnu/packages/xml.scm (java-dom4j): New variable.
| * gnu: Add java-xmlpull2.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-xmlpull2): New variable.
| * gnu: Add java-xpp3.Julien Lepiller2018-02-10
| | | | | | | | gnu/packages/xml.scm (java-xpp3): New variable.
| * gnu: Add java-xsdlib.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-xsdlib): New variable.
| * gnu: Add java-xom.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-xom): New variable.
| * gnu: Add java-jaxen-bootstrap.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-jaxen-bootstrap): New variable.
| * gnu: Add java-apache-xml-commons-resolver.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-apache-xml-commons-resolver): New variable.
| * gnu: Add java-jaxp.Julien Lepiller2018-02-10
| | | | | | | | * gnu/packages/xml.scm (java-jaxp): New variable.
* | Merge branch 'master' into core-updatesMarius Bakke2018-02-01
|\|
| * gnu: xmlsec: Update to 1.2.25.Tobias Geerinckx-Rice2018-01-26
| | | | | | | | * gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
| * gnu: xmlsec: Correct home page.Tobias Geerinckx-Rice2018-01-26
| | | | | | | | | | | | If this package ever shared the libexpat home page, it no longer does. * gnu/packages/xml.scm (xmlsec)[home-page]: Update.
| * gnu: html-xml-utils: Update to 7.5.Tobias Geerinckx-Rice2018-01-26
| | | | | | | | * gnu/packages/xml.scm (html-xml-utils): Update to 7.5.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-23
|\|
| * gnu: video, xml: Fix typo.Tobias Geerinckx-Rice2018-01-20
| | | | | | | | | | | | * gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo. [description]: Use @dfn. * gnu/packages/xml.scm (libebml): Likewise.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-19
|\|
| * gnu: minixml: Update to 2.11.Tobias Geerinckx-Rice2018-01-19
| | | | | | | | | | | | * gnu/packages/xml.scm (minixml): Update to 2.11. [source]: Use URL-FETCH/TARBOMB method. [arguments]: Add ‘fix-permissions’ phase.
| * gnu: libebml: Update to 1.3.5.Tobias Geerinckx-Rice2018-01-19
| | | | | | | | | | * gnu/packages/xml.scm (libebml): Update to 1.3.5. [source, home-page]: Update URI.
| * gnu: python-libxml2: Inherit the replacement source of libxml2.Leo Famulari2018-01-16
| | | | | | | | | | | | | | | | Previously, python-libxml2 would inherit the ungrafted libxml2, missing several patches on the libxml2 source code. * gnu/packages/xml.scm (python-libxml2, python2-libxml2): Use package/inherit.
| * gnu: libxml2: Fix CVE-2017-15412.Leo Famulari2018-01-16
| | | | | | | | | | | | * gnu/packages/patches/libxml2-CVE-2017-15412.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (libxml2/fixed)[source]: Use it.
* | gnu: xmlsec: Update to 1.2.25.Ludovic Courtès2018-01-16
| | | | | | | | * gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-11
|\|