~ruther/guix-local

32cd878b — Marius Bakke 8 years ago
Merge branch 'master' into core-updates
98bd11cf — Marius Bakke 8 years ago
gnu: termite: Update to 13.

* gnu/packages/terminals.scm (termite): Update to 13.
972fa870 — Marius Bakke 8 years ago
gnu: pcsc-lite: Update to 1.8.23.

* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.23.
[arguments]<#:configure-flags>: Add "--disable-libsystemd".
[license]: Adjust to removed sd-daemon files.
937790df — Marius Bakke 8 years ago
gnu: qemu: Update to 2.10.2.

* gnu/packages/patches/qemu-CVE-2017-15118.patch,
gnu/packages/patches/qemu-CVE-2017-15119.patch,
gnu/packages/patches/qemu-CVE-2017-15268.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/virtualization.scm (qemu): Update to 2.10.2.
[source](patches): Remove obsolete.
75342561 — Marius Bakke 8 years ago
gnu: libdrm: Update to 2.4.89.

* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.89.
2ea33335 — Marius Bakke 8 years ago
gnu: libjpeg-turbo: Update to 1.5.3.

* gnu/packages/image.scm (libjpeg-turbo): Update to 1.5.3.
7bd9af73 — Marius Bakke 8 years ago
gnu: libsodium: Update to 1.0.16.

* gnu/packages/crypto.scm (libsodium): Update to 1.0.16.
8e9b3c66 — Marius Bakke 8 years ago
gnu: expect: Update to 5.45.3.

* gnu/packages/tcl.scm (expect): Update to 5.45.3.
63dc7638 — Kei Kebreau 8 years ago
gnu: deutex: Update to 5.1.0.

* gnu/packages/games.scm (deutex): Update to 5.1.0.
45f62117 — Ludovic Courtès 8 years ago
doc: Clarify treatment of the root account.

* doc/guix.texi (operating-system Reference): Clarify the situation of
UID 0.
3caab236 — Ludovic Courtès 8 years ago
guix gc: '--verify=foo' is reported as an error.

Fixes <https://bugs.gnu.org/29761>.
Reported by Martin Castillo <castilma@uni-bremen.de>.

* guix/scripts/gc.scm (argument->verify-options): New procedure.
(%options) ["verify"]: Adjust to use it.
* tests/guix-gc.sh: Add test.
147d42fc — Kei Kebreau 8 years ago
gnu: emacspeak: Update to 47.0.

* gnu/packages/emacs.scm (emacspeak): Update to 47.0.
[source]: Remove snippet.
[arguments]: Set SHELL environment variable.
91675d50 — Efraim Flashner 8 years ago
gnu: rsync: Patch CVE-2017-{16548,17433,17434}.

* gnu/packages/rsync.scm (rsync)[source]: Add patches.
[properties]: Mark CVE-2017-15994 as not relevant.
* gnu/packages/patches/rsync-CVE-2017-16548.patch,
gnu/packages/patches/rsync-CVE-2017-17433.patch,
gnu/packages/patches/rsync-CVE-2017-17433-fix-tests.patch,
gnu/packages/patches/rsync-CVE-2017-17434-pt1.patch,
gnu/packages/patches/rsync-CVE-2017-17434-pt2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
b50a9cc0 — Ludovic Courtès 8 years ago
gnu: psm: Update home page URL.

* gnu/packages/linux.scm (psm)[home-page]: Update.
[source](uri): Use it.
ab25eb7c — Ludovic Courtès 8 years ago
gexp: 'computed-file' has a new #:guile parameter.

* guix/gexp.scm (<computed-file>)[guile]: New field.
(computed-file): Add #:guile.
(computed-file-compiler): Honor 'guile'.
4e9dfe39 — Ludovic Courtès 8 years ago
gnu: Fix ambiguous 'zip' reference.

* gnu/packages/photo.scm: Hide 'zip' from (srfi srfi-1).
399993f8 — Ludovic Courtès 8 years ago
ui: Non-zero exit for compound '&message' and '&error-location' conditions.

* guix/ui.scm (call-with-error-handling): When both 'message?' and
'error-location?' are true, add call to 'exit'.
9f1e39d1 — Mathieu Othacehe 8 years ago
system: examples: Add a template for BeagleBone Black.

* gnu/system/examples/beaglebone-black.tmpl: New file.
* Makefile.am (EXAMPLES): Add it.
* gnu/system/install.scm (/etc/configuration-files): Add it.
af8c547d — Tobias Geerinckx-Rice 8 years ago
gnu: claws-mail: Update to 3.16.0.

* gnu/packages/mail.scm (claws-mail): Update to 3.16.0.
b05e8ee1 — Clément Lassieur 8 years ago
services: nginx: Allow to add raw content to the server blocks.

* doc/guix.texi (Web Services): Document 'raw-content'.
* gnu/services/web.scm (<nginx-server-configuration>)[raw-content]: New field.
(emit-nginx-server-config): Add it.
Next