~ruther/guix-local

b28e05d4 — Ricardo Wurmus 8 years ago
gnu: antiword: Fix broken embedded directory name.

* gnu/packages/textutils.scm (antiword)[arguments]: Replace "configure" phase
to substitute reference to "/usr/share/antiword" with the actual directory in
the store.
fb6ca493 — Roel Janssen 8 years ago
gnu: Update gwl to 0.1.1.

* gnu/packages/package-management.scm (gwl): Update to 0.1.1.
ba1ba9fc — Efraim Flashner 8 years ago
gnu: emulation-station: Add missing file-name field.

* gnu/packages/games.scm (emulation-station)[source]: Add missing
file-name field.
28fc96cb — Roel Janssen 8 years ago
gnu: Update r-cowplot to 0.9.2.

* gnu/packages/statistics.scm (r-cowplot): Update to 0.9.2.
a1ac7bf3 — Ludovic Courtès 8 years ago
tests: Adjust php-fpm test to new nginx API.

Fixes <https://bugs.gnu.org/29769>.
Reported by Mark H Weaver <mhw@netris.org>.

This is a followup to 8b223ceac4ff0781e95d69362875f87cff03f4d6.

* gnu/tests/web.scm (%php-fpm-nginx-server-blocks): Turn 'listen' into a
list.
4a408d84 — Leo Famulari 8 years ago
gnu: mpd: Update to 0.20.13.

* gnu/packages/mpd.scm (mpd): Update to 0.20.13.
4fad6598 — Leo Famulari 8 years ago
gnu: keepassxc: Update to 2.2.4.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.2.4.
4498cbd7 — Leo Famulari 8 years ago
gnu: GnuPG pinentry: Update to 1.1.0.

* gnu/packages/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-gnome3,
pinentry-qt): Update to 1.1.0.
7a6a08c9 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.14.7.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.7.
(%linux-libre-hash): Update hash.
48e1f444 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.70.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.70.
86300e61 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.106.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.106.
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.
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.
Next