summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* gnu: linux-libre@4.14: Update to 4.14.185.Mark H Weaver2020-06-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.185. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.228.Mark H Weaver2020-06-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.228. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.228.Mark H Weaver2020-06-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.228. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre@5.7: Update to 5.7.4.Mark H Weaver2020-06-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.4. (linux-libre-5.7-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.4.47Mark H Weaver2020-06-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.47 (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@5.7: Update to 5.7.3Mark H Weaver2020-06-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.3 (linux-libre-5.7-pristine-source): Update hash.
* gnu: Add bbswitch-module.Pierre Neidhardt2020-06-14
| | | | * gnu/packages/linux.scm (bbswitch-module): New variable.
* Merge branch 'staging'Marius Bakke2020-06-13
|\
| * Merge branch 'master' into stagingMarius Bakke2020-06-11
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2020-06-08
| |\ \
| * \ \ Merge branch 'master' into stagingMarius Bakke2020-06-06
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2020-05-29
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingMarius Bakke2020-05-26
| |\ \ \ \ \
| * | | | | | gnu: json-c: Update to 0.14.Marius Bakke2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (json-c): Update to 0.14. [source](modules, snippet): Remove. [build-system]: Change to CMAKE-BUILD-SYSTEM. (json-c-0.13): New public variable. (json-c-0.12): Inherit from JSON-C-0.13. * gnu/packages/cryptsetup.scm (cryptsetup-static)[inputs]: Stick with JSON-C-0.13. * gnu/packages/linux.scm (multipath-tools)[inputs]: Likewise. * gnu/packages/security-token.scm (yubikey-personalization, libu2f-host, libu2f-server)[inputs]: Likewise. * gnu/packages/syndication.scm (newsboat)[inputs]: Likewise.
| * | | | | | gnu: kmod: Disable tests in 'Makefile.in' instead of 'Makefile.am'.Marius Bakke2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a build failure because the package was bootstrapped with an older version of Automake. By substituting the .in file we avoid triggering the Autoconf machinery. * gnu/packages/linux.scm (kmod)[arguments]: Change the 'disable-tests' phase to substitute "Makefile.in" instead of "Makefile.am". [native-inputs]: Remove AUTOMAKE and AUTOCONF.
| * | | | | | gnu: kmod: Update to 27.Brice Waegeneire2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (kmod): Update to version 27. [native-inputs]: Add 'automake' and 'autoconf'. [arguments]: Add phase 'disable-tests'. Add configure flag '--disable-test-modules'. Enable tests.
| * | | | | | Merge branch 'master' into stagingMarius Bakke2020-05-26
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into stagingJakub Kądziołka2020-04-29
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into stagingJakub Kądziołka2020-03-29
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: BlueZ: Update to 5.54.Vincent Legoll2020-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | | gnu: perf: Set 'CC'.Ludovic Courtès2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (perf)[arguments]: Add "CC=gcc" to #:make-flags. This fixes a (harmless?) error message during the 'configure' phase.
* | | | | | | | | | gnu: perf: Restore use of dependencies.Ludovic Courtès2020-06-13
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (perf)[arguments]: Remove C_INCLUDE_PATH from #:make-flags. It is no longer needed since the switch to C_INCLUDE_PATH in 2073b55e6b964cb8ca15e8c74cb32dac00f05f0d and would prevent dependencies from being found.
* | | | | | | | | gnu: linux-libre: Update to 5.4.46.Mark H Weaver2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.46. (linux-libre-5.4-pristine-source): Update hash.
* | | | | | | | | gnu: linux-libre@5.7: Update to 5.7.2.Mark H Weaver2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.128. (linux-libre-5.7-pristine-source): Update hash.
* | | | | | | | | gnu: linux-libre@5.6: Remove.Mark H Weaver2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users of linux-libre-5.6 should migrate to version 5.7. * gnu/packages/linux.scm (deblob-scripts-5.6, linux-libre-5.6-version) (linux-libre-5.6-pristine-source, linux-libre-5.6-source) (linux-libre-headers-5.6, linux-libre-arm-generic-5.6) (linux-libre-arm64-generic-5.6): Remove variables.
* | | | | | | | | gnu: linux-libre@4.19: Update to 4.19.128.Mark H Weaver2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.128. (linux-libre-4.19-pristine-source): Update hash.
* | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.184.Mark H Weaver2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.184. (linux-libre-4.14-pristine-source): Update hash.
* | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.227.Mark H Weaver2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.227. (linux-libre-4.9-pristine-source): Update hash.
* | | | | | | | | gnu: linux-libre@4.4: Update to 4.4.227.Mark H Weaver2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.227. (linux-libre-4.4-pristine-source): Update hash.
* | | | | | | | | gnu: thinkfan: Update to 1.2.Nicolas Goaziou2020-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (thinkfan): Update to 1.2. [home-page]: Switch to an up-to-date home page.
* | | | | | | | | gnu: nvme-cli: Update to 1.11.2.Tobias Geerinckx-Rice2020-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (nvme-cli): Update to 1.11.2.
* | | | | | | | | gnu: iptables: Update to 1.8.5.Tobias Geerinckx-Rice2020-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (iptables): Update to 1.8.5. [source]: Add URL. [arguments]: Add an ‘install-missing-script’ phase.
* | | | | | | | | gnu: nftables: Update to 0.9.5.Tobias Geerinckx-Rice2020-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (nftables): Update to 0.9.5.
* | | | | | | | | gnu: libnftnl: Update to 1.1.7.Tobias Geerinckx-Rice2020-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.7.
* | | | | | | | | gnu: v4l2loopback-linux-module: Really disable tests.Tobias Geerinckx-Rice2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit fdcd193744dbb92d3478c8e4e6c4f4336a872831 was a botched by-hand ‘merge’ that caused the default check phase to run, and fail. * gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]: Set #:tests? to #f.
* | | | | | | | | gnu: Add linux-libre-arm-generic-5.7.Vagrant Cascadian2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux (linux-libre-arm-generic): New variable.
* | | | | | | | | gnu: Add linux-libre-arm64-generic-5.7.Vagrant Cascadian2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux (linux-libre-arm64-generic): New variable.
* | | | | | | | | gnu: Add linux-libre 5.7.1.Vagrant Cascadian2020-06-08
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux (deblob-scripts-5.7): New variable. (linux-libre-5.7-version): New variable. (linux-libre-5.7-pristine-source): New variable. (linux-libre-5.7-source): New variable. (linux-libre-headers-5.7): New variable.
* | | | | | | | gnu: rtl8821ce-linux-module: Use MAKE-FLAGS.Tobias Geerinckx-Rice2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]: Use MAKE-FLAGS keyword. Make CC environment variable a make flag.
* | | | | | | | gnu: rtl8812au-aircrack-ng-linux-module: Use MAKE-FLAGS.Tobias Geerinckx-Rice2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module) [arguments]: Use MAKE-FLAGS keyword.
* | | | | | | | gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-1.df2b8df.Tobias Geerinckx-Rice2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-1.df2b8df.
* | | | | | | | gnu: v4l2loopback-linux-module: Edit synopsis and description.Tobias Geerinckx-Rice2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (v4l2loopback-linux-module) [synopsis, description]: Edit.
* | | | | | | | gnu: v4l2loopback-linux-module: Disable ‘test’.Tobias Geerinckx-Rice2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It simply built the test programme but nothing more. * gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]: Remove the ‘check’ phase.
* | | | | | | | gnu: Add v4l2loopback-linux-module.Morgan Smith2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (v4l2loopback-linux-module): New variable.
* | | | | | | | gnu: linux-libre: Update to 5.4.45.Mark H Weaver2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.45. (linux-libre-5.4-pristine-source): Update hash.
* | | | | | | | gnu: linux-libre@5.6: Update to 5.6.17.Mark H Weaver2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.17. (linux-libre-5.6-pristine-source): Update hash.
* | | | | | | | gnu: linux-libre@4.19: Update to 4.19.127.Mark H Weaver2020-06-08
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.127. (linux-libre-4.19-pristine-source): Update hash.
* | | | | | | gnu: mcelog: Update description.Tobias Geerinckx-Rice2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I believe that nowadays rasdaemon is a/the recommended alternative. * gnu/packages/linux.scm (mcelog)[description]: Remove ‘required’.
* | | | | | | gnu: mcelog: Update to 170.Tobias Geerinckx-Rice2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (mcelog): Update to 170.
* | | | | | | gnu: mcelog: Fix unversioned DOCDIR.Tobias Geerinckx-Rice2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (mcelog)[arguments]: VERSION DOCDIR.