summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
AgeCommit message (Collapse)Author
2021-10-05gnu: nvme-cli: Update to 1.15.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nvme-cli): Update to 1.15.
2021-10-05gnu: rng-tools: Update to 6.14.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rng-tools): Update to 6.14.
2021-10-05gnu: libseccomp: Update to 2.5.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libseccomp): Update to 2.5.2. [arguments]: Don't explicitly return #t from phases.
2021-10-05gnu: bridge-utils: Update to 1.7.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (bridge-utils): Update to 1.7.1. [source]: Update URL.
2021-10-05gnu: bridge-utils: Remove obsolete phases.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (bridge-utils)[arguments]: Remove all custom phases.
2021-10-04gnu: haveged: Don't build the static library.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged)[arguments]: Add "--disable-static" to the #:configure-flags.
2021-10-04gnu: haveged: Update to 1.9.15.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged): Update to 1.9.15.
2021-10-04gnu: btrfs-progs: Update to 5.14.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 5.14.1. [arguments]: Don't explicitly return #t from phases.
2021-10-03gnu: unionfs-fuse: Update to 2.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.2.
2021-10-02gnu: linux-libre 5.4: Update to 5.4.150.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.150. (linux-libre-5.4-pristine-source): Update hash.
2021-10-02gnu: linux-libre 5.10: Update to 5.10.70.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.70. (linux-libre-5.10-pristine-source): Update hash.
2021-10-02gnu: linux-libre: Update to 5.14.9.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.9. (linux-libre-5.14-pristine-source): Update hash.
2021-10-01gnu: rtl8812au-aircrack-ng-linux-module: Inherit from rtl8821ce-linux-module.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Inherit from the rtl8821ce-linux-module package and remove duplicate fields.
2021-10-01gnu: rtl8821ce-linux-module: Honour PARALLEL-BUILD?.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]: Spawn multiple build make jobs if requested.
2021-10-01gnu: rtl8821ce-linux-module: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]: Use CC-FOR-TARGET.
2021-10-01gnu: proot: Update to 5.2.0-alpha-0.a70023a and fix version string.Maxim Cournoyer
* gnu/packages/linux.scm (proot): Update to 5.2.0-alpha-0.a70023a. [tests?]: Reinstate tests for the aarch64-linux architecture. [phases]{patch-sources}: Reinstate the test-ssssssss.c test, fixed upstream. Set the VERSION Make variable, which is normally derived from invoking git. Delete the new test-docker.sh test file. Delete the known-to-be-failing test-cdd39012.sh and test-d92b57ca.sh test files. {check}: No longer set the PROOT_NO_SECCOMP environment variable as the upstream issue appears to have been resolved. [native-inputs]: Use the current coreutils package.
2021-09-30packages: Factorize and document 'computed-origin-method'.zimoun
The 'computed-origin-method' had been introduced to work around limitations of the 'snippet' mechanism. The procedure was duplicated, which made it hard to automatically detect packages using it. * guix/packages.scm (computed-origin-method): Move procedure from... * gnu/packages/gnuzilla.scm: ...here and... * gnu/packages/gnuzilla.scm: ...there. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-26gnu: linux-libre 4.4: Update to 4.4.285.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.285. (linux-libre-4.4-pristine-source): Update hash.
2021-09-26gnu: linux-libre 4.9: Update to 4.9.284.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.284. (linux-libre-4.9-pristine-source): Update hash.
2021-09-26gnu: linux-libre 4.14: Update to 4.14.248.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.248. (linux-libre-4.14-pristine-source): Update hash.
2021-09-26gnu: linux-libre 4.19: Update to 4.19.208.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.208. (linux-libre-4.19-pristine-source): Update hash.
2021-09-26gnu: linux-libre 5.4: Update to 5.4.149.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.149. (linux-libre-5.4-pristine-source): Update hash.
2021-09-26gnu: linux-libre 5.10: Update to 5.10.69.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.69. (linux-libre-5.10-pristine-source): Update hash.
2021-09-26gnu: linux-libre: Update to 5.14.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.8. (linux-libre-5.14-pristine-source): Update hash.
2021-09-25gnu: tlp: Update to 1.4.0.Nicolas Goaziou
* gnu/packages/linux.scm (tlp): Update to 1.4.0.
2021-09-25gnu: Consolidate duplicate copyright names.Greg Hogan
* gnu/packages/android.scm: Consolidate copyright lines with the same email address. * gnu/packages/code.scm: Likewise. * gnu/packages/cpp.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/file.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gps.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/web.scm: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-09-23gnu: Add xfs_repair-static.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (xfs_repair/static): New public variable.
2021-09-23gnu: Add xfsprogs-static.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (xfsprogs/static): New public variable.
2021-09-23gnu: xfsprogs: Build verbosely.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (xfsprogs)[arguments]: Add "V=1" to #:make-flags, and honour them in custom phases.
2021-09-23gnu: libinih: Build & install static libraries.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libinih)[outputs]: Add "static". [arguments]: Substitute "-Ddefault_library=both" for the "-Ddefault_library=shared" configure flag. Add a new 'separate-static phase.
2021-09-23gnu: linux-libre 4.4: Update to 4.4.284.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.284. (linux-libre-4.4-pristine-source): Update hash.
2021-09-23gnu: linux-libre 4.9: Update to 4.9.283.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.283. (linux-libre-4.9-pristine-source): Update hash.
2021-09-23gnu: linux-libre 4.14: Update to 4.14.247.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.247. (linux-libre-4.14-pristine-source): Update hash.
2021-09-23gnu: linux-libre 4.19: Update to 4.19.207.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.207. (linux-libre-4.19-pristine-source): Update hash.
2021-09-23gnu: linux-libre 5.4: Update to 5.4.148.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.148. (linux-libre-5.4-pristine-source): Update hash.
2021-09-23gnu: linux-libre 5.10: Update to 5.10.68.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.68. (linux-libre-5.10-pristine-source): Update hash.
2021-09-23gnu: linux-libre 5.14: Update to 5.14.7.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.7. (linux-libre-5.14-pristine-source): Update hash.
2021-09-22Revert hasty kernel updates.Leo Famulari
This reverts commits 443740b4caba2791193e6282c02c074d6e21e373 and ce45cd6f77b048e3323a9a31a3968649a5639f58^..04549103671a1e3005f2e80e604b743a5afb7e71. For more information, see this mailing list thread: https://lists.gnu.org/archive/html/guix-devel/2021-09/msg00234.html It makes 5.14.6 the "default" kernel version.
2021-09-22gnu: linux-libre 4.4: Update to 4.4.284.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.284. (linux-libre-4.4-pristine-source): Update hash.
2021-09-22gnu: linux-libre 4.9: Update to 4.9.283.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.283. (linux-libre-4.9-pristine-source): Update hash.
2021-09-22gnu: linux-libre 4.14: Update to 4.14.247.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.247. (linux-libre-4.14-pristine-source): Update hash.
2021-09-22gnu: linux-libre 4.19: Update to 4.19.207.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.207. (linux-libre-4.19-pristine-source): Update hash.
2021-09-22gnu: linux-libre 5.4: Update to 5.4.148.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.148. (linux-libre-5.4-pristine-source): Update hash.
2021-09-22gnu: linux-libre 5.10: Update to 5.10.68.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.68. (linux-libre-5.10-pristine-source): Update hash.
2021-09-22gnu: linux-libre: Update to 5.14.7.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.13-version, linux-libre-5.13-gnu-revision, linux-libre-5.13-pristine-source, linux-libre-5.13-source, linux-libre-headers-5.13, linux-libre-5.13): Remove variables. (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Use 5.14. * gnu/packages/aux-files/linux-libre/5.13-arm.conf, gnu/packages/aux-files/linux-libre/5.13-arm64.conf, gnu/packages/aux-files/linux-libre/5.13-i686.conf, gnu/packages/aux-files/linux-libre/5.13-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
2021-09-22gnu: linux-libre 5.14: Update to 5.14.7.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.7. (linux-libre-5.14-pristine-source): Update hash.
2021-09-21gnu: ntfs-3g: Update to 2021.8.22 [security fixes].Leo Famulari
The upstream security advisory is named NTFS3G-SA-2021-0001. Fixes CVE-2021-33285, CVE-2021-35269, CVE-2021-35268, CVE-2021-33289, CVE-2021-33286, CVE-2021-35266, CVE-2021-33287, CVE-2021-35267, CVE-2021-39251, CVE-2021-39252, CVE-2021-39253, CVE-2021-39254, CVE-2021-39255, CVE-2021-39256, CVE-2021-39257, CVE-2021-39258, CVE-2021-39259, CVE-2021-39260, CVE-2021-39261, CVE-2021-39262, CVE-2021-39263. For more information: https://seclists.org/oss-sec/2021/q3/139 * gnu/packages/linux.scm (ntfs-3g): Update to 2021.8.22. [source]: Remove obsolete patch. * gnu/packages/patches/ntfs-3g-CVE-2019-9755.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-09-19gnu: linux-libre 5.10: Update to 5.10.67.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.67. (linux-libre-5.10-pristine-source): Update hash.
2021-09-19gnu: linux-libre: Update to 5.13.19.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.19. (linux-libre-5.13-pristine-source): Update hash.
2021-09-19gnu: linux-libre 5.14: Update to 5.14.6.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.6. (linux-libre-5.14-pristine-source): Update hash.