Rutger Helling
64a4d39403
gnu: nftables: Update to 0.8.
...
* gnu/packages/linux.scm (nftables): Update to 0.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-17 10:59:21 +01:00
Rutger Helling
284d7da3bb
gnu: libnftnl: Update to 1.0.8.
...
* gnu/packages/linux.scm (libnftnl): Update to 1.0.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-17 10:59:00 +01:00
Mark H Weaver
c114c9c5d8
gnu: linux-libre: Update to 4.14.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.13-arm.conf,
gnu/packages/aux-files/linux-libre/4.13-i686.conf,
gnu/packages/aux-files/linux-libre/4.13-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.14-arm.conf,
gnu/packages/aux-files/linux-libre/4.14-i686.conf,
gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Update accordingly.
2017-11-16 00:03:34 -05:00
Mark H Weaver
811a24ca5f
gnu: linux-libre@4.9: Update to 4.9.62.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.62.
2017-11-16 00:03:00 -05:00
Mark H Weaver
6f0e2c2b4a
gnu: linux-libre@4.4: Update to 4.4.98.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.98.
2017-11-16 00:02:24 -05:00
Tobias Geerinckx-Rice
ed0f9f53ab
gnu: iproute2: Update to 4.14.1.
...
* gnu/packages/linux.scm (iproute): Update to 4.14.1.
2017-11-15 12:45:26 +01:00
Tobias Geerinckx-Rice
58b8d1b39f
gnu: iproute2: Update to 4.14.0.
...
* gnu/packages/linux.scm (iproute): Update to 4.14.0.
2017-11-14 04:06:53 +01:00
Rutger Helling
8420c7a356
gnu: linux-libre: Change URL to HTTPS.
...
* gnu/packages/linux.scm (linux-libre): Change URL to HTTPS.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-12 15:46:44 -05:00
Marius Bakke
56f35d92f5
gnu: lvm2: Update to 2.02.176.
...
* gnu/packages/linux.scm (lvm2): Update to 2.02.176.
2017-11-11 07:40:55 +01:00
Mark H Weaver
74bea6a036
gnu: linux-libre: Update to 4.13.12.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.12.
(%linux-libre-hash): Update hash.
2017-11-09 21:11:00 -05:00
Mark H Weaver
4cacbf33a6
gnu: linux-libre@4.9: Update to 4.9.61.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.61.
2017-11-09 21:10:14 -05:00
Mark H Weaver
3a79bd03ff
gnu: linux-libre@4.4: Update to 4.4.97.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.97.
2017-11-09 21:09:34 -05:00
Mark H Weaver
f8071bea91
gnu: linux-libre@4.1: Update to 4.1.46.
...
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.46.
2017-11-09 21:08:51 -05:00
Efraim Flashner
d8f075c3a3
gnu: %intel-compatible-systems: Re-add variable.
...
This is a follow-up to cfbe7b7f4c
.
* gnu/packages/linux.scm (%intel-compatible-systems): New variable.
2017-11-09 22:25:48 +02:00
Mathieu Othacehe
cfbe7b7f4c
gnu: linux: Add linux-libre arm kernel.
...
* Makefile.am (AUX_FILES): Add arm config file.
* gnu/packages/aux-files/linux-libre/4.13-arm.conf: New file.
* gnu/packages/linux.scm (%intel-compatible-systems): Rename to
%linux-compatible-systems and add "armhf-linux".
(linux-libre): Adapt consequently.
The config file for arm is taken from debian armmp kernel. It's a generic
firmware for ARMv7 multiplatform compatible SoCs.
2017-11-09 20:35:11 +01:00
Efraim Flashner
9129804230
gnu: psm: Only use as an input on supported-systems.
...
Syntax help supplied by bavier@member.fsf.org
* gnu/packages/linux.scm (libfabric)[inputs]: Only use psm as an input
on systems where psm is supported.
* gnu/packages/mpi.scm (openmpi)[inputs]: Same.
2017-11-07 20:41:08 +02:00
Efraim Flashner
b516b78002
gnu: psm: Limit supported systems.
...
* gnu/packages/linux.scm (psm)[supported-systems]: New field, limit to
i686-linux and x86_64-linux.
2017-11-07 20:41:05 +02:00
Mathieu Othacehe
6541673354
gnu: linux: Fix kconfig selection.
...
* gnu/packages/linux.scm (make-linux-libre): When cross-compiling,
"kconfig" field is in native-inputs variable. So config is always #f
when cross-compiling linux.
2017-11-07 18:16:02 +01:00
Dave Love
7bc05ef0ac
gnu: libfabric: Add dependency on PSM.
...
* gnu/packages/linux.scm (libfabric)[inputs]: Add PSM.
2017-11-07 18:09:13 +01:00
Dave Love
fd23d259cd
gnu: Add PSM.
...
* gnu/packages/linux.scm (psm): New variable.
* gnu/packages/patches/psm-arch.patch,
gnu/packages/patches/psm-ldflags.patch,
gnu/packages/patches/psm-repro.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-11-07 18:09:13 +01:00
Mathieu Othacehe
f6948189a9
linux: Add omap2plus generic kernel.
...
* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
2017-11-06 19:55:10 +01:00
Mark H Weaver
0f3142e7c3
gnu: linux-libre: Update to 4.13.11.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.11.
(%linux-libre-hash): Update hash.
2017-11-03 01:31:06 -04:00
Mark H Weaver
336b8d422d
gnu: linux-libre@4.9: Update to 4.9.60.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.60.
2017-11-03 01:30:25 -04:00
Mark H Weaver
15d44dfe22
gnu: linux-libre@4.4: Update to 4.4.96.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.96.
2017-11-03 01:29:33 -04:00
Mark H Weaver
0f27666b91
gnu: linux-libre: Update to 4.13.10.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.10.
(%linux-libre-hash): Update hash.
2017-10-28 22:29:01 -04:00
Mark H Weaver
88deca15b5
gnu: linux-libre@4.9: Update to 4.9.59.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.59.
2017-10-28 22:28:23 -04:00
Mark H Weaver
813b4454a8
gnu: linux-libre@4.4: Update to 4.4.95.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.95.
2017-10-28 22:27:37 -04:00
Mark H Weaver
2f05dd6b4c
gnu: linux-libre: Update to 4.13.9.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.9.
(%linux-libre-hash): Update hash.
2017-10-23 00:53:38 -04:00
Mark H Weaver
1b635cafac
gnu: linux-libre@4.9: Update to 4.9.58.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.58.
2017-10-23 00:53:03 -04:00
Mark H Weaver
8e4a976c68
gnu: linux-libre@4.4: Update to 4.4.94.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.94.
2017-10-23 00:52:28 -04:00
Mark H Weaver
b11962067b
gnu: linux-libre: Update to 4.13.8.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.8.
(%linux-libre-hash): Update hash.
2017-10-19 15:31:47 -04:00
Mark H Weaver
7a402621ec
gnu: linux-libre@4.9: Update to 4.9.57.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.57.
2017-10-19 15:31:02 -04:00
Mark H Weaver
a7c3dfeb6c
gnu: linux-libre@4.4: Update to 4.4.93.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.93.
2017-10-19 15:30:30 -04:00
Mark H Weaver
a8401c4ef1
gnu: linux-libre@4.1: Update to 4.1.45.
...
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.45.
Remove patch that is now included upstream.
2017-10-19 15:29:09 -04:00
Tobias Geerinckx-Rice
2a86fece22
gnu: btrfs-progs: Update to 4.13.3.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.3.
2017-10-18 23:25:04 +02:00
Ludovic Courtès
65dabe4e18
gnu: perf: Find 'tips.txt'.
...
* gnu/packages/linux.scm (perf)[arguments]: Use "prefix", not
"DESTDIR". This allows 'perf report' to find 'tips.txt'.
2017-10-17 13:24:02 +02:00
Ludovic Courtès
1d484507dc
gnu: perf: Add dependency on libunwind and libnuma.
...
* gnu/packages/linux.scm (perf)[inputs]: Add NUMACTL and LIBUNWIND.
2017-10-17 13:24:01 +02:00
Mark H Weaver
58381958cc
gnu: linux-libre: Update to 4.13.7.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.7.
(%linux-libre-hash): Update hash.
2017-10-14 22:37:37 -04:00
Tobias Geerinckx-Rice
71d60b966d
gnu: mcelog: Use HTTPS home page.
...
* gnu/packages/linux.scm (mcelog)[home-page]: Use HTTPS.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice
e03e9c86da
gnu: mcelog: Update to 154.
...
* gnu/packages/linux.scm (mcelog): Update to 154.
2017-10-13 21:52:26 +02:00
Mark H Weaver
2eac8e6b0d
gnu: linux-libre: Update to 4.13.6.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.6.
(%linux-libre-hash): Update hash.
2017-10-13 03:41:30 -04:00
Mark H Weaver
e7804c3da1
gnu: linux-libre@4.9: Update to 4.9.56.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.56.
2017-10-13 03:41:28 -04:00
Mark H Weaver
ef036c7d52
gnu: linux-libre@4.4: Update to 4.4.92.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.92.
2017-10-13 03:41:26 -04:00
Mark H Weaver
2890b07cd3
gnu: linux-libre@4.1: Update URL for CVE-2017-1000251 fix.
...
* gnu/packages/linux.scm (linux-libre-4.1)[source]: Update the URL
and hash of the patch for CVE-2017-1000251.
2017-10-13 03:37:30 -04:00
Thomas Danckaert
de47cfed13
gnu: bluez: Disable unpredictable test on armhf.
...
* gnu/packages/linux.scm (bluez): [arguments] Add phase to skip a test instead
of marking it as XFAIL.
2017-10-11 21:44:06 +02:00
Mark H Weaver
2f44e7b036
gnu: linux-libre@4.9: Update to 4.9.54.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.54.
2017-10-11 00:39:27 -04:00
Mark H Weaver
dac1d8efd4
gnu: linux-libre@4.4: Update to 4.4.91.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.91.
2017-10-11 00:38:46 -04:00
Marius Bakke
1c055d7258
Merge branch 'staging'
2017-10-10 21:44:32 +02:00
Marius Bakke
b84a80793a
gnu: libnl: Update to 3.4.0.
...
* gnu/packages/linux.scm (libnl): Update to 3.4.0.
2017-10-10 18:38:02 +02:00
Marius Bakke
ad3a937dae
Merge branch 'master' into staging
2017-10-07 12:54:40 +02:00