~ruther/guix-local

26ac5c90 — Tobias Geerinckx-Rice 9 years ago
gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).

* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
352a5b63 — Tobias Geerinckx-Rice 8 years ago
services: web: Fix nginx-service-type's ‘file’ procedure.

* gnu/services/web.scm (nginx-activation, nginx-shepherd-service): Replace
references to non-existent ‘config-file’ with ‘file’.
* doc/guix.texi (Web Services): Likewise.
4695472f — Tobias Geerinckx-Rice 8 years ago
doc: Fix typo in copyright header.

* doc/guix.texi: Move stray ‘@*’ to where it belongs.
57d28987 — Tobias Geerinckx-Rice 8 years ago
Handle the same HTTP redirects everywhere.

* guix/build/download.scm (http-fetch): Complete the hard-coded list of HTTP
redirection status codes.
* guix/http-client.scm (http-fetch): Likewise.
* guix/scripts/lint.scm (probe-uri): Likewise.
a4c1e99e — Tobias Geerinckx-Rice 9 years ago
build: Negate ‘--disable-daemon’ help string.

This is a follow-up to commit c9b70836d080150046633edc782fdaaff9fc6d9c.

* configure.ac: Make ‘--disable-daemon’'s help text consistent with others.
514c2f48 — Leo Famulari 8 years ago
gnu: tcpdump: Fix CVE-2017-[11541,11542,11543].

* gnu/packages/patches/tcpdump-CVE-2017-11541.patch,
gnu/packages/patches/tcpdump-CVE-2017-11542.patch
gnu/packages/patches/tcpdump-CVE-2017-11543.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (tcpdump)[source]: Use them.
0cae36b5 — Efraim Flashner 8 years ago
gnu: libmediainfo: Adjust build phases.

* gnu/packages/video.scm (libmediainfo)[arguments]: Change to the build
directory before running autogen.
b100a704 — Mathieu Othacehe 8 years ago
guix: Fix Guile current-processor-count deprecation warnings.

When current-processor-count is used without (ice-9 threads) being used, Guile
complains with the following warning:

Import (ice-9 threads) to have access to `current-processor-count'.

* guix/store.scm: Use (ice-9 threads).
fa67d565 — Ricardo Wurmus 8 years ago
gnu: elogind: Update to 232.3.

* gnu/packages/freedesktop.scm (elogind): Update to 232.3.
[home-page]: Use new upstream home page.
[arguments]: Disable tests, add new required configure flags; add build phase
"autogen".
[native-inputs]: Add autoconf, automake, libtool, and python.
8036caa7 — Ricardo Wurmus 8 years ago
gnu: r-tidyr: Update to 0.7.1.

* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.1.
31b7f0c0 — Ricardo Wurmus 8 years ago
gnu: r-gdtools: Update to 0.1.6.

* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.6.
325c039c — Roel Janssen 8 years ago
gnu: Add r-sparql.

* gnu/packages/bioinformatics.scm (r-sparql): New variable.
c0ac72e1 — Tobias Geerinckx-Rice 8 years ago
gnu: epiphany: Update to 3.24.4.

* gnu/packages/gnome.scm (epiphany): Update to 3.24.4.
b8fb94d5 — Tobias Geerinckx-Rice 8 years ago
gnu: libvirt: Make selected inputs native-inputs.

* gnu/packages/virtualization.scm (libvirt)[inputs]: Move perl, polkit, and
python from here...
[native-inputs]: ...to here.
2f110b32 — Tobias Geerinckx-Rice 8 years ago
gnu: libvirt: Update to 3.7.0.

* gnu/packages/virtualization.scm (libvirt): Update to 3.7.0.
[native-inputs]: Add libxslt for xsltproc.
864f2f0e — Tobias Geerinckx-Rice 8 years ago
gnu: python-libvirt: Update to 3.7.0.

* gnu/packages/virtualization.scm (python-libvirt): Update to 3.7.0.
b3fee5c1 — Tobias Geerinckx-Rice 8 years ago
gnu: Use HTTPS for libvirt.org.

* gnu/packages/virtualization.scm (libvirt, python-libvirt)[home-page]:
Use HTTPS.
b8b0f536 — Mark H Weaver 8 years ago
gnu: libidn2: Replace with 2.0.4 [security fixes].

* gnu/packages/libidn.scm (libidn2)[replacement]: New field.
(libidn2-2.0.4): New variable.
a913d9d9 — Ludovic Courtès 8 years ago
gnu: emacs-tiny: Fix typo.

* gnu/packages/emacs.scm (emacs-tiny)[description]: Fix typo.
26361de4 — Christopher Baines 8 years ago
gnu: Add emacs-minitest.

* gnu/packages/emacs.scm (emacs-minitest): New variable.
Next