summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* gnu: linux-libre: Update to 5.0.1.Mark H Weaver2019-03-11
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.1. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.28.Mark H Weaver2019-03-11
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.28. (%linux-libre-4.19-hash): Update hash.
* gnu: fuseiso: Fix typo in description.Pierre Neidhardt2019-03-07
| | | | * gnu/packages/linux.scm (fuseiso)[description]: Fix typo.
* gnu: nftables: Update to 0.9.0.Rutger Helling2019-03-07
| | | | | * gnu/packages/linux.scm (nftables): Update to 0.9.0. [arguments]: Add "--disable-man-doc" configure flag.
* gnu: linux-libre: Update to 5.0.Mark H Weaver2019-03-06
| | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0. (%linux-libre-hash): Update hash. (%linux-libre-4.20-patches): Rename to ... (%linux-libre-5.0-patches): ... this. (linux-libre, linux-libre-arm-generic, linux-libre-arm-omap2plus): Use %linux-libre-5.0-patches instead of %linux-libre-4.20-patches. * gnu/packages/aux-files/linux-libre/4.20-arm.conf, gnu/packages/aux-files/linux-libre/4.20-arm64.conf, gnu/packages/aux-files/linux-libre/4.20-i686.conf, gnu/packages/aux-files/linux-libre/4.20-x86_64.conf: Delete files. * gnu/packages/aux-files/linux-libre/5.0-arm.conf, gnu/packages/aux-files/linux-libre/5.0-arm64.conf, gnu/packages/aux-files/linux-libre/5.0-i686.conf, gnu/packages/aux-files/linux-libre/5.0-x86_64.conf: New files. * Makefile.am (AUX_FILES): Adjust accordingly.
* gnu: linux-libre@4.19: Update to 4.19.27.Mark H Weaver2019-03-06
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.27. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.105.Mark H Weaver2019-03-06
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.105. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.162.Mark H Weaver2019-03-06
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.162.
* gnu: fuseiso: Fix typo.Marius Bakke2019-03-06
| | | | * gnu/packages/linux.scm (fuseiso)[synopsis]: s/imsages/images.
* gnu: Add fuseiso.Pierre Neidhardt2019-03-06
| | | | * gnu/packages/linux.scm (fuseiso): New variable.
* gnu: singularity: Leave PATH unchanged.Ludovic Courtès2019-03-05
| | | | | | | | Previously 'singularity help' & co. would all fail on Guix System because Coreutils, grep, etc. were not found in $PATH. * gnu/packages/linux.scm (singularity)[source](snippet): Remove "PATH" setting from 'bin/singularity.in'.
* gnu: singularity: Patch 'Makefile.in' in a snippet.Ludovic Courtès2019-03-05
| | | | | | * gnu/packages/linux.scm (singularity)[source](snippet, modules): New fields. [arguments]: Remove 'disable-install-hook' phase.
* gnu: thinkfan: Let the build system handle rcscripts/.Tobias Geerinckx-Rice2019-03-05
| | | | | | | | | This moves them from /share/thinkfan to their conventional locations in /etc and /lib; the former was an arbitrary Guixism anyway. * gnu/packages/linux.scm (thinkfan)[arguments]: Re-write 'install-rc-scripts' as 'create-init-scripts' and move it after the 'unpack' phase.
* gnu: thinkfan: Update to 1.0.2.Tobias Geerinckx-Rice2019-03-05
| | | | | * gnu/packages/linux.scm (thinkfan): Update to 1.0.2. [arguments]: Adjust source directory.
* gnu: iucode-tool: Update to 2.3.1.Tobias Geerinckx-Rice2019-03-05
| | | | * gnu/packages/linux.scm (iucode-tool): Update to 2.3.1.
* gnu: f2fs-tools: Update to 1.12.0.Tobias Geerinckx-Rice2019-03-05
| | | | * gnu/packages/linux.scm (f2fs-tools): Update to 1.12.0.
* gnu: f2fs-tools: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-03-05
| | | | | * gnu/packages/linux.scm (f2fs-tools-1.7, f2fs-tools)[source]: Hard-code NAME.
* gnu: xfsprogs: Update to 4.20.0.Tobias Geerinckx-Rice2019-03-05
| | | | * gnu/packages/linux.scm (xfsprogs): Update to 4.20.0.
* gnu: libnftnl: Update to 1.1.2.Tobias Geerinckx-Rice2019-03-05
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.2.
* gnu: genext2fs: Update to 1.4.1-4.Tobias Geerinckx-Rice2019-03-05
| | | | | | * gnu/packages/linux.scm (genext2fs): Update to 1.4.1-4. [arguments]: Add 'apply-debian-patches' phase. [native-inputs]: Add autoconf and automake.
* gnu: btrfs-progs: Update to 4.20.2.Tobias Geerinckx-Rice2019-03-05
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.20.2.
* gnu: efibootmgr: Remove obsolete configure flag.Marius Bakke2019-03-01
| | | | * gnu/packages/linux.scm (efibootmgr)[arguments]: Don't override CFLAGS.
* gnu: efibootmgr: Don't use NAME in source URI.Marius Bakke2019-03-01
| | | | * gnu/packages/linux.scm (efibootmgr)[source](uri): Hard-code NAME.
* gnu: linux-libre: Update to 4.20.13.Mark H Weaver2019-02-27
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.13. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.26.Mark H Weaver2019-02-27
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.26. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.104.Mark H Weaver2019-02-27
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.104. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.161.Mark H Weaver2019-02-27
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.161.
* gnu: hdparm: Update to 9.58.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/linux.scm (hdparm): Update to 9.58.
* gnu: hdparm: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/linux.scm (hdparm)[source]: Hard-code NAME.
* gnu: powertop: Update to 2.10.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/linux.scm (powertop): Update to 2.10.
* gnu: acpid: Update to 2.0.31.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/linux.scm (acpid): Update to 2.0.31.
* gnu: linux-libre: Update to 4.20.12.Mark H Weaver2019-02-23
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.12. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.25.Mark H Weaver2019-02-23
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.25. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.103.Mark H Weaver2019-02-23
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.103. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.160.Mark H Weaver2019-02-23
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.160.
* gnu: linux-libre@4.4: Update to 4.4.176.Mark H Weaver2019-02-23
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.176.
* gnu: linux-libre: Update to 4.20.11.Mark H Weaver2019-02-21
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.11. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.24.Mark H Weaver2019-02-21
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.24. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.102.Mark H Weaver2019-02-21
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.102. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.159.Mark H Weaver2019-02-21
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.159.
* gnu: linux-libre@4.4: Update to 4.4.175.Mark H Weaver2019-02-21
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.175.
* gnu: fakeroot: Enable ACL support.Danny Milosavljevic2019-02-20
| | | | | * gnu/packages/linux.scm (fakeroot)[native-inputs]: Add acl. [arguments]<#:phases>[setenv]: New phase.
* gnu: archivemount: Use HTTPS home page.Tobias Geerinckx-Rice2019-02-19
| | | | * * gnu/packages/linux.scm (archivemount)[source, home-page]: Use HTTPS.
* gnu: archivemount: Update to 0.8.12.Tobias Geerinckx-Rice2019-02-19
| | | | * gnu/packages/linux.scm (archivemount): Update to 0.8.12.
* gnu: rng-tools: Update to 6.7.Tobias Geerinckx-Rice2019-02-19
| | | | | | * gnu/packages/linux.scm (rng-tools): Update to 6.7. [arguments]: Add ‘--without-pkcs11’ to #:configure-flags to avoid a new dependeny on libp11.
* gnu: linux-libre: Update to 4.20.10.Mark H Weaver2019-02-15
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.10. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.23.Mark H Weaver2019-02-15
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.23. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.101.Mark H Weaver2019-02-15
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.101. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.158.Mark H Weaver2019-02-15
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.158.
* gnu: linux-libre: Update to 4.20.8.Mark H Weaver2019-02-13
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.8. (%linux-libre-hash): Update hash.