~ruther/guix-local

73bb984e — Efraim Flashner 9 years ago
gnu: freedesktop.scm: Reorder modules alphabetically.

* gnu/packages/freedesktop.scm: Reorder modules alphabetically.
8c5cdf5f — Efraim Flashner 9 years ago
gnu: libinput: Update to 1.5.1.

* gnu/packages/freedesktop.scm (libinput): Update to 1.5.1.
b231b057 — Efraim Flashner 9 years ago
gnu: wayland-protocols: Update to 1.7.

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.7.
e66f0dd2 — Andy Patterson 9 years ago
gnu: mpv: Use lua@5.2.

* gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
c91b368e — Alex Sassmannshausen 9 years ago
import/cpan: Maybe coerce version to string.

* guix/import/cpan.scm (cpan-module->sexp) <version>: Test if version in
  meta is string or number.  If it is number, coerce to string.
d9721bcf — Leo Famulari 9 years ago
gnu: readline-6.2: Fix CVE-2014-2524.

* gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/readline.scm (readline-6.2): Use it.
27d7c4e9 — Leo Famulari 9 years ago
gnu: signify: Update to 20.

* gnu/packages/crypto.scm (signify): Update to 20.
14253017 — Ludovic Courtès 9 years ago
gnu: mailutils: Update to 3.0.

* gnu/packages/mail.scm (mailutils): Update to 3.0.
[arguments]: Adjust 'pre-build' phase.
* gnu/packages/patches/m4-gets-undeclared.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
d81850d4 — Efraim Flashner 9 years ago
gnu: guile-ncurses: Update to 2.1.

* gnu/packages/guile.scm (guile-ncurses): Update to 2.1.
[home-page]: Use https.
927d8505 — Tobias Geerinckx-Rice 9 years ago
gnu: btrfs-progs: Update to 4.8.3.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.3.
917239ff — Tobias Geerinckx-Rice 9 years ago
gnu: tidy: Use ‘modify-phases’.

* gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
3b0ac795 — Tobias Geerinckx-Rice 9 years ago
gnu: protobuf: Replace dead Google Code home-page.

* gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
3b0f2ba4 — Tobias Geerinckx-Rice 9 years ago
gnu: exfat-utils: Update to 1.2.4.

* gnu/packages/mtools.scm (exfat-utils): Update to 1.2.4.
[source, home-page]: Move away from dead Google Code project.
[arguments, native-inputs]: Remove.
a24b56fa — Andy Patterson 9 years ago
tests: Don't check file-systems in container tests.

Hello,

The containers test was hanging for me, and this patch fixed the
problem.

--
Andy

From 945ad44acf489b7f3a398d4ab739ec2b48477502 Mon Sep 17 00:00:00 2001
From: Andy Patterson <ajpatter@uwaterloo.ca>
Date: Sat, 12 Nov 2016 22:10:01 -0500
Subject: [PATCH] tests: Don't check file-systems in container tests.

* tests/containers.scm ("call-with-container, mnt namespace"): Don't
check file-system in 'call-with-container' call.
* tests/containers.scm
("call-with-container, mnt namespace, wrong bindmount"): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c25a51d5 — Andy Patterson 9 years ago
gnu: clisp: Use readline@6.2.

* gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2cab1dd5 — Ludovic Courtès 9 years ago
Merge branch 'core-updates'
15abcabe — Efraim Flashner 9 years ago
gnu: Add newsbeuter.

* gnu/packages/syndication.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
c76dab7b — Efraim Flashner 9 years ago
gnu: Add stfl.

* gnu/packages/ncurses.scm (stfl): New variable.
8883b301 — Alex Sassmannshausen 9 years ago
gnu: Add perl-modern-perl.

* gnu/packages/perl.scm (perl-modern-perl): New variable.
5c66314b — Leo Famulari 9 years ago
gnu: libtiff: Fix CVE-2016-9273.

* gnu/packages/patches/libtiff-CVE-2016-9273.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff/fixed): Use it.
Next