Commit Graph

275 Commits (9d67052661676f4835280f5a151637701c319264)

Author SHA1 Message Date
Ricardo Wurmus 8c72ed923d
Merge branch 'master' into core-updates 2018-03-14 17:37:20 +01:00
Efraim Flashner 29a3905452
gnu: tinyxml2: Declare a source file-name.
* gnu/packages/xml.scm (tinyxml2)[source]: Declare a source file-name.
2018-03-13 21:48:27 +02:00
Efraim Flashner 0efb64524b
gnu: tinyxml: Use 'invoke'.
* gnu/packages/xml.scm (tinyxml)[arguments]: Replace 'system*' calls
with 'invoke'.
2018-03-13 20:17:10 +02:00
Efraim Flashner 671249b934
gnu: tinyxml: Declare a source file-name.
* gnu/packages/xml.scm (tinyxml)[source]: Declare a source file-name.
2018-03-13 20:17:10 +02:00
Ludovic Courtès 189be331ac
build-system/gnu: Add 'bootstrap' phase.
This factorizes what has become a widespread idiom.

* guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable.
(bootstrap): New procedure.
(%standard-phases): Add it after 'unpack'.
* guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap.
* guix/build/asdf-build-system.scm (%standard-phases/source)
(%standard-phases): Likewise.
* guix/build/cargo-build-system.scm (%standard-phases): Likewise.
* guix/build/cmake-build-system.scm (%standard-phases): Likewise.
* guix/build/dub-build-system.scm (%standard-phases): Likewise.
* guix/build/emacs-build-system.scm (%standard-phases): Likewise.
* guix/build/font-build-system.scm (%standard-phases): Likewise.
* guix/build/go-build-system.scm (%standard-phases): Likewise.
* guix/build/haskell-build-system.scm (%standard-phases): Likewise.
* guix/build/minify-build-system.scm (%standard-phases): Likewise.
* guix/build/ocaml-build-system.scm (%standard-phases): Likewise.
* guix/build/perl-build-system.scm (%standard-phases): Likewise.
* guix/build/python-build-system.scm (%standard-phases): Likewise.
* guix/build/r-build-system.scm (%standard-phases): Likewise.
* guix/build/ruby-build-system.scm (%standard-phases): Likewise.
* guix/build/scons-build-system.scm (%standard-phases): Likewise.
* guix/build/texlive-build-system.scm (%standard-phases): Likewise.
* guix/build/waf-build-system.scm (%standard-phases): Likewise.
* gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap.
(soundtouch, cuetools, bluez-alsa): Remove 'arguments'.
(cava)[arguments]: Replace 'bootstrap.
* gnu/packages/backup.scm (rdup): Remove 'bootstrap.
* gnu/packages/bioinformatics.scm (seek)[arguments]: Replace
'bootstrap.
* gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove
'arguments'.
* gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'.
* gnu/packages/crypto.scm (libb2): Remove #:phases.
* gnu/packages/databases.scm (guile-wiredtiger): Likewise.
* gnu/packages/debug.scm (stress-make): Remove 'bootstrap'.
* gnu/packages/documentation.scm (asciidoc): Likewise.
* gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'.
* gnu/packages/ftp.scm (weex): Remove 'arguments'.
* gnu/packages/game-development.scm (ois): Remove 'arguments'.
* gnu/packages/games.scm (pioneer): Remove 'bootstrap.
* gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap.
(arc-theme): Remove 'arguments'.
(faba-icon-theme): Remove 'bootstrap.
(arc-icon-theme): Remove 'arguments'.
* gnu/packages/gnunet.scm (guile-gnunet): Likewise.
* gnu/packages/gtk.scm (guile-rsvg): Likewise.
* gnu/packages/guile.scm (mcron2): Remove 'bootstrap.
(guile-bash): Remove #:phases.
(guile-git): Remove 'bootstrap.
(guile-syntax-highlight): Remove 'arguments'.
(guile-sjson): Likewise.
* gnu/packages/java.scm (classpath-devel): Remove 'bootstrap.
* gnu/packages/kodi.scm (libdvdnav/kodi)
(libdvdread/kodi, libdvdcss/kodi): Likewise.
* gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'.
* gnu/packages/libusb.scm (hidapi): Likewise.
* gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to
'patch-stuff'; move it before 'bootstrap', without autoreconf
invocation.
(eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh'
invocation; move it before 'bootstrap.
(gpm): Replace 'bootstrap'.
(f2fs-tools): Remove 'arguments'.
(rng-tools): Remove #:phases.
* gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to
'copy-intltool-makefile'; remove "autoreconf" invocation and move before
'bootstrap'.
(libmesode): Remove 'arguments'.
(libstrophe): Likewise.
* gnu/packages/microcom.scm (microcom): Likewise.
* gnu/packages/networking.scm (libnet): Remove 'bootstrap.
* gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'.
* gnu/packages/package-management.scm (guix): Replace 'bootstrap.
* gnu/packages/sawfish.scm (librep): Remove 'arguments'.
* gnu/packages/version-control.scm (findnewest): Likewise.
* gnu/packages/video.scm (liba52, handbrake, motion): Replace
'bootstrap.
* gnu/packages/web.scm (fcgiwrap): Remove #:phases.
(tidy): Replace 'bootstrap.
(gumbo-parser): Remove #:phases.
* gnu/packages/wget.scm (wget2): Replace 'bootstrap.
* gnu/packages/wm.scm (i3lock-color): Remove #:phases.
* gnu/packages/xdisorg.scm (xclip): Likewise.
* gnu/packages/xml.scm (libxls): Replace 'bootstrap'.
* gnu/packages/xorg.scm (xf86-video-freedreno)
(xf86-video-intel): Remove #:phases.
* gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
2018-03-11 22:04:40 +01:00
Marius Bakke 1b5292ca54
gnu: libxml2: Update to 2.9.8.
* gnu/packages/xml.scm (libxml2): Update to 2.9.8.
2018-03-08 14:01:29 +01:00
Tobias Geerinckx-Rice 503a00597b
gnu: perl-xml-compile-cache: Update to 1.06.
* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.06.
2018-03-05 17:32:11 +01:00
Tobias Geerinckx-Rice b5de208e84
gnu: perl-xml-rss: Update to 1.60.
* gnu/packages/xml.scm (perl-xml-rss): Update to 1.60.
2018-03-05 17:32:11 +01:00
Marius Bakke 5275f69e6e
gnu: freexl: Update to 1.0.5 [security fixes].
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.
2018-03-04 17:54:40 +01:00
Tobias Geerinckx-Rice 4321aeb6d3
gnu: html-xml-utils: Update to 7.6.
* gnu/packages/xml.scm (html-xml-utils): Update to 7.6.
2018-02-28 22:58:23 +01:00
Tobias Geerinckx-Rice fa964e96e6
gnu: perl-xml-sax-base: Update to 1.09.
* gnu/packages/xml.scm (perl-xml-sax-base): Update to 1.09.
2018-02-27 16:50:00 +01:00
Tobias Geerinckx-Rice 73a3e98f01
gnu: perl-xml-libxslt: Update to 1.96.
* gnu/packages/xml.scm (perl-xml-libxslt): Update to 1.96.
2018-02-26 20:13:09 +01:00
Tobias Geerinckx-Rice 14eb54349a
gnu: perl-xml-sax: Update to 1.00.
* gnu/packages/xml.scm (perl-xml-sax): Update to 1.00.
2018-02-19 06:00:26 +01:00
Marius Bakke ca6197dd65
gnu: python-defusedxml: Update to 0.5.0.
* gnu/packages/xml.scm (python-defusedxml): Update to 0.5.0.
2018-02-17 20:59:11 +01:00
Mark H Weaver 288b8fd5e9
Merge branch 'master' into core-updates 2018-02-13 13:17:15 -05:00
Ricardo Wurmus 315118995a
gnu: Add ghc-hxt..
* gnu/packages/xml.scm (ghc-hxt.): New variable.
2018-02-13 13:37:36 +01:00
Ricardo Wurmus 6f8deed6e3
gnu: Add ghc-hxt-regex-xmlschema.
* gnu/packages/xml.scm (ghc-hxt-regex-xmlschema): New variable.
2018-02-13 13:37:36 +01:00
Ricardo Wurmus e85de10877
gnu: Add ghc-hxt-unicode.
* gnu/packages/xml.scm (ghc-hxt-unicode): New variable.
2018-02-13 13:37:36 +01:00
Ricardo Wurmus 5c1cf7f30a
gnu: Add ghc-hxt-charproperties.
* gnu/packages/xml.scm (ghc-hxt-charproperties): New variable.
2018-02-13 13:37:36 +01:00
Marius Bakke b4c9a3173d
gnu: libreoffice: Update to 5.4.5.1 [CVE-2018-6871].
* 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.
2018-02-11 16:29:49 +01:00
Mark H Weaver a7fb298665
Merge branch 'master' into core-updates 2018-02-11 04:05:07 -05:00
Julien Lepiller 5ee7b02f56
gnu: Add java-xstream.
* gnu/packages/xml.scm (java-xstream): New variable.
2018-02-10 19:04:32 +01:00
Julien Lepiller a5ec8a5c6b
gnu: Add java-jdom2.
* gnu/packages/xml.scm (java-jdom2): New variable.
2018-02-10 19:04:29 +01:00
Julien Lepiller b8798817a1
gnu: Add java-jettison.
* gnu/packages/xml.scm (java-jettison): New variable.
2018-02-10 19:04:27 +01:00
Julien Lepiller 4c7759f027
gnu: Add java-stax.
* gnu/packages/xml.scm (java-stax): New variable.
2018-02-10 19:04:25 +01:00
Julien Lepiller 3058d8ec56
gnu: Add java-kxml2.
* gnu/packages/xml.scm (java-kxml2): New variable.
2018-02-10 19:04:23 +01:00
Julien Lepiller be0524f472
gnu: Add java-jaxen.
* gnu/packages/xml.scm (java-jaxen): New variable.
2018-02-10 19:04:21 +01:00
Julien Lepiller 605c23df5b
gnu: Add java-dom4j.
gnu/packages/xml.scm (java-dom4j): New variable.
2018-02-10 19:04:19 +01:00
Julien Lepiller 9421f68224
gnu: Add java-xmlpull2.
* gnu/packages/xml.scm (java-xmlpull2): New variable.
2018-02-10 19:04:16 +01:00
Julien Lepiller 82d7d4e1c8
gnu: Add java-xpp3.
gnu/packages/xml.scm (java-xpp3): New variable.
2018-02-10 19:04:14 +01:00
Julien Lepiller 96f31935ec
gnu: Add java-xsdlib.
* gnu/packages/xml.scm (java-xsdlib): New variable.
2018-02-10 19:04:12 +01:00
Julien Lepiller 5552080de3
gnu: Add java-xom.
* gnu/packages/xml.scm (java-xom): New variable.
2018-02-10 19:04:10 +01:00
Julien Lepiller 7eae94d86a
gnu: Add java-jaxen-bootstrap.
* gnu/packages/xml.scm (java-jaxen-bootstrap): New variable.
2018-02-10 19:04:08 +01:00
Julien Lepiller 9a86ee788d
gnu: Add java-apache-xml-commons-resolver.
* gnu/packages/xml.scm (java-apache-xml-commons-resolver): New variable.
2018-02-10 19:04:02 +01:00
Julien Lepiller 1a17ca2624
gnu: Add java-jaxp.
* gnu/packages/xml.scm (java-jaxp): New variable.
2018-02-10 19:04:00 +01:00
Marius Bakke bee7bb315c
Merge branch 'master' into core-updates 2018-02-01 13:18:47 +01:00
Tobias Geerinckx-Rice c5730ffe19
gnu: xmlsec: Update to 1.2.25.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
2018-01-26 17:21:30 +01:00
Tobias Geerinckx-Rice a5b570b457
gnu: xmlsec: Correct home page.
If this package ever shared the libexpat home page, it no longer does.

* gnu/packages/xml.scm (xmlsec)[home-page]: Update.
2018-01-26 17:21:30 +01:00
Tobias Geerinckx-Rice a5c71d158d
gnu: html-xml-utils: Update to 7.5.
* gnu/packages/xml.scm (html-xml-utils): Update to 7.5.
2018-01-26 17:21:30 +01:00
Mark H Weaver a102d359a6
Merge branch 'master' into core-updates 2018-01-23 17:01:07 -05:00
Tobias Geerinckx-Rice cb7781177b
gnu: video, xml: Fix typo.
* gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo.
[description]: Use @dfn.
* gnu/packages/xml.scm (libebml): Likewise.
2018-01-20 22:27:34 +01:00
Mark H Weaver e074a655dd
Merge branch 'master' into core-updates 2018-01-19 23:59:20 -05:00
Tobias Geerinckx-Rice b7cbcee552
gnu: minixml: Update to 2.11.
* gnu/packages/xml.scm (minixml): Update to 2.11.
[source]: Use URL-FETCH/TARBOMB method.
[arguments]: Add ‘fix-permissions’ phase.
2018-01-19 13:19:32 +01:00
Tobias Geerinckx-Rice a040db6d70
gnu: libebml: Update to 1.3.5.
* gnu/packages/xml.scm (libebml): Update to 1.3.5.
[source, home-page]: Update URI.
2018-01-19 13:19:32 +01:00
Ludovic Courtès ed4263fc16
gnu: xmlsec: Update to 1.2.25.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
2018-01-16 23:42:05 +01:00
Leo Famulari e428b2c026
gnu: python-libxml2: Inherit the replacement source of libxml2.
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.
2018-01-16 10:28:20 -08:00
Leo Famulari 7c3f22e9c3
gnu: libxml2: Fix CVE-2017-15412.
* 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.
2018-01-16 10:28:20 -08:00
Leo Famulari 4adb40bffc
Merge branch 'master' into core-updates 2018-01-11 14:22:50 -08:00
Stefan Reichör 767d24e83b
gnu: Add html-xml-utils.
* gnu/packages/xml.scm (html-xml-utils): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-08 10:40:17 +01:00
Leo Famulari f76fc96866
Merge branch 'master' into core-updates 2017-12-21 13:58:35 -05:00
Leo Famulari 0c9c9526bb
gnu: libxslt: Fix CVE-2017-5029 and re-apply the fix for CVE-2016-4738.
This is a followup to commit 2663c38826.

* gnu/packages/xml.scm (libxslt)[replacement]: New field.
(libxslt/fixed): New variable.
* gnu/packages/patches/libxslt-CVE-2017-5029.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-12-21 12:28:47 -05:00
Marius Bakke 16cc6a9d12
gnu: libxslt: Update to 1.1.32.
* gnu/packages/xml.scm (libxslt): Update to 1.1.32.
2017-11-28 14:24:09 +01:00
Marius Bakke 9401318685
gnu: libxml2: Update to 2.9.7.
* gnu/packages/xml.scm (libxml2): Update to 2.9.7.
2017-11-28 14:24:09 +01:00
Marius Bakke 2dd12924cf
Merge branch 'master' into core-updates 2017-11-19 15:01:00 +01:00
Ricardo Wurmus 5ccde2079e
gnu: Move test packages from perl to perl-check.
* gnu/packages/perl.scm (perl-test2-bundle-extended,
perl-test2-plugin-nowarnings, perl-test-base, perl-test-class,
perl-test-class-most, perl-test-cleannamespaces, perl-test-command,
perl-test-cpan-meta, perl-test-cpan-meta-json, perl-test-deep,
perl-test-differences, perl-test-directory, perl-test-eol,
perl-test-exception, perl-test-fatal, perl-test-file-sharedir-dist,
perl-test-files, perl-test-harness, perl-test-leaktrace,
perl-test-longstring, perl-test-manifest, perl-test-memory-cycle,
perl-test-mockobject, perl-test-mocktime, perl-test-most, perl-test-needs,
perl-test-notabs, perl-test-nowarnings, perl-test-number-delta,
perl-test-output, perl-test-pod, perl-test-pod-coverage, perl-test-requires,
perl-test-script, perl-test-sharedfork, perl-test-simple, perl-test-taint,
perl-test-tester, perl-test-trap, perl-test-utf8, perl-test-warn,
perl-test-warnings, perl-test-without-module, perl-test-writevariants,
perl-test-yaml, perl-test-trailingspace): Move variables to ...
* gnu/packages/perl-check.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/glib.scm,
gnu/packages/gnupg.scm,
gnu/packages/image-viewers.scm,
gnu/packages/language.scm,
gnu/packages/networking.scm,
gnu/packages/package-management.scm,
gnu/packages/perl.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/version-control.scm,
gnu/packages/web.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm: Use perl-check module.
2017-11-13 23:03:01 +01:00
Marius Bakke e5e33f90bc
gnu: expat: Update to 2.2.5.
* gnu/packages/xml.scm (expat): Update to 2.2.5.
[home-page]: Change to redirected URL.
2017-11-01 23:35:38 +01:00
Efraim Flashner 19b7bba1b5
Merge remote-tracking branch 'origin/master' into core-updates 2017-11-01 10:29:59 +02:00
Tobias Geerinckx-Rice 58ade30228
gnu: perl-xml-libxml: Update to 2.0132.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0132.
2017-10-30 17:20:07 +01:00
Tobias Geerinckx-Rice e13a63d933
gnu: perl-xml-libxml: Update to 2.0131.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0131.
2017-10-28 01:55:26 +02:00
Tobias Geerinckx-Rice b7883b111d
Merge branch 'master' into core-updates 2017-10-25 20:02:08 +02:00
Tobias Geerinckx-Rice 63bbf38fb1
gnu: expat: Update replacement to 2.2.4 [security fixes].
See 'Changes' in the source distribution for more information about the
fixed security issues.

* gnu/packages/xml.scm (expat)[replacement]: Update to 2.2.4.
(expat-2.2.2): Replace with...
(expat-2.2.4): ...new variable.
2017-10-25 19:06:37 +02:00
Marius Bakke ca4fd41de8
Merge branch 'master' into core-updates 2017-10-24 22:00:23 +02:00
Petter 85f225fbf7
gnu: Add perl-xml-twig.
* gnu/packages/xml.scm (perl-xml-twig): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 10:40:49 +02:00
Petter 9e88b210f6
gnu: Add perl-xml-handler-yawriter.
* gnu/packages/xml.scm (perl-xml-handler-yawriter): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:15 +02:00
Petter 33b592eed3
gnu: Add perl-xml-sax-writer.
* gnu/packages/xml.scm (perl-xml-sax-writer): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:15 +02:00
Petter b7c5919514
gnu: Add perl-xml-filter-buffertext.
* gnu/packages/xml.scm (perl-xml-filter-buffertext): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:14 +02:00
Petter 9e1c358139
gnu: Add perl-tree-xpathengine.
* gnu/packages/xml.scm (perl-tree-xpathengine): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:14 +02:00
Petter 3b6958021d
gnu: Add perl-xml-xpathengine.
* gnu/packages/xml.scm (perl-xml-xpathengine): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:14 +02:00
Marius Bakke 128ea172b2
gnu: libxslt: Update to 1.1.31.
* gnu/packages/xml.scm (libxslt): Update to 1.1.31.
2017-10-10 22:58:21 +02:00
Marius Bakke c09629520b
gnu: libxml2: Update to 2.9.6.
While at it, remove leftover patches since libxml2/fixed went missing
without conflict in c01ef97594.

* gnu/packages/patches/libxml2-CVE-2017-0663.patch,
gnu/packages/patches/libxml2-CVE-2017-7375.patch,
gnu/packages/patches/libxml2-CVE-2017-7376.patch,
gnu/packages/patches/libxml2-CVE-2017-9047+CVE-2017-9048.patch,
gnu/packages/patches/libxml2-CVE-2017-9049+CVE-2017-9050.patch:  Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/xml.scm (libxml2): Update to 2.9.6.
2017-10-10 22:36:42 +02:00
Efraim Flashner b33c255d4d
gnu: expat: Update to 2.2.2.
* gnu/packages/xml.scm (expat): Update to 2.2.2.
[replacement]: Remove field.
(expat-2.2.2): Remove variable.
2017-10-01 22:16:46 +03:00
Efraim Flashner 64df08f0cf
Merge remote-tracking branch 'origin/master' into core-updates 2017-10-01 22:16:22 +03:00
Marius Bakke dc4ffa6766
gnu: freexl: Update to 1.0.4 [fixes CVE-2017-2923 and CVE-2017-2924].
* gnu/packages/xml.scm (freexl): Update to 1.0.4.
2017-09-18 22:27:40 +02:00
Efraim Flashner 9526fbef4d
gnu: libxslt: Update to 1.1.30.
* gnu/packages/xml.scm (libxslt): Update to 1.1.30.
[sources]: Remove one patch.
* gnu/packages/patches/libxslt-CVE-2016-47738.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-10 12:24:53 +03:00
Efraim Flashner 0f763641b8
gnu: libxml2: Update to 2.9.5.
* gnu/packages/xml.scm (libxml2): Update to 2.9.5.
[sources]: Remove patches.
* gnu/packages/patches/libxml2-CVE-2016-4658.patch,
gnu/packages/patches/libxml2-CVE-2016-5131.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-09-10 12:24:51 +03:00
Tobias Geerinckx-Rice 4ef6cfefaa
gnu: python-pyxb: Update to 1.2.6.
* gnu/packages/xml.scm (python-pyxb): Update to 1.2.6.
2017-09-06 17:12:42 +02:00
Marius Bakke 1b3f5fc387
gnu: libxml2/fixed: Use patches from inherited package.
This is a followup to 76fed2b3c4.

* gnu/packages/xml.scm (libxml2/fixed)(patches): Inherit patches from LIBXML2.
2017-08-31 23:43:55 +02:00
Alex Vong 76fed2b3c4
gnu: libxml2: Fix CVE-2017-{0663,7375,7376,9047,9048,9049,9050}.
* gnu/packages/patches/libxml2-CVE-2017-0663.patch,
gnu/packages/patches/libxml2-CVE-2017-7375.patch,
gnu/packages/patches/libxml2-CVE-2017-7376.patch,
gnu/packages/patches/libxml2-CVE-2017-9047+CVE-2017-9048.patch,
gnu/packages/patches/libxml2-CVE-2017-9049+CVE-2017-9050.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (libxml2)[replacement]: New field.
(libxml2/fixed): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-31 21:45:36 +02:00
Marius Bakke 522f199562
gnu: perl-xml-atom: Update to 0.42.
* gnu/packages/xml.scm (perl-xml-atom): Update to 0.42.
[arguments]: Add 'set-perl-search-path' phase.
[native-inputs]: Add PERL-HTML-TAGSET and PERL-MODULE-BUILD-TINY.
2017-08-27 15:07:21 +02:00
Marius Bakke 9dab50179a
gnu: perl: Add missing dependencies on Module::Install.
Perl 5.26 and later does not provide this module.

* gnu/packages/databases.scm (perl-sql-abstract)[native-inputs]: Add PERL-MODULE-INSTALL.
* gnu/packages/perl.scm (perl-moosex-emulate-class-accessor-fast,
perl-file-zglob, perl-object-signature, perl-test-utf8, perl-time-duration,
perl-benchmark-timer, perl-class-accessor-grouped,
perl-class-c3-componentised, perl-term-encoding)[native-inputs]: Likewise.
* gnu/packages/web.scm (perl-http-parser-xs, perl-uri-template,
perl-www-curl)[native-inputs]: Likewise.
* gnu/packages/xml.scm (perl-xml-atom)[native-inputs]: Likewise.
2017-07-30 14:55:27 +02:00
Leo Famulari 6c1a317e29
Merge branch 'master' into core-updates 2017-07-23 03:42:12 -04:00
Leo Famulari da83f0953a
gnu: expat: Update replacement to 2.2.2 [security fixes].
See 'Changes' in the source distribution for more information about the
fixed security issues.

* gnu/packages/xml.scm (expat)[replacement]: Update to 2.2.2.
(expat-2.2.1): Replace with ...
(expat-2.2.2): ... new variable.
2017-07-14 15:19:26 -04:00
Leo Famulari 88958ee061
gnu: perl-xml-namespacesupport: Update to 1.12.
* gnu/packages/xml.scm (perl-xml-namespacesupport): Update to 1.12.
2017-07-14 11:18:38 -04:00
Leo Famulari c8eb2b8c60
Merge branch 'master' into core-updates 2017-07-10 14:37:53 -04:00
Ludovic Courtès d5ec5ed719
packages: Mark 'replacement' as an "innate" field.
Suggested by Mark H Weaver
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00355.html>.

* guix/packages.scm (<package>)[replacement]: Mark as "innate".
* gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24)
(glibc-2.23, glibc-2.22, glibc-2.21, glibc-locales): Remove
'replacement' field, which was set to #f.
* gnu/packages/commencement.scm (perl-boot0): Likewise.
* gnu/packages/fontutils.scm (graphite2/fixed): Likewise.
* gnu/packages/ghostscript.scm (ghostscript/fixed): Likewise.
* gnu/packages/gnupg.scm (libgcrypt-1.7.8): Likewise.
* gnu/packages/guile.scm (guile-2.0/fixed, guile-2.2): Likewise.
* gnu/packages/icu4c.scm (icu4c/fixed): Likewise.
* gnu/packages/image.scm (libpng-apng): Likewise.
* gnu/packages/make-bootstrap.scm (%guile-static): Likewise.
* gnu/packages/pcre.scm (pcre/fixed): Likewise.
* gnu/packages/perl.scm (perl/fixed): Likewise.
* gnu/packages/ruby.scm (ruby-2.3, ruby-2.2, ruby-2.1)
(ruby-1.8): Likewise.
* gnu/packages/tls.scm (gnutls-3.5.13, gnutls/guile-2.2): Likewise.
* gnu/packages/xml.scm (expat-2.2.1): Likewise.
2017-07-03 23:51:22 +02:00
Gregor Giesen 5bc2d5798d
gnu: Add libebml.
* gnu/packages/xml.scm (libebml): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-30 12:43:41 -04:00
Mark H Weaver ed068b960e
Merge branch 'master' into core-updates 2017-06-26 00:00:58 -04:00
Arun Isaac 148585c240
gnu: Move contents of zip module into compression module.
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
2017-06-20 18:10:35 +05:30
Mark H Weaver 05e26d1ecd
gnu: expat: Eliminate graft.
* gnu/packages/xml.scm (expat): Update to 2.2.1.
[source]: Remove patch.
[replacement]: Remove field.
(expat-2.2.1): Remove variable.
* gnu/packages/patches/expat-CVE-2016-0718-fix-regression.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-18 02:41:58 -04:00
Mark H Weaver 96fd87c96b
gnu: expat: Replace with 2.2.1 [fixes CVE-2017-9233, CVE-2016-9063].
* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat-2.2.1): New variable.
2017-06-18 02:16:53 -04:00
Ricardo Wurmus 77d7b57cdc
gnu: Add java-simple-xml.
* gnu/packages/xml.scm (java-simple-xml): New variable.
2017-05-15 22:33:14 +02:00
Adriana Peluso f9f67fcb0f
gnu: Fix attributions for Adriano Peluso.
* gnu/packages/emacs.scm, gnu/packages/perl.scm, gnu/packages/python.scm,
gnu/packages/xml.scm: Update copyright attributions for Adriano Peluso.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-07 20:17:55 -04:00
Ricardo Wurmus eba9ecd4d2
gnu: minixml: Update to 2.10.
* gnu/packages/xml.scm (minixml): Update to 2.10.
[home-page]: Update to new home page.
2017-05-06 11:19:45 +02:00
Petter 2f3108ad03
gnu: Avoid circular dependencies by Perl license.
* guix/licenses.scm (perl-license): New variable.
* gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license.
* gnu/packages/compression.scm: Same.
* gnu/packages/databases.scm: Same.
* gnu/packages/gd.scm: Same.
* gnu/packages/language.scm: Same.
* gnu/packages/libevent.scm: Same.
* gnu/packages/mail.scm: Same.
* gnu/packages/messaging.scm: Same.
* gnu/packages/ncurses.scm: Same.
* gnu/packages/networking.scm: Same.
* gnu/packages/photo.scm: Same.
* gnu/packages/tcl.scm: Same.
* gnu/packages/tex.scm: Same.
* gnu/packages/tls.scm: Same.
* gnu/packages/web.scm: Same.
* gnu/packages/wm.scm: Same.
* gnu/packages/xml.scm: Same.
* gnu/packages/xorg.scm: Same.
* gnu/packages/zip.scm: Same.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-02 23:41:14 +02:00
Ricardo Wurmus d00d6cea66
gnu: Add xerces-c.
* gnu/packages/xml.scm (xerces-c): New variable.
2017-04-28 17:46:39 +02:00
Catonano 623fb4d162
gnu: Add freexl.
* gnu/packages/xml.scm (freexl): New variable.
2017-04-25 22:15:34 +02:00
Catonano ca8f3f9a51
gnu: Add libxls.
* gnu/packages/xml.scm (libxls): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-04-13 13:10:50 +02:00
ng0 d2b51c08fd
gnu: Add python-defusedxml.
* gnu/packages/xml.scm (python-defusedxml): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-08 12:40:06 -04:00
Marius Bakke 84157bb8bf
Merge branch 'master' into core-updates
Most conflicts are from 6fd52309b8.
2017-03-30 22:59:53 +02:00
Marius Bakke 22ea02351f
gnu: xmlstarlet: Disable failing tests.
* gnu/packages/xml.scm (xmlstarlet)[arguments]: Add phase to disable two tests.
2017-03-28 15:54:27 +02:00