summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
AgeCommit message (Expand)Author
2020-03-21gnu: blktrace: Update to db4f634....* gnu/packages/linux.scm (blktrace): Update to db4f634. [revision]: Increment variable. [patches]: Remove variable. * gnu/packages/patches/blktrace-use-rmtree.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-03-20gnu: 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 Legoll
2020-03-18gnu: 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 Weaver
2020-03-18gnu: 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 Weaver
2020-03-17gnu: bridge-utils: Update home page....* gnu/packages/linux.scm (bridge-utils)[home-page]: Follow (HTTPS) redirection. Tobias Geerinckx-Rice
2020-03-17gnu: wireless-tools: Use HTTPS home page....* gnu/packages/linux.scm (wireless-tools)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-16gnu: 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 Weaver
2020-03-15Revert "gnu: BlueZ: Update to 5.54."...This reverts commit f24aaa81de8c709adfda2e89271c562a5ca8d959. This change caused too many rebuilds for the master branch. Leo Famulari
2020-03-15gnu: 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 Legoll
2020-03-15gnu: Add nvme-cli...* gnu/packages/linux.scm (nvme-cli): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll
2020-03-14Merge branch 'master' into stagingMarius Bakke
2020-03-13gnu: 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 Famulari
2020-03-12gnu: 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 Weaver
2020-03-12gnu: 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 Weaver
2020-03-12gnu: 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 Weaver
2020-03-12gnu: 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 Weaver
2020-03-12gnu: 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 Weaver
2020-03-12gnu: 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ès
2020-03-12gnu: singularity: Wrap programs so they find Coreutils....* gnu/packages/linux.scm (singularity)[arguments]: Add 'set-PATH' phase. Ludovic Courtès
2020-03-11Merge branch 'master' into stagingMarius Bakke
2020-03-10gnu: tlp: Use HTTPS home page....* gnu/packages/linux.scm (tlp)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-09Merge branch 'master' into stagingMarius Bakke
2020-03-09gnu: 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-Rice
2020-03-07gnu: 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ès
2020-03-06gnu: 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 Weaver
2020-03-06gnu: 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 Weaver
2020-03-04Merge branch 'master' into stagingMarius Bakke
2020-03-03gnu: linux: Add lsscsi....* gnu/packages/linux.scm (lsscsi): New variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> Vincent Legoll
2020-03-03gnu: Add kexec-tools....* gnu/packages/linux.scm (kexec-tools): New variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Chris Marusich
2020-03-02Merge branch 'master' into stagingMarius Bakke
2020-02-28gnu: 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 Weaver
2020-02-28gnu: 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 Weaver
2020-02-28gnu: 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 Weaver
2020-02-28gnu: 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 Weaver
2020-02-28gnu: 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 Weaver
2020-02-28Merge branch 'master' into stagingMarius Bakke
2020-02-28gnu: earlyoom: Update to 1.3.1....* gnu/packages/linux.scm (earlyoom): Update to 1.3.1. Maxim Cournoyer
2020-02-27gnu: earlyoom: Update to latest commit to resolve a test failure....* gnu/packages/linux.scm (earlyoom): Update to commit 7bd4b2c9a285d2b9a4ef6e7a080e83ab95fcdeea. Maxim Cournoyer
2020-02-27gnu: Add lttng-ust....* gnu/packages/linux.scm (lttng-ust): New variable. Pierre Neidhardt
2020-02-24gnu: bluez: Update to 5.53....* gnu/packages/linux.scm (bluez): Update to 5.53. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brice Waegeneire
2020-02-24gnu: ALSA: Update to 1.2.2....* gnu/packages/linux.scm (alsa-lib, alsa-utils, alsa-plugins): Update to 1.2.2. Marius Bakke
2020-02-24Merge branch 'master' into stagingMarius Bakke
2020-02-24gnu: 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 Weaver
2020-02-24gnu: 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 Weaver
2020-02-24gnu: cpuid: Update to 20200211....* gnu/packages/linux.scm (cpuid): Update to 20200211. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vincent Legoll
2020-02-19gnu: 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 Weaver
2020-02-19gnu: 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 Weaver
2020-02-18gnu: btrfs-progs: Update to 5.4.1....* gnu/packages/linux.scm (btrfs-progs): Update to 5.4.1. Tobias Geerinckx-Rice
2020-02-17gnu: ebtables: Update to 2.0.11....* gnu/packages/linux.scm (ebtables): Update to 2.0.11. [arguments]: Remove them all. Tobias Geerinckx-Rice
2020-02-17gnu: haveged: Update to 1.9.8....* gnu/packages/linux.scm (haveged): Update to 1.9.8. Tobias Geerinckx-Rice