gnu: sysfsutils-1: Remove --build from configure flags. This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892, "build-system/gnu: Pass --build=<triplet> to configure by default" * gnu/packages/linux.scm (sysfsutils-1)[arguments]: Remove field.
gnu: linux-libre: Update to 4.1.1. * gnu/packages/linux.scm (linux-libre): Update to 4.1.1.
gnu: linux-libre: Update to 4.1. * gnu/packages/linux.scm (linux-libre): Update to 4.1. [inputs]: Remove gcc-4.9, since it is now the default compiler. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: Update to 4.1 configs from <https://jxself.org/git/?p=kernel-configs.git>.
gnu: mdadm: Add compilation fix for gcc-4.9. * gnu/packages/patches/mdadm-gcc-4.9-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (mdadm): Add patch.
Merge branch 'master' into core-updates
gnu: linux-libre: Update to 4.0.5. * gnu/packages/linux.scm (linux-libre): Update to 4.0.5.
gnu: linux-libre-headers: Do not retain reference to the bootstrap tools. * gnu/packages/linux.scm (linux-libre-headers)[install-phase]: Remove ".install" files from the output. [arguments]: Add #:allowed-references.
Merge branch 'master' into gtk-rebuild
gnu: bluez: Install the library and header files. * gnu/packages/linux.scm (bluez)[arguments]: Add --enable-library to #:configure-flags.
Merge branch 'master' into gtk-rebuild Conflicts: gnu/packages/gtk.scm
gnu: fuse: Add fix for CVE-2015-3202. * gnu/packages/patches/fuse-CVE-2015-3202.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (fuse): Add patch.
gnu: linux-libre: Update to 4.0.4. * gnu/packages/linux.scm (linux-libre): Update to 4.0.4.
gnu: linux-libre: Update to 4.0.3. * gnu/packages/linux.scm (linux-libre): Update to 4.0.3.
gnu: e2fsprogs: Remove references to linux-libre-headers. This removes the final linux-libre-headers and its references (including bootstrap-binaries) from the closure. * gnu/packages/linux.scm (e2fsprogs)[arguments]: Augment 'install-libs' phase to make .a files writable.
gnu: linux-libre: Update to 4.0.2. * gnu/packages/patches/linux-libre-libreboot-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (linux-libre): Update to 4.0.2. Remove patch.
gnu: bridge-utils: Fix build system. * gnu/packages/linux.scm (bridge-utils): Patch source to fix compilation error. Patch Makefile to fail in case of future compilation errors.
gnu: Add bluez. * gnu/packages/linux.scm (bluez): New variable.
gnu: linux-libre: Update to 4.0.1. * gnu/packages/linux.scm (linux-libre): Update to 4.0.1.
gnu: Add libaio. * gnu/packages/linux.scm (libaio): New variable.
Merge branch 'core-updates'