aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* gnu: linux-libre@4.14: Update to 4.14.47.Mark H Weaver2018-05-31
| | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.47. (%linux-libre-4.14-hash): Update hash. (linux-libre-arm-generic-4.14, linux-libre-arm-omap2plus-4.14) (linux-libre-4.14): Remove patch.
* gnu: linux-libre@4.9: Update to 4.9.105.Mark H Weaver2018-05-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.105. Remove patch.
* gnu: linux-libre@4.4: Update to 4.4.135.Mark H Weaver2018-05-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.135. Remove patch.
* gnu: linux-libre: Revert bad upstream patch in 4.14/4.9/4.4 kernels.Mark H Weaver2018-05-31
| | | | | | | | | | Apply the 1-line revert from upstream that was the sole fix in 4.14.47, 4.9.105, and 4.4.135. Here we cherry-pick the patch until the corresponding linux-libre versions are released. * gnu/packages/linux.scm (linux-libre-4.14, linux-libre-4.9) (linux-libre-arm-generic-4.14, linux-libre-arm-omap2plus-4.14) (linux-libre-4.4): Add the patch.
* gnu: linux-libre: Update to 4.16.13.Mark H Weaver2018-05-30
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.13. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.46.Mark H Weaver2018-05-30
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.46. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.104.Mark H Weaver2018-05-30
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.104.
* gnu: linux-libre@4.4: Update to 4.4.134.Mark H Weaver2018-05-30
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.134.
* gnu: linux-libre@4.1: Update to 4.1.52.Mark H Weaver2018-05-29
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.52.
* gnu: Add singularity.Ricardo Wurmus2018-05-28
| | | | * gnu/packages/linux.scm (singularity): New variable.
* gnu: linux-libre: Update to 4.16.12.Mark H Weaver2018-05-27
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.12. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.44.Mark H Weaver2018-05-27
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.44. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.103.Mark H Weaver2018-05-27
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.103.
* gnu: linux-libre@4.4: Update to 4.4.133.Mark H Weaver2018-05-27
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.133.
* gnu: ntfs-3g: Link 'mount.ntfs' to 'mount.ntfs-3g'.Pierre Neidhardt2018-05-24
| | | | | | * gnu/packages/linux.scm (ntfs-3g)[arguments]: Add #:phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre: Update to 4.16.11.Mark H Weaver2018-05-24
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.11. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.43.Mark H Weaver2018-05-24
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.43. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.102.Mark H Weaver2018-05-24
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.102.
* gnu: procps: Update to 3.3.15 [fixes CVE-2018-{1122,1123,1124,1125,1126}].Leo Famulari2018-05-23
| | | | * gnu/packages/linux.scm (procps): Update to 3.3.15.
* gnu: procps: Update to 3.3.14.Leo Famulari2018-05-21
| | | | | | * gnu/packages/linux.scm (procps): Update to 3.3.14. [arguments]: Remove obsolete phase 'disable-strtod-test' because the change has been upstreamed.
* gnu: linux-libre: Update to 4.16.10.Mark H Weaver2018-05-21
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.10. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.42.Mark H Weaver2018-05-21
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.42. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.101.Mark H Weaver2018-05-21
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.101.
* gnu: linux-libre: Enable build for aarch64-linux.Vagrant Cascadian2018-05-21
| | | | | | | | | * gnu/packages/linux.scm (%linux-compatible-systems): Add aarch64-linux. (linux-libre-4.14): Limit to x86_64-linux, i686-linux and armhf-linux. * gnu/packages/aux-files/linux-libre/4.16-arm64.conf: New file. * Makefile.am (AUX_FILES): Add 4.16-arm64.conf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre: Use "make dtbs_install" to install device tree files.Vagrant Cascadian2018-05-20
| | | | | | | * gnu/packages/linux.scm (make-linux-libre): Use "make dtbs_install" to install device tree files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre: Update to 4.16.9.Mark H Weaver2018-05-17
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.9. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.41.Mark H Weaver2018-05-17
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.41. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.100.Mark H Weaver2018-05-17
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.100.
* gnu: linux-libre@4.4: Update to 4.4.132.Mark H Weaver2018-05-17
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.132.
* gnu: libnftnl: Update to 1.1.0.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.0.
* gnu: rng-tools: Use INVOKE.Tobias Geerinckx-Rice2018-05-17
| | | | | * gnu/packages/linux.scm (rng-tools)[arguments]: Substitute INVOKE for SYSTEM* and explicitly return #t from phase.
* gnu: rng-tools: Update to 6.2.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.2.
* gnu: usbutils: Update to 010.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/linux.scm (usbutils): Update to 010.
* gnu: linux-libre: Update to 4.16.8.Mark H Weaver2018-05-12
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.8. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.40.Mark H Weaver2018-05-12
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.40. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.99.Mark H Weaver2018-05-12
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.99.
* gnu: Add f2fs-tools@1.7.0.Danny Milosavljevic2018-05-09
| | | | | * gnu/packages/linux.scm (f2fs-tools-1.7): New variable. (f2fs-tools): Inherit from f2fs-tools-1.7.
* gnu: strace: Fix build failure on Linux-Libre 4.16.Marius Bakke2018-05-06
| | | | | | * gnu/packages/patches/strace-kernel-4.16.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/linux.scm (strace)][source](patches): New field.
* gnu: linux-libre: Update to 4.16.7.Mark H Weaver2018-05-03
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.7. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.39.Mark H Weaver2018-05-03
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.39. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.98.Mark H Weaver2018-05-03
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.98.
* gnu: linux-libre@4.4: Update to 4.4.131.Mark H Weaver2018-05-03
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.131.
* gnu: inotify-tools: Update to 3.20.1.Marius Bakke2018-05-02
| | | | | | | | * gnu/packages/linux.scm (inotify-tools): Update to 3.20.1. [source]: Download from new home. Set file-name. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL. [arguments]: Add 'bootstrap' phase. [home-page]: Update to redirected.
* Merge branch 'staging'Marius Bakke2018-04-30
|\
| * Merge branch 'master' into stagingMarius Bakke2018-04-25
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2018-04-16
| |\ \
| * | | gnu: eudev: Update to 3.2.5.Marius Bakke2018-04-16
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (eudev): Update to 3.2.5. [source](uri): Use tarball instead of zipball. [source](file-name): Adjust accordingly.
| * | | gnu: alsa-plugins: Update to 1.1.6.Marius Bakke2018-04-15
| | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-plugins): Update to 1.1.6.
| * | | gnu: alsa-utils: Update to 1.1.6.Marius Bakke2018-04-15
| | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-utils): Update to 1.1.6.
| * | | gnu: alsa-lib: Update to 1.1.6.Marius Bakke2018-04-15
| | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-lib): Update to 1.1.6.