summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add blktrace.•••* gnu/packages/linux.scm (blktrace): New variable. * gnu/packages/patches/blktrace-use-rmtree.patch: Add file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Vincent Legoll2020-03-201-0/+43
* gnu: linux-libre: Update to 5.4.26.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.26. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver2020-03-181-2/+2
* gnu: linux-libre@4.19: Update to 4.19.111.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.111. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver2020-03-181-2/+2
* gnu: bridge-utils: Update home page.•••* gnu/packages/linux.scm (bridge-utils)[home-page]: Follow (HTTPS) redirection. Tobias Geerinckx-Rice2020-03-171-2/+1
* gnu: wireless-tools: Use HTTPS home page.•••* gnu/packages/linux.scm (wireless-tools)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-171-1/+1
* gnu: linux-libre@4.19: Update to 4.19.110.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.110. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver2020-03-161-2/+2
* Revert "gnu: BlueZ: Update to 5.54."•••This reverts commit f24aaa81de8c709adfda2e89271c562a5ca8d959. This change caused too many rebuilds for the master branch. Leo Famulari2020-03-151-2/+11
* gnu: BlueZ: Update to 5.54.•••* gnu/packages/linux.scm (bluez): Update to 5.54. [replacement]: Remove field. (bluez/fixed): Remove variable. * gnu/packages/patches/bluez-CVE-2020-0556.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll2020-03-151-11/+2
* gnu: Add nvme-cli•••* gnu/packages/linux.scm (nvme-cli): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll2020-03-151-0/+30
* Merge branch 'master' into stagingMarius Bakke2020-03-141-11/+38
|\
| * gnu: BlueZ: Fix CVE-2020-0556.•••* gnu/packages/patches/bluez-CVE-2020-0556.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (bluez)[replacement]: New field. (bluez/fixed): New variable. Leo Famulari2020-03-131-0/+9
| * gnu: linux-libre: Update to 5.4.25.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.25. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver2020-03-121-2/+2
| * gnu: linux-libre@4.19: Update to 4.19.109.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.109. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver2020-03-121-2/+2
| * gnu: linux-libre@4.14: Update to 4.14.173.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.173. (linux-libre-4.14-pristine-source): Update hash. Mark H Weaver2020-03-121-2/+2
| * gnu: linux-libre@4.9: Update to 4.9.216.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.216. (linux-libre-4.9-pristine-source): Update hash. Mark H Weaver2020-03-121-2/+2
| * gnu: linux-libre@4.4: Update to 4.4.216.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.216. (linux-libre-4.4-pristine-source): Update hash. Mark H Weaver2020-03-121-2/+2
| * gnu: singularity: Do not use the "errors=remount-ro" squashfs option.•••This mount option stopped being supported with Linux-libre 5.4.5: http://ci.guix.gnu.org/build/2056359/details * gnu/packages/linux.scm (singularity)[source]: Remove "errors=remount-ro" mount option from source code. Ludovic Courtès2020-03-121-0/+6
| * gnu: singularity: Wrap programs so they find Coreutils.•••* gnu/packages/linux.scm (singularity)[arguments]: Add 'set-PATH' phase. Ludovic Courtès2020-03-121-1/+13
* | Merge branch 'master' into stagingMarius Bakke2020-03-111-1/+1
|\|
| * gnu: tlp: Use HTTPS home page.•••* gnu/packages/linux.scm (tlp)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-101-1/+1
* | Merge branch 'master' into stagingMarius Bakke2020-03-091-8/+27
|\|
| * gnu: libseccomp: Update to 2.4.3.•••* gnu/packages/linux.scm (libseccomp): Update to 2.4.3. [source]: Remove upstreamed patch. * gnu/packages/patches/libseccomp-open-aarch64.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2020-03-091-3/+2
| * gnu: eudev: Add variant with corrected Btrfs rules.•••Discussed at <https://bugs.gnu.org/39926>. * gnu/packages/linux.scm (eudev/btrfs-fix): New variable. * gnu/services/base.scm (<udev-configuration>)[udev]: Default to it. (udev-service): Likewise for #:udev. Ludovic Courtès2020-03-071-1/+21
| * gnu: linux-libre: Update to 5.4.24.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.24. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver2020-03-061-2/+2
| * gnu: linux-libre@4.19: Update to 4.19.108.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.108. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver2020-03-061-2/+2
* | Merge branch 'master' into stagingMarius Bakke2020-03-041-0/+46
|\|
| * gnu: linux: Add lsscsi.•••* gnu/packages/linux.scm (lsscsi): New variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> Vincent Legoll2020-03-031-0/+22
| * gnu: Add kexec-tools.•••* gnu/packages/linux.scm (kexec-tools): New variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Chris Marusich2020-03-031-0/+24
* | Merge branch 'master' into stagingMarius Bakke2020-03-021-10/+10
|\|
| * gnu: linux-libre: Update to 5.4.23.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.23. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver2020-02-281-2/+2
| * gnu: linux-libre@4.19: Update to 4.19.107.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.107. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver2020-02-281-2/+2
| * gnu: linux-libre@4.14: Update to 4.14.172.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.172. (linux-libre-4.14-pristine-source): Update hash. Mark H Weaver2020-02-281-2/+2
| * gnu: linux-libre@4.9: Update to 4.9.215.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.215. (linux-libre-4.9-pristine-source): Update hash. Mark H Weaver2020-02-281-2/+2
| * gnu: linux-libre@4.4: Update to 4.4.215.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.215. (linux-libre-4.4-pristine-source): Update hash. Mark H Weaver2020-02-281-2/+2
* | Merge branch 'master' into stagingMarius Bakke2020-02-281-2/+28
|\|
| * gnu: earlyoom: Update to 1.3.1.•••* gnu/packages/linux.scm (earlyoom): Update to 1.3.1. Maxim Cournoyer2020-02-281-45/+40
| * gnu: earlyoom: Update to latest commit to resolve a test failure.•••* gnu/packages/linux.scm (earlyoom): Update to commit 7bd4b2c9a285d2b9a4ef6e7a080e83ab95fcdeea. Maxim Cournoyer2020-02-271-40/+45
| * gnu: Add lttng-ust.•••* gnu/packages/linux.scm (lttng-ust): New variable. Pierre Neidhardt2020-02-271-0/+26
* | gnu: bluez: Update to 5.53.•••* gnu/packages/linux.scm (bluez): Update to 5.53. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brice Waegeneire2020-02-241-3/+3
* | gnu: ALSA: Update to 1.2.2.•••* gnu/packages/linux.scm (alsa-lib, alsa-utils, alsa-plugins): Update to 1.2.2. Marius Bakke2020-02-241-6/+6
* | Merge branch 'master' into stagingMarius Bakke2020-02-241-57/+138
|\|
| * gnu: linux-libre: Update to 5.4.22.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.22. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver2020-02-241-2/+2
| * gnu: linux-libre@4.19: Update to 4.19.106.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.106. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver2020-02-241-2/+2
| * gnu: cpuid: Update to 20200211.•••* gnu/packages/linux.scm (cpuid): Update to 20200211. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vincent Legoll2020-02-241-2/+2
| * gnu: linux-libre: Update to 5.4.21.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.21. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver2020-02-191-2/+2
| * gnu: linux-libre@4.19: Update to 4.19.105.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.105. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver2020-02-191-2/+2
| * gnu: btrfs-progs: Update to 5.4.1.•••* gnu/packages/linux.scm (btrfs-progs): Update to 5.4.1. Tobias Geerinckx-Rice2020-02-181-2/+2
| * gnu: ebtables: Update to 2.0.11.•••* gnu/packages/linux.scm (ebtables): Update to 2.0.11. [arguments]: Remove them all. Tobias Geerinckx-Rice2020-02-171-33/+3
| * gnu: haveged: Update to 1.9.8.•••* gnu/packages/linux.scm (haveged): Update to 1.9.8. Tobias Geerinckx-Rice2020-02-171-2/+2
| * gnu: Add rtl8812au-aircrack-ng-linux-module.•••* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): New public variable. Tobias Geerinckx-Rice2020-02-161-0/+46