gnu: youtube-dl: Update to 2017.02.28. * gnu/packages/video.scm (youtube-dl): Update to 2017.02.28.
gnu: iproute2: Use @command in description. * gnu/packages/linux.scm (iproute2)[description]: Use @command mark-up when referring to the separate tools.
gnu: vdirsyncer: Update to 0.15.0. * gnu/packages/dav.scm (vdirsyncer): Update to 0.15.0. [source]: Remove obsolete patch 'vdirsyncer-test-suite-slow-machines.patch'. * gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
gnu: icedtea-6: Modify certificate import to not fail for icedtea-8. Co-authored-by: Roel Janssen <roel@gnu.org> * gnu/packages/java.scm (icedtea-6)[arguments]: Do not fail install-keystore phase when attempting to import unsupported certificate types. Also ensure that the keystore is able to be written to before copying it. (icedtea-8)[arguments]: Restore "install-keystore" phase.
gnu: graphicsmagick: Add comment about CVE-2017-6335. * gnu/packages/imagemagick.scm (graphicsmagick): Add comment.
gnu: notmuch: Update to 0.23.7. * gnu/packages/mail.scm (notmuch, python2-notmuch): Update to 0.23.7.
gnu: maim: Update to 4.4.60. * gnu/packages/xdisorg.scm (maim): Update to 4.4.60.
gnu: slop: Update to 5.3.37. * gnu/packages/xdisorg.scm (slop): Update to 5.3.37.
gnu: re2: Update to 2017-03-01. * gnu/packages/regex.scm (re2): Update to 2017-03-01.
gnu: sessreg: Update to 1.1.1. * gnu/packages/xorg.scm (sessreg): Update to 1.1.1.
gnu: jemalloc: Update to 4.5.0. * gnu/packages/jemalloc.scm (jemalloc): Update to 4.5.0.
gnu: Add blists. * gnu/packages/mail.scm (blists): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: Add unrar. * gnu/packages/compression.scm (unrar): New variable.
file-systems: Add FAT32 support. * gnu/build/file-systems.scm (%fat32-endianness, fat32-superblock?, read-fat32-superblock, fat32-superblock-uuid, fat32-uuid->string, fat32-superblock-volume-name, check-fat32-file-system): New variables. (%partition-label-readers, %partition-uuid-readers, check-file-system): Add fat support. (latin1->string): New variable. (null-terminated-latin1->string): Use latin1->string.
gnu: mumble: Build with 'murmur' server component. * gnu/packages/telephony.scm (mumble)[arguments]: Build 'murmur'. Remove 'no-server' and add 'no-ice' to "configure" phase. [description]: Add a sentence about mumble and murmur. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: enlightenment: Update to 0.21.6. * gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.6.
gnu: octave: Update to 4.2.1. * gnu/packages/maths.scm (octave): Update to 4.2.1.
gnu: Add lush2. * gnu/packages/lisp.scm (lush2): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
vm: Improve readability of run-vm.sh generation. * gnu/system/vm.scm (common-qemu-options, system-qemu-image/shared-store-script): Improve readability.
vm: Remove hard coded kernel file name. * gnu/system/vm.scm (system-qemu-image/shared-store-script, expression->derivation-in-linux-vm): Use operating-system-kernel-file and system-linux-image-file-name. * gnu/system.scm (system-linux-image-file-name): Add ARM.