gnu: freedesktop.scm: Reorder modules alphabetically. * gnu/packages/freedesktop.scm: Reorder modules alphabetically.
gnu: libinput: Update to 1.5.1. * gnu/packages/freedesktop.scm (libinput): Update to 1.5.1.
gnu: wayland-protocols: Update to 1.7. * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.7.
gnu: mpv: Use lua@5.2. * gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
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.
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.
gnu: signify: Update to 20. * gnu/packages/crypto.scm (signify): Update to 20.
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.
gnu: guile-ncurses: Update to 2.1. * gnu/packages/guile.scm (guile-ncurses): Update to 2.1. [home-page]: Use https.
gnu: btrfs-progs: Update to 4.8.3. * gnu/packages/linux.scm (btrfs-progs): Update to 4.8.3.
gnu: tidy: Use ‘modify-phases’. * gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
gnu: protobuf: Replace dead Google Code home-page. * gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
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.
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>
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>
Merge branch 'core-updates'
gnu: Add newsbeuter. * gnu/packages/syndication.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
gnu: Add stfl. * gnu/packages/ncurses.scm (stfl): New variable.
gnu: Add perl-modern-perl. * gnu/packages/perl.scm (perl-modern-perl): New variable.
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.