gnu: font-gnu-unifont: Update to 10.0.06. * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.06.
gnu: emacs-org: Update to 20170828 * gnu/packages/emacs.scm (emacs-org): Update to 20170828 (a.k.a. 9.0.10).
gnu: gnupg: Clean up arguments. * gnu/packages/gnupg.scm (gnupg)[arguments]: Shorten the 'patch-test-paths phase.
gnu: gnupg: Update to 2.2.0. * gnu/packages/gnupg.scm (gnupg): Update to 2.2.0. [arguments]: Add flag to run more tests.
gnu: r-minimal: Remove timestamp from man page. * gnu/packages/statistics.scm (r-minimal)[arguments]: Adjust "build-reproducibly" phase to prevent the bundled help2man script from printing the current month and year.
gnu: pspp: Update to 1.0.1. * gnu/packages/statistics.scm (pspp): Update to 1.0.1.
gnu: jemalloc: Update to 5.0.1. * gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1. [inputs]: Add perl.
services: user-processes: Reap child processes. Fixes <http://bugs.gnu.org/26931>. Reported by Leo Famulari <leo@famulari.name>. * gnu/services/base.scm (user-processes-service-type)[stop]: Add 'reap-children' loop. * gnu/tests/base.scm (run-halt-test): New procedure. (%test-halt): New variable.
marionette: Augment the set of keystrokes. * gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.
marionette: Fix typing of capital letters. Previously we'd use "sendkey P" instead of "sendkey shift-p", which had no effect. * gnu/build/marionette.scm (character->keystroke): New procedure. (string->keystroke-commands): Use it.
marionette: 'wait-for-file' really raises an error when a file is missing. * gnu/build/marionette.scm (wait-for-file): Arrange to call 'error' on the host, not in the guest.
gnu: emacs-nix-mode: Move to package-management.scm. Reported by Christopher Baines. This fixes a top-level reference among mutually-dependent modules. * gnu/packages/emacs.scm (emacs-nix-mode): Move to... * gnu/packages/package-management.scm (emacs-nix-mode): ... here.
bootloader: Emit warnings with 'warning'. * gnu/bootloader.scm (bootloader-configuration-target): Use 'warning' instead of 'issue-deprecation-warning'.
gnu: xf86-video-freedreno: Add missing input. * gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
gnu: libzip: Fix CVE-2017-12858. * gnu/packages/patches/libzip-CVE-2017-12858.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/compression.scm (libzip)[source]: Use it.
gnu: srt2vtt: Update source URL. * gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
gnu: Give descriptive file-names for some Git sources. * gnu/packages/java.scm (classpath-devel)[source]: Set the file-name. * gnu/packages/guile.scm (guile-for-guile-emacs, guile-syntax-highlight)[source]: Likewise.
gnu: Fetch several Git sources over HTTPS. * gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL. * gnu/packages/audio.scm (ardour)[source]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise. * gnu/packages/gnome.scm (byzanz)[source]: Likewise. * gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise. * gnu/packages/java.scm (classpath)[source]: Likewise. * gnu/packages/microcom.scm (microcom)[source]: Likewise. * gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[source]: Likewise. * gnu/packages/shells.scm (rc)[source]: Likewise. * gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
gnu: youtube-dl: Update to 2017.08.27.1. * gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
gnu: iodine: Fix path to ifconfig. * gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.