services: Update the Tailon service for Tailon 1.3.0. Tailon 1.3.0 (upgraded from 1.1.1) adds support for HTTP authentication. * gnu/services/admin.scm (<tailon-configuration-file>): Add http-auth and users configuration values. (tailon-configuration-file-http-auth, tailon-configuration-file-users): New procedures. (tailon-configuration-file-compiler): Add support for the http-auth and users configuration options. * doc/guix.texi (Monitoring Services): Document authentication for Tailon.
services: Add missing wrap-lines option to tailon. * gnu/services/admin.scm (<tailon-configuration-file>): Add wrap-lines. (tailon-configuration-wrap-lines): New procedure. (tailon-configuration-file-compiler): Add support for wrap-lines. * doc/guix.texi (Monitoring Services): Document the wrap-lines Tailon configuration option.
gnu: Update tailon to version 1.3.0. From version 1.1.1. * gnu/packages/logging.scm (tailon)[version]: Change to 1.3.0. [inputs]: Add python-tornado-http-auth.
gnu: Add python-tornado-http-auth. * gnu/packages/python.scm (python-tornado-http-auth): New variable.
gnu: nmap: Update to 7.60. * gnu/packages/admin.scm (nmap): Update to 7.60.
gnu: curl: Update replacement to 7.55.0. [security fixes] Fixes CVE-2017-1000099, CVE-2017-1000100, and CVE-2017-100101. See <https://curl.haxx.se/docs/security.html> for details. * gnu/packages/curl.scm (curl)[replacement]: Update to 7.55.0. (curl-7.54.1): Rename to ... (curl-7.55.0): ... this. [source]: Update source URI to match upstream compression method change. [arguments]: Add 'fix-Makefile' phase.
gnu: samba: Update to 4.6.7. * gnu/packages/samba.scm (samba): Update to 4.6.7.
gnu: python-nbformat: Update to 4.3.0. * gnu/packages/python.scm (python-nbformat, python2-nbformat): Update to 4.3.0.
download: Add the canonical GnuPG download site. * guix/download.scm (%mirrors)<gnupg>: Add https://gnupg.org.
gnu: gnupg: Update to 2.1.23. * gnu/packages/gnupg.scm (gnupg): Update to 2.1.23. [arguments]: Remove 'enable-gpg2-is-gpg' from #:configure-flags, since it is now the default.
gnu: r-wgcna: Update to 1.61. * gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.61. [propagated-inputs]: Add r-rcpp, r-robust, r-survival.
gnu: Add r-robust. * gnu/packages/statistics.scm (r-robust): New variable.
gnu: Add r-fit-models. * gnu/packages/statistics.scm (r-fit-models): New variable.
gnu: Add r-rrcov. * gnu/packages/statistics.scm (r-rrcov): New variable.
gnu: Add r-pcapp. * gnu/packages/statistics.scm (r-pcapp): New variable.
gnu: r-gdtools: Update to 0.1.5. * gnu/packages/statistics.scm (r-gdtools): Update to 0.1.5.
gnu: r-ggbeeswarm: Update to 0.6.0. * gnu/packages/statistics.scm (r-ggbeeswarm): Update to 0.6.0.
gnu: icecat: Add more fixes from upstream mozilla-esr52. * gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2017-7802, CVE-2017-7803, CVE-2017-7807, and the remaining 6 out of 23 changesets for CVE-2017-7779.
gnu: icecat: Rename patches to reflect CVE assignments. Document that our existing patches include fixes for CVE-2017-7753, CVE-2017-7784, CVE-2017-7786, CVE-2017-7787, CVE-2017-7791, CVE-2017-7792, CVE-2017-7798, CVE-2017-7798, CVE-2017-7800, CVE-2017-7801, and 17 out of 23 changesets for CVE-2017-7779. * gnu/packages/gnuzilla.scm (icecat)[source]: Rename patches to reflect CVE assignments.
gnu: gnurl: Update to 7.55.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.55.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>