Age | Commit message (Expand) | Author |
2018-03-11 | 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.
| Ludovic Courtès |
2018-03-08 | gnu: libxml2: Update to 2.9.8....* gnu/packages/xml.scm (libxml2): Update to 2.9.8.
| Marius Bakke |
2018-03-05 | gnu: perl-xml-compile-cache: Update to 1.06....* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.06.
| Tobias Geerinckx-Rice |
2018-03-05 | gnu: perl-xml-rss: Update to 1.60....* gnu/packages/xml.scm (perl-xml-rss): Update to 1.60.
| Tobias Geerinckx-Rice |
2018-03-04 | 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.
| Marius Bakke |
2018-02-28 | gnu: html-xml-utils: Update to 7.6....* gnu/packages/xml.scm (html-xml-utils): Update to 7.6.
| Tobias Geerinckx-Rice |
2018-02-27 | gnu: perl-xml-sax-base: Update to 1.09....* gnu/packages/xml.scm (perl-xml-sax-base): Update to 1.09.
| Tobias Geerinckx-Rice |
2018-02-26 | gnu: perl-xml-libxslt: Update to 1.96....* gnu/packages/xml.scm (perl-xml-libxslt): Update to 1.96.
| Tobias Geerinckx-Rice |
2018-02-19 | gnu: perl-xml-sax: Update to 1.00....* gnu/packages/xml.scm (perl-xml-sax): Update to 1.00.
| Tobias Geerinckx-Rice |
2018-02-17 | gnu: python-defusedxml: Update to 0.5.0....* gnu/packages/xml.scm (python-defusedxml): Update to 0.5.0.
| Marius Bakke |
2018-02-13 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-02-13 | gnu: Add ghc-hxt.....* gnu/packages/xml.scm (ghc-hxt.): New variable.
| Ricardo Wurmus |
2018-02-13 | gnu: Add ghc-hxt-regex-xmlschema....* gnu/packages/xml.scm (ghc-hxt-regex-xmlschema): New variable.
| Ricardo Wurmus |
2018-02-13 | gnu: Add ghc-hxt-unicode....* gnu/packages/xml.scm (ghc-hxt-unicode): New variable.
| Ricardo Wurmus |
2018-02-13 | gnu: Add ghc-hxt-charproperties....* gnu/packages/xml.scm (ghc-hxt-charproperties): New variable.
| Ricardo Wurmus |
2018-02-11 | 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.
| Marius Bakke |
2018-02-11 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-02-10 | gnu: Add java-xstream....* gnu/packages/xml.scm (java-xstream): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-jdom2....* gnu/packages/xml.scm (java-jdom2): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-jettison....* gnu/packages/xml.scm (java-jettison): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-stax....* gnu/packages/xml.scm (java-stax): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-kxml2....* gnu/packages/xml.scm (java-kxml2): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-jaxen....* gnu/packages/xml.scm (java-jaxen): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-dom4j....gnu/packages/xml.scm (java-dom4j): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-xmlpull2....* gnu/packages/xml.scm (java-xmlpull2): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-xpp3....gnu/packages/xml.scm (java-xpp3): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-xsdlib....* gnu/packages/xml.scm (java-xsdlib): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-xom....* gnu/packages/xml.scm (java-xom): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-jaxen-bootstrap....* gnu/packages/xml.scm (java-jaxen-bootstrap): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-apache-xml-commons-resolver....* gnu/packages/xml.scm (java-apache-xml-commons-resolver): New variable.
| Julien Lepiller |
2018-02-10 | gnu: Add java-jaxp....* gnu/packages/xml.scm (java-jaxp): New variable.
| Julien Lepiller |
2018-02-01 | Merge branch 'master' into core-updates | Marius Bakke |
2018-01-26 | gnu: xmlsec: Update to 1.2.25....* gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
| Tobias Geerinckx-Rice |
2018-01-26 | 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.
| Tobias Geerinckx-Rice |
2018-01-26 | gnu: html-xml-utils: Update to 7.5....* gnu/packages/xml.scm (html-xml-utils): Update to 7.5.
| Tobias Geerinckx-Rice |
2018-01-23 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-20 | gnu: video, xml: Fix typo....* gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo.
[description]: Use @dfn.
* gnu/packages/xml.scm (libebml): Likewise.
| Tobias Geerinckx-Rice |
2018-01-19 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-19 | 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.
| Tobias Geerinckx-Rice |
2018-01-19 | gnu: libebml: Update to 1.3.5....* gnu/packages/xml.scm (libebml): Update to 1.3.5.
[source, home-page]: Update URI.
| Tobias Geerinckx-Rice |
2018-01-16 | gnu: xmlsec: Update to 1.2.25....* gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
| Ludovic Courtès |
2018-01-16 | 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.
| Leo Famulari |
2018-01-16 | 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.
| Leo Famulari |
2018-01-11 | Merge branch 'master' into core-updates | Leo Famulari |
2018-01-08 | gnu: Add html-xml-utils....* gnu/packages/xml.scm (html-xml-utils): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Stefan Reichör |
2017-12-21 | Merge branch 'master' into core-updates | Leo Famulari |
2017-12-21 | gnu: libxslt: Fix CVE-2017-5029 and re-apply the fix for CVE-2016-4738....This is a followup to commit 2663c38826cd6c2ef0c5119f8072fac8e89b2e9b.
* 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.
| Leo Famulari |
2017-11-28 | gnu: libxslt: Update to 1.1.32....* gnu/packages/xml.scm (libxslt): Update to 1.1.32.
| Marius Bakke |
2017-11-28 | gnu: libxml2: Update to 2.9.7....* gnu/packages/xml.scm (libxml2): Update to 2.9.7.
| Marius Bakke |
2017-11-19 | Merge branch 'master' into core-updates | Marius Bakke |