gnu: linux-libre: Update to 3.17.3 * gnu/packages/linux.scm (linux-libre): Update to version 3.17.3.
gnu: Add Tiled. * gnu/packages/games.scm (tiled): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: guix: Update snapshot. * gnu/packages/package-management.scm (guix-devel): Update snapshot.
services: user-unmount: Change directory to "/" before unmounting. * gnu/services/base.scm (user-unmount-service): Add 'chdir' call.
artwork: Update snapshot. * gnu/artwork.scm (%artwork-repository): Update.
gnu: file: Add itself as a native input for cross-compilation. Fixes a regression introduced in c198872b. Reported by John Darrington. * gnu/packages/file.scm (file)[self-native-input?]: New field.
gnu: aegis, quilt: Use file-5.20. Suggested by Mark H Weaver. * gnu/packages/version-control.scm (aegis): Use FILE-5.20 instead of FILE. * gnu/packages/patchutils.scm (quilt): Likewise.
gnu: file: Remove replacement; add separate file-5.20 package. * gnu/packages/file.scm (file)[replacement]: Remove. (file/fixed): Remove. (file-5.20): New variable.
gnu: net-base: Update to 5.3. Reported by nebuli on #guix. * gnu/packages/admin.scm (net-base): Update to 5.3.
gnu: lsof: Update to 4.88. Reported by nebuli on #guix. * gnu/packages/lsof.scm (%ftp-base): New variable. (lsof): Update to 4.88. Add /OLD as alternate URL.
vm: Set the boot flag on the root partition. Reported by nebuli on #guix. * gnu/build/vm.scm (initialize-partition-table): Add #:bootable? parameter and honor it. (initialize-hard-disk): Likewise.
linux-boot: Make more disk partition block devices. Reported by nebuli on #guix. * gnu/build/linux-boot.scm (make-disk-device-nodes): Make 16 block devices for disk partitions.
gnu: file: Add 5.20 as a replacement--fixes CVE-2014-3710. * gnu/packages/file.scm (file)[replacement]: New field. (file/fixed): New variable.
gnu: file: Fix typo in description. * gnu/packages/file.scm (file)[description]: Fix typo.
linux-initrd: Add modules for ATA controllers by default. Reported by th3kent on #guix. * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add pata_acpi.ko and pata_atiixp.ko.
gnu: chicken: Update to 4.9.0.1. * gnu/packages/scheme.scm (chicken): Update to 4.9.0.1.
gnu: gnutls: Update to 3.2.20--this fixes CVE-2014-8564. * gnu/packages/patches/gnutls-server-name-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnutls.scm (gnutls): Update to 3.2.20. Remove 'patches' field.
gnu: guix: Add Emacs as an input. * gnu/packages/package-management.scm (guix-0.7)[native-inputs]: Add Emacs.
gnu: windowmaker: Leave 'wmaker' unwrapped. Fixes <http://bugs.gnu.org/18698>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/gnustep.scm (windowmaker)[arguments]: Add 'pre-configure' phase. Change 'wrap' phase to wrap 'wmaker.inst', not 'wmaker'.
services: xorg: Set argv[0] for the window manager. * gnu/services/xorg.scm (xinitrc): Set argv[0] when invoking ratpoison or wmaker.