Age | Commit message (Expand) | Author |
2020-09-06 | gnu: linux-libre: Enforce the use of the correct deblobbing scripts....* gnu/packages/linux.scm (deblob-scripts-5.8, deblob-scripts-5.4,
deblob-scripts-4.19, deblob-scripts-4.14, deblob-scripts-4.9,
deblob-scripts-4.4): Use the respective LINUX-LIBRE-X.Y-VERSION variables.
| Leo Famulari |
2020-09-06 | gnu: Do not truncate the version of the linux-libre deblobbing script file na......* gnu/packages/linux.scm (linux-libre-deblob-scripts): Use VERSION instead of
VERSION-MAJOR+MINOR.
| Leo Famulari |
2020-09-06 | gnu: linux-libre: Update to 5.8.7....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.7.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.7.
| Mark H Weaver |
2020-09-06 | gnu: linux-libre@5.4: Update to 5.4.63....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.63.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.63.
| Mark H Weaver |
2020-09-04 | gnu: linux-libre: Validate that the cleaned up tarball is free of blobs....* gnu/packages/linux.scm (make-linux-libre-source): Call the deblob-check
script on the generated tarball archive with the --use-awk and --list-blobs
options.
| Maxim Cournoyer |
2020-09-04 | gnu: make-linux-libre-source: Set output port buffering to line mode....* gnu/packages/linux.scm (make-linux-libre-source): Set output port buffering
to line mode via setvbuf. Remove the ad-hoc calls to force-output.
| Maxim Cournoyer |
2020-09-03 | gnu: linux-libre: Use Python 3 in make-linux-libre-source....Successfully tested with all of the linux-libre versions we carry in Guix:
4.4.234, 4.9.234, 4.14.195, 4.19.142, 5.4.61 and 5.8.5.
* gnu/packages/linux.scm (make-linux-libre-source): Replace python-2 by
python-wrapper. Do not set the PYTHON environment variable, which is not
required when using python-wrapper.
| Maxim Cournoyer |
2020-09-03 | gnu: linux-libre: Update to 5.8.6....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.6.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.6.
| Mark H Weaver |
2020-09-03 | gnu: linux-libre@5.4: Update to 5.4.62....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.62.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.62.
| Mark H Weaver |
2020-09-03 | gnu: linux-libre@4.19: Update to 4.19.143....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.143.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.143.
| Mark H Weaver |
2020-09-03 | gnu: linux-libre@4.14: Update to 4.14.196....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.196.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.196.
| Mark H Weaver |
2020-09-03 | gnu: linux-libre@4.9: Update to 4.9.235....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.235.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.235.
| Mark H Weaver |
2020-09-03 | gnu: linux-libre@4.4: Update to 4.4.235....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.235.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.235.
| Mark H Weaver |
2020-09-02 | gnu: xfsprogs: Update to 5.7.0....* gnu/packages/linux.scm (xfsprogs): Update to 5.7.0.
| Efraim Flashner |
2020-09-01 | gnu: %default-extra-linux-options: Enable kernel options for elogind service....Fixes: https://issues.guix.gnu.org/43078
These options are already enabled in the kernel configs included in guix, but
might be missing from variants using a defconfig from the upstream kernel,
such as linux-libre-arm-generic and linux-libre-arm64-generic.
* gnu/packages/linux (%default-extra-linux-options): Enable
CONFIG_CGROUP_FREEZER, CONFIG_BLK_CGROUP, CONFIG_CGROUP_WRITEBACK,
CONFIG_CGROUP_SCHED, CONFIG_CGROUP_PIDS, CONFIG_CGROUP_FREEZER,
CONFIG_CGROUP_DEVICE, CONFIG_CGROUP_CPUACCT, CONFIG_CGROUP_PERF,
CONFIG_SOCK_CGROUP_DATA, CONFIG_BLK_CGROUP_IOCOST, CONFIG_CGROUP_NET_PRIO,
CONFIG_CGROUP_NET_CLASSID, CONFIG_MEMCG, CONFIG_MEMCG_SWAP,
CONFIG_MEMCG_KMEM, CONFIG_CPUSETS and CONFIG_PROC_PID_CPUSET.
| Vagrant Cascadian |
2020-09-01 | gnu: wireless-regdb: Update to 2020.04.29....* gnu/packages/linux.scm (wireless-regdb): Update to 2020.04.29.
| Efraim Flashner |
2020-08-30 | gnu: Remove linux-libre 5.7....The 5.7 kernel series is no longer supported upstream.
* gnu/packages/linux.scm (deblob-scripts-5.7, linux-libre-5.7-version,
linux-libre-5.7-pristine-source, linux-libre-5.7-source,
linux-libre-headers-5.7, linux-libre-5.7) Remove variables.
* gnu/packages/aux-files/linux-libre/5.7-arm.conf,
gnu/packages/aux-files/linux-libre/5.7-arm64.conf,
gnu/packages/aux-files/linux-libre/5.7-i686.conf,
gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
| Leo Famulari |
2020-08-27 | gnu: linux-libre: Update to 5.8.5....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.5.
(linux-libre-5.8-pristine-source): Update hash.
| Mark H Weaver |
2020-08-27 | gnu: linux-libre@5.7: Update to 5.7.19....* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.19.
(linux-libre-5.7-pristine-source): Update hash.
| Mark H Weaver |
2020-08-26 | gnu: linux-libre@5.7: Update to 5.7.18....* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.18.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.18.
| Mark H Weaver |
2020-08-26 | gnu: linux-libre@5.4: Update to 5.4.61....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.61.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.61.
| Mark H Weaver |
2020-08-26 | gnu: linux-libre@4.19: Update to 4.19.142....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.142.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.142.
| Mark H Weaver |
2020-08-26 | gnu: linux-libre@4.14: Update to 4.14.195....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.195.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.195.
| Mark H Weaver |
2020-08-26 | gnu: linux-libre@4.9: Update to 4.9.234....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.234.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.234.
| Mark H Weaver |
2020-08-26 | gnu: linux-libre@4.4: Update to 4.4.234....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.234.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.234.
| Mark H Weaver |
2020-08-26 | gnu: linux-libre: Update to 5.8.4....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.4.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.4.
| Mark H Weaver |
2020-08-26 | gnu: pipewire: Update to 0.3.10....* gnu/packages/linux.scm (pipewire): Update to 0.3.10.
[arguments]: Set the ‘udevrulesdir’ configure flag.
| Tobias Geerinckx-Rice |
2020-08-24 | gnu: Remove duplicated linux-libre-arm64-generic-5.8....This fixes a test failure in "fold-available-packages with/without cache".
* gnu/packages/linux.scm (linux-libre-arm64-generic-5.8): Remove it as it
duplicates linux-libre-arm64-generic.
| Mathieu Othacehe |
2020-08-21 | gnu: linux-libre@4.9: Update to 4.9.233....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.233.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.232.
| Mark H Weaver |
2020-08-21 | gnu: linux-libre@4.4: Update to 4.4.233....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.233.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.232.
| Mark H Weaver |
2020-08-21 | gnu: linux-libre: Update to 5.8.3....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.3.
(linux-libre-5.8-pristine-source): Update hash.
| Mark H Weaver |
2020-08-21 | gnu: linux-libre@5.7: Update to 5.7.17....* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.17.
(linux-libre-5.7-pristine-source): Update hash.
| Mark H Weaver |
2020-08-21 | gnu: linux-libre@5.4: Update to 5.4.60....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.60.
(linux-libre-5.4-pristine-source): Update hash.
| Mark H Weaver |
2020-08-21 | gnu: linux-libre@4.19: Update to 4.19.141....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.141.
(linux-libre-4.19-pristine-source): Update hash.
| Mark H Weaver |
2020-08-21 | gnu: linux-libre@4.14: Update to 4.14.194....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.194.
(linux-libre-4.14-pristine-source): Update hash.
| Mark H Weaver |
2020-08-21 | gnu: linux-libre: Update to 5.8.2....* gnu/packages/aux-files/linux-libre/5.8-arm.conf,
gnu/packages/aux-files/linux-libre/5.8-arm64.conf,
gnu/packages/aux-files/linux-libre/5.8-i686.conf,
gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
* gnu/packages/linux.scm (linux-libre-5.8): New variable.
(linux-libre-version, linux-libre-pristine-source, linux-libre-source,
linux-libre): Point to linux-libre-5.8*.
| Leo Famulari |
2020-08-21 | gnu: Use a descriptive file-name for linux-libre deblobbing scripts....Fixes <https://bugs.gnu.org/42789>.
* gnu/packages/linux.scm (linux-libre-deblob-scripts): Set the file-name of the
deblob and deblob-check scripts.
| Leo Famulari |
2020-08-19 | gnu: linux-libre: Update to 5.7.16....* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.16.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.16.
| Mark H Weaver |
2020-08-19 | gnu: linux-libre@5.8: Update to 5.8.2....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.2.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.2.
| Mark H Weaver |
2020-08-19 | gnu: linux-libre@5.4: Update to 5.4.59....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.59.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.59.
| Mark H Weaver |
2020-08-19 | gnu: linux-libre@4.19: Update to 4.19.140....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.140.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.140.
| Mark H Weaver |
2020-08-19 | gnu: lvm2: Default to an HTTPS mirror....* gnu/packages/linux.scm (lvm2)[source]: Talk HTTPS to sourceware.org.
| Tobias Geerinckx-Rice |
2020-08-19 | gnu: lvm2: Update to 2.03.10....* gnu/packages/linux.scm (lvm2): Update to 2.03.10.
| Tobias Geerinckx-Rice |
2020-08-19 | gnu: sysstat: Update to 12.4.0....* gnu/packages/linux.scm (sysstat): Update to 12.4.0.
| Tobias Geerinckx-Rice |
2020-08-15 | gnu: earlyoom: Use pandoc instead of ghc-pandoc....* gnu/packages/linux.scm (earlyoom)[native-inputs]: Use pandoc instead of
ghc-pandoc.
| Ricardo Wurmus |
2020-08-14 | gnu: singularity: Replace references to grep....* gnu/packages/linux.scm (singularity)[arguments]: Replace references to grep.
| Ricardo Wurmus |
2020-08-13 | gnu: cpuid: Update to 20200427....* gnu/packages/linux.scm (cpuid): Update to 20200427.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2020-08-11 | gnu: Add linux-libre-arm64-generic at version 5.4....* gnu/packages/linux (linux-libre-arm64-generic-5.4): New variable.
| Vagrant Cascadian |
2020-08-11 | gnu: linux-libre: Update to 5.7.15....* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.15.
(linux-libre-5.7-pristine-source): Update hash.
| Mark H Weaver |
2020-08-11 | gnu: linux-libre@5.8: Update to 5.8.1....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.1.
(linux-libre-5.8-pristine-source): Update hash.
| Mark H Weaver |