summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | mtd-utils: Update to 2.0.2.•••* gnu/packages/linux.scm (mtd-utils): Update to 2.0.2. [arguments]: Remove 'test-target, 'make-flags. Re-enable 'configure phase. Add 'configure-flag for the unit-tests. [native-inputs]: Add cmocka, pkg-config. Efraim Flashner2018-11-101-8/+8
* | | | | | | | | | | | | | | | | | | gnu: f2fs-tools: Update to 1.11.0.•••* gnu/packages/linux.scm (f2fs-tools): Update to 1.11.0. Efraim Flashner2018-11-101-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | gnu: strace: Update to 4.25.•••* gnu/packages/linux.scm (strace): Update to 4.25. Marius Bakke2018-11-051-2/+2
* | | | | | | | | | | | | | | | | | gnu: linux-libre: Update to 4.19.1.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.1. (%linux-libre-hash): Update hash. Mark H Weaver2018-11-051-2/+2
* | | | | | | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.79.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.79. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-11-051-2/+2
* | | | | | | | | | | | | | | | | | gnu: iproute2: Update to 4.19.0.•••* gnu/packages/linux.scm (iproute): Update to 4.19.0. Tobias Geerinckx-Rice2018-10-241-2/+2
* | | | | | | | | | | | | | | | | | gnu: linux-libre: Update to 4.19.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19. (%linux-libre-hash): Update hash. (%linux-libre-4.18-patches): Rename to ... (%linux-libre-4.19-patches): ... this, and remove a patch that is no longer needed. (linux-libre, linux-libre-arm-generic, linux-libre-arm-omap2plus): Use %linux-libre-4.19-patches instead of %linux-libre-4.18-patches. * gnu/packages/aux-files/linux-libre/4.18-arm.conf, gnu/packages/aux-files/linux-libre/4.18-arm64.conf, gnu/packages/aux-files/linux-libre/4.18-i686.conf, gnu/packages/aux-files/linux-libre/4.18-x86_64.conf: Remove files. * gnu/packages/aux-files/linux-libre/4.19-arm.conf, gnu/packages/aux-files/linux-libre/4.19-arm64.conf, gnu/packages/aux-files/linux-libre/4.19-i686.conf, gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: New files. * Makefile.am (AUX_FILES): Adjust accordingly. Mark H Weaver2018-10-231-15/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | gnu: light: Update to 1.2.•••* gnu/packages/linux.scm (light): Update to 1.2. [source]: Switch to url-fetch. [arguments]: Remove. [native-inputs]: Remove help2man. Add autoconf and automake. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois2018-10-211-19/+11
* | | | | | | | | | | | | | | | | gnu: linux-libre: Update to 4.18.16.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.16. (%linux-libre-hash): Update hash. Mark H Weaver2018-10-211-2/+2
* | | | | | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.78.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.78. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-10-211-2/+2
* | | | | | | | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.135.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.135. Mark H Weaver2018-10-211-2/+2
* | | | | | | | | | | | | | | | | gnu: linux-libre@4.4: Update to 4.4.162.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.162. Mark H Weaver2018-10-211-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | gnu: rng-tools: Update to 6.6.•••* gnu/packages/linux.scm (rng-tools): Update to 6.6. Marius Bakke2018-10-211-2/+2
* | | | | | | | | | | | | | | | gnu: linux-libre: Update to 4.18.15.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.15. (%linux-libre-hash): Update hash. Mark H Weaver2018-10-181-2/+2
* | | | | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.77.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.77. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-10-181-2/+2
* | | | | | | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.134.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.134. Mark H Weaver2018-10-181-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | gnu: strace: Check before enabling personalities.•••* gnu/packages/linux.scm (strace)[arguments]: Add configure flag to check for personality support. Efraim Flashner2018-10-171-0/+2
* | | | | | | | | | | | | | | gnu: haveged: Teach the controversy.•••* gnu/packages/linux.scm (haveged)[description]: Suggest adding additional entropy sources. Tobias Geerinckx-Rice2018-10-151-1/+5
* | | | | | | | | | | | | | | gnu: linux-libre: Update to 4.18.14.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.14. (%linux-libre-hash): Update hash. Mark H Weaver2018-10-141-2/+2
* | | | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.76.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.76. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-10-141-2/+2
* | | | | | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.133.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.133. Mark H Weaver2018-10-141-2/+2
* | | | | | | | | | | | | | | gnu: linux-libre@4.4: Update to 4.4.161.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.161. Mark H Weaver2018-10-141-2/+2
* | | | | | | | | | | | | | | gnu: linux-libre: Update to 4.18.13.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.13. (%linux-libre-hash): Update hash. Mark H Weaver2018-10-101-2/+2
* | | | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.75.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.75. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-10-101-2/+2
* | | | | | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.132.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.132. Mark H Weaver2018-10-101-2/+2
* | | | | | | | | | | | | | | gnu: linux-libre@4.4: Update to 4.4.160.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.160. Mark H Weaver2018-10-101-2/+2
* | | | | | | | | | | | | | | gnu: tlp: Return #t from phases.•••* gnu/packages/linux.scm (tlp)[argument]: Return #t all from phases. Tobias Geerinckx-Rice2018-10-111-3/+6
* | | | | | | | | | | | | | | gnu: hdparm: Update to 9.56.•••* gnu/packages/linux.scm (hdparm): Update to 9.56. Tobias Geerinckx-Rice2018-10-101-2/+2
* | | | | | | | | | | | | | | gnu: perftest: Update to 4.4-0.4.•••* gnu/packages/linux.scm (perftest): Update to 4.4-0.4. Tobias Geerinckx-Rice2018-10-101-4/+4
* | | | | | | | | | | | | | | gnu: haveged: Mark up description.•••* gnu/packages/linux.scm (haveged)[description]: Use @dfn{} and split into two paragraphs. Tobias Geerinckx-Rice2018-10-101-3/+4
* | | | | | | | | | | | | | | gnu: haveged: Update to 1.9.4.•••* gnu/packages/linux.scm (haveged): Update to 1.9.4. [source]: Use GIT-FETCH and GIT-FILE-NAME from new (development) home. Tobias Geerinckx-Rice2018-10-101-6/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | gnu: linux-libre: Update to 4.18.12.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.12. (%linux-libre-hash): Update hash. Mark H Weaver2018-10-041-2/+2
* | | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.74.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.74. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-10-041-2/+2
* | | | | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.131.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.131. Mark H Weaver2018-10-041-2/+2
* | | | | | | | | | | | | | gnu: linux-libre: Update to 4.18.11.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.11. (%linux-libre-hash): Update hash. Mark H Weaver2018-09-291-2/+2
* | | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.73.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.73. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-09-291-2/+2
* | | | | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.130.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.130. Mark H Weaver2018-09-291-2/+2
* | | | | | | | | | | | | | gnu: linux-libre@4.4: Update to 4.4.159.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.159. Mark H Weaver2018-09-291-2/+2
* | | | | | | | | | | | | | gnu: rng-tools: Update to 6.5.•••* gnu/packages/linux.scm (rng-tools): Update to 6.5. Marius Bakke2018-09-281-2/+2
* | | | | | | | | | | | | | gnu: rng-tools: Don't use unstable tarball.•••* gnu/packages/linux.scm (rng-tools)[source]: Use GIT-FETCH. Marius Bakke2018-09-281-5/+5
* | | | | | | | | | | | | | gnu: rng-tools: Update home page.•••* gnu/packages/linux.scm (rng-tools)[home-page]: Set to URL mentioned in legacy wiki. Marius Bakke2018-09-281-1/+1
* | | | | | | | | | | | | | gnu: mbpfan: Don't use unstable tarball.•••* gnu/packages/linux.scm (mbpfan)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2018-09-281-5/+6
* | | | | | | | | | | | | | gnu: mbpfan: Update to 2.1.0.•••* gnu/packages/linux.scm (mbpfan): Update to 2.1.0. Tobias Geerinckx-Rice2018-09-281-4/+4
* | | | | | | | | | | | | | gnu: linux-libre: Update to 4.18.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.10. (%linux-libre-hash): Update hash. Mark H Weaver2018-09-271-2/+2
* | | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.72.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.72. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-09-271-2/+2
* | | | | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.129.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.129. Mark H Weaver2018-09-271-2/+2
* | | | | | | | | | | | | | gnu: linux-libre@4.4: Update to 4.4.158.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.158. Mark H Weaver2018-09-271-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | gnu: linux-libre: Update to 4.18.9.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.9. (%linux-libre-hash): Update hash. Mark H Weaver2018-09-201-2/+2
* | | | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.71.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.71. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-09-201-2/+2
* | | | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.128.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.128. Mark H Weaver2018-09-201-2/+2