~ruther/guix-local

91fdc8a5 — Christopher Baines 8 years ago
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.
f2d8e7f7 — Christopher Baines 8 years ago
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.
761f5865 — Christopher Baines 8 years ago
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.
c795bc79 — Christopher Baines 8 years ago
gnu: Add python-tornado-http-auth.

* gnu/packages/python.scm (python-tornado-http-auth): New variable.
4c6c6838 — Marius Bakke 8 years ago
gnu: nmap: Update to 7.60.

* gnu/packages/admin.scm (nmap): Update to 7.60.
79d95250 — Marius Bakke 8 years ago
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.
2e8c61fc — Marius Bakke 8 years ago
gnu: samba: Update to 4.6.7.

* gnu/packages/samba.scm (samba): Update to 4.6.7.
ae7f246c — Leo Famulari 8 years ago
gnu: python-nbformat: Update to 4.3.0.

* gnu/packages/python.scm (python-nbformat, python2-nbformat): Update to 4.3.0.
df851f5a — Leo Famulari 8 years ago
download: Add the canonical GnuPG download site.

* guix/download.scm (%mirrors)<gnupg>: Add https://gnupg.org.
10756b9e — Leo Famulari 8 years ago
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.
1b22ecda — Ricardo Wurmus 8 years ago
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.
c5f744a6 — Ricardo Wurmus 8 years ago
gnu: Add r-robust.

* gnu/packages/statistics.scm (r-robust): New variable.
5d0afe88 — Ricardo Wurmus 8 years ago
gnu: Add r-fit-models.

* gnu/packages/statistics.scm (r-fit-models): New variable.
0bae5fd6 — Ricardo Wurmus 8 years ago
gnu: Add r-rrcov.

* gnu/packages/statistics.scm (r-rrcov): New variable.
23841b25 — Ricardo Wurmus 8 years ago
gnu: Add r-pcapp.

* gnu/packages/statistics.scm (r-pcapp): New variable.
0ecd0658 — Ricardo Wurmus 8 years ago
gnu: r-gdtools: Update to 0.1.5.

* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.5.
c3317cd9 — Ricardo Wurmus 8 years ago
gnu: r-ggbeeswarm: Update to 0.6.0.

* gnu/packages/statistics.scm (r-ggbeeswarm): Update to 0.6.0.
ea0277ab — Mark H Weaver 8 years ago
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.
12025fb9 — Mark H Weaver 8 years ago
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>
Next