me
/
guix
Archived
1
0
Fork 0
Commit Graph

2106 Commits (7704e601f1e04033dc36927a19e4663b5bef3d1c)

Author SHA1 Message Date
Ricardo Wurmus e08902d3cb
Merge branch 'master' into core-updates 2019-10-06 22:02:20 +02:00
Marius Bakke c5ceec4150
gnu: linux-libre: Remove glibc from CPATH before the build.
Fixes <https://bugs.gnu.org/37593>.

* gnu/packages/linux.scm (make-linux-libre*)[arguments]: Drop "libc" from CPATH.
2019-10-06 18:02:48 +02:00
Marius Bakke dd69897113
gnu: linux-libre: Try to aggressively gather entropy during boot.
Fixes <https://bugs.gnu.org/37501>.

* gnu/packages/patches/linux-libre-active-entropy.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre-5.2-source): Use it.
2019-10-06 18:02:48 +02:00
Marius Bakke 5157edd885
gnu: perf: Treat kernel headers as system headers.
* gnu/packages/linux.scm (perf)[arguments]: Instead of disabling -Werror,
set C_INCLUDE_PATH.
2019-10-06 18:02:48 +02:00
Tobias Geerinckx-Rice 57ec0551c8
gnu: linux-libre@4.19: Update to 4.19.76.
* gnu/packages/linux.scm (linux-libre-4.19-version)
(linux-libre-4.19-pristine-source): Update to 4.19.76.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice 1bedc74e7f
gnu: linux-libre@5.2: Update to 5.2.18.
* gnu/packages/linux.scm (linux-libre-5.2-version)
(linux-libre-5.2-pristine-source): Update to 5.2.18.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice dd32676b06
gnu: linux-libre@5.3: Update to 5.3.2.
* gnu/packages/linux.scm (linux-libre-5.3-version)
(linux-libre-5.3-pristine-source): Update to 5.3.2.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice 9a68b89e8a
gnu: linux-libre: Update to 5.3.
* gnu/packages/linux.scm (linux-libre-version)
(linux-libre-pristine-source, linux-libre-source, linux-libre):
Assign -5.3 values.
2019-10-03 16:03:36 +02:00
Tobias Geerinckx-Rice e8ded3ee6a
gnu: linux-libre-headers@5.3: Install.
Upstream has separated building and installing the UAPI headers, and now
requires rsync for the latter.

Follow-up to commit 9e34a5f3b2.

* gnuk/packages/linux.scm (make-linux-libre-headers*)[native-inputs]:
Add rsync for version 5.3 and higher.
2019-10-02 12:16:41 +02:00
Tobias Geerinckx-Rice 9e34a5f3b2
gnu: linux-libre: Add version 5.3.1.
* gnu/packages/linux.scm (linux-libre-5.3-version)
(linux-libre-5.3-pristine-source, linux-libre-5.3-source)
(linux-libre-headers-5.3, linux-libre-5.3): New public variables.
* gnu/packages/aux-files/linux-libre/5.3-arm.conf,
gnu/packages/aux-files/linux-libre/5.3-arm-veyron.conf,
gnu/packages/aux-files/linux-libre/5.3-arm64.conf,
gnu/packages/aux-files/linux-libre/5.3-i686.conf,
gnu/packages/aux-files/linux-libre/5.3-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
2019-10-01 22:40:05 +02:00
Ludovic Courtès 0cf2b6f2db
Merge branch 'master' into core-updates 2019-10-01 12:06:00 +02:00
Vagrant Cascadian 18b3ba6ff2
gnu: %default-extra-linux-options: Ensure namespaces are enabled in all
linux-libre kernels.

The linux-libre kernels using defconfig may not have namespaces enabled, which
is needed for the default guix-daemon configuration in Guix System.

* gnu/packages/linux (%default-extra-linux-options): Enable CONFIG_NAMESPACES,
  CONFIG_UTS_NS, CONFIG_IPC_NS, CONFIG_USER_NS, CONFIG_PID_NS, and
  CONFIG_NET_NS.
2019-09-29 15:10:32 -07:00
Brice Waegeneire de3896fb79
gnu: Add ell.
* gnu/packages/linux.scm (ell): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-28 22:56:40 +02:00
Marius Bakke e7f62a41b2
Merge branch 'master' into core-updates 2019-09-27 19:11:27 +02:00
Tobias Geerinckx-Rice 3b6362969c
gnu: iproute2: Add libmnl input.
* gnu/packages/linux.scm (iproute)[inputs]: Add libmnl.
2019-09-25 17:50:51 +02:00
Tobias Geerinckx-Rice 005e539edf
gnu: iproute2: Update to 5.3.0.
* gnu/packages/linux.scm (iproute): Update to 5.3.0.
2019-09-25 17:50:50 +02:00
Ludovic Courtès 11da634a6e
Merge branch 'master' into core-updates 2019-09-24 10:11:38 +02:00
Tobias Geerinckx-Rice 0b3daeb05e
gnu: linux-libre: Update to 4.4.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.4.194.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice 21d9c57745
gnu: linux-libre: Update to 4.9.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.9.194.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice cce20ea6a0
gnu: linux-libre: Update to 4.14.146.
* gnu/packages/linux.scm (linux-libre): Update to 4.14.146.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice fa470524a4
gnu: linux-libre: Update to 4.19.75.
* gnu/packages/linux.scm (linux-libre): Update to 4.19.75.
2019-09-24 02:19:25 +02:00
Tobias Geerinckx-Rice 9fa18e5dee
gnu: linux-libre: Update to 5.2.17.
* gnu/packages/linux.scm (linux-libre): Update to 5.2.17.
2019-09-24 02:19:24 +02:00
Tobias Geerinckx-Rice 5d992ed122
gnu: linux-libre: Update deblobbing scripts.
* gnu/packages/linux.scm (deblob-scripts-4.4): Update to version 4.4.194
and update the 'deblob-check' hash.
(deblob-scripts-5.2, deblob-scripts-4.19)
(deblob-scripts-4.14, deblob-scripts-4.9): Update to versions 5.2.17, 4.19.75,
4.14.146, and 4.9.194 respectively, although the scripts themselves are
unchanged.
2019-09-24 02:19:24 +02:00
Tobias Geerinckx-Rice b928c5874a
gnu: acpid: Update to 2.0.32.
* gnu/packages/linux.scm (acpid): Update to 2.0.32.
2019-09-23 17:58:31 +02:00
Ludovic Courtès 1f78a99964
gnu: perf: Really build without '-Werror'.
Until this change, it would fail to build with:

  In file included from /tmp/guix-build-perf-5.2.15.drv-0/linux-5.2.15/tools/include/uapi/linux/ethtool.h:19:0,
		   from xsk.c:18:
  /gnu/store/…-linux-libre-headers-4.19.56/include/linux/if_ether.h:165:1: error: packed attribute is unnecessary for 'ethhdr' [-Werror=packed]

* gnu/packages/linux.scm (perf)[arguments]: In 'configure' phase, remove
"-Werror" from 'tools/lib/bpf/Makefile'.
2019-09-22 23:49:57 +02:00
Rutger Helling 222510f404
gnu: linux-libre: Update to 5.2.16.
* gnu/packages/linux.scm (linux-libre): Update to 5.2.16.
2019-09-19 09:57:38 +02:00
Ludovic Courtès 9ff87bb996
Merge branch 'master' into core-updates 2019-09-17 16:27:15 +02:00
Tobias Geerinckx-Rice e905c8d654
gnu: fuse: Update to 2.9.9.
* gnu/packages/linux.scm (fuse): Update to 2.9.9.
2019-09-17 16:04:43 +02:00
Rutger Helling 489f540b4e
gnu: linux-libre: Update to 5.2.15.
* gnu/packages/linux.scm (linux-libre): Update to 5.2.15.
2019-09-16 14:07:37 +02:00
Rutger Helling f8b7c35ad0
gnu: nftables: Update to 0.9.2.
* gnu/packages/linux.scm (nftables): Update to 0.9.2.
2019-09-11 10:21:55 +02:00
Rutger Helling c5e3f4f043
gnu: libnftnl: Update to 1.1.4.
* gnu/packages/linux.scm (libnftnl): Update to 1.1.4.
2019-09-11 10:21:55 +02:00
Tobias Geerinckx-Rice 8e42b087f0
gnu: haveged: Use @acronym in description.
* gnu/packages/linux.scm (havege)[description]: Substitute @acronym
for @dfn mark-up.
2019-09-11 00:33:50 +02:00
Tobias Geerinckx-Rice 6664ec0c8a
gnu: haveged: Use HTTPS home page.
* gnu/packages/linux.scm (haveged)[home-page]: Use HTTPS.
2019-09-11 00:33:50 +02:00
Tobias Geerinckx-Rice 389cae8b07
gnu: haveged: Update to 1.9.6.
* gnu/packages/linux.scm (haveged): Update to 1.9.6.
2019-09-11 00:33:50 +02:00
Tobias Geerinckx-Rice ae1bab3e95
gnu: fakeroot: Update to 1.24.
* gnu/packages/linux.scm (fakeroot): Update to 1.24.
[source]: Adjust and use HTTPS.
2019-09-10 02:18:04 +02:00
Rutger Helling 6b4bc27a47
gnu: btrfs-progs: Update to 5.2.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.2.2.
2019-09-09 08:35:46 +02:00
Mark H Weaver 65542a8852
Merge branch 'master' into core-updates 2019-09-06 20:46:00 -04:00
Mark H Weaver f66aee3d0d
gnu: linux-libre: Update to 5.2.13.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.13.
(linux-libre-5.2-pristine-source): Update hash.
2019-09-06 20:42:05 -04:00
Mark H Weaver a6ec7eba26
gnu: linux-libre@4.14: Update to 4.19.71.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.71.
(linux-libre-4.19-pristine-source): Update hash.
2019-09-06 20:41:23 -04:00
Mark H Weaver d45f5c40a2
gnu: linux-libre@4.14: Update to 4.14.142.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.142.
(linux-libre-4.14-pristine-source): Update hash.
2019-09-06 20:40:18 -04:00
Mark H Weaver 67ad69b768
gnu: linux-libre@4.9: Update to 4.9.191.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.191.
(linux-libre-4.9-pristine-source): Update hash.
2019-09-06 20:39:13 -04:00
Mark H Weaver be0fb599e7
gnu: linux-libre@4.4: Update to 4.4.191.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.191.
(linux-libre-4.4-pristine-source): Update hash.
2019-09-06 20:38:06 -04:00
Marius Bakke 276e7739b9
gnu: libnl: Update to 3.5.0.
* gnu/packages/linux.scm (libnl): Update to 3.5.0.
2019-09-05 00:21:43 +02:00
Mathieu Othacehe 6ef379f879
gnu: make-linux-libre: Fix cross-compilation.
* gnu/packages/linux.scm (make-linux-libre)[arguments]: Unset CROSS_CPATH to
make sure that cross-libc is not found. Otherwise, some of its header would
conflict with the one from linux (stdint.h and linux/types.h).
2019-09-04 18:21:19 +02:00
Tobias Geerinckx-Rice 853232e60a
gnu: vhba-module: Update to 20190831.
* gnu/packages/linux.scm (vhba-module): Update to 20190831.
2019-09-01 18:27:01 +02:00
Tobias Geerinckx-Rice 79d5ac5954
gnu: numactl: Fix typo in & mark up description.
* gnu/packages/linux.scm (numactl)[description]: Fix typo & use @command{}.
2019-08-31 03:24:41 +02:00
Tobias Geerinckx-Rice 1ec29dff3a
gnu: numactl: Don't use NAME in source URI.
* gnu/packages/linux.scm (numactl)[source]: Hard-code NAME.
2019-08-30 23:10:21 +02:00
Tobias Geerinckx-Rice 93a16e4d0d
gnu: numactl: Update to 2.0.13.
* gnu/packages/linux.scm (numactl): Update to 2.0.13.
2019-08-30 23:10:21 +02:00
Mark H Weaver 0481289cbc
Merge branch 'master' into core-updates 2019-08-29 17:19:18 -04:00
Mark H Weaver 9fbf4d2a52
gnu: linux-libre: Update to 5.2.11.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.11.
(linux-libre-5.2-pristine-source): Update hash.
2019-08-29 16:37:49 -04:00
Mark H Weaver cb07ec0932
gnu: linux-libre@4.19: Update to 4.19.69.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.69.
(linux-libre-4.19-pristine-source): Update hash.
2019-08-29 16:37:07 -04:00
Mark H Weaver 7c0a69644f
gnu: linux-libre@4.14: Update to 4.14.141.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.141.
(linux-libre-4.14-pristine-source): Update hash.
2019-08-29 16:35:46 -04:00
Mark H Weaver 7a9f575660
gnu: linux-libre: Update deblobbing scripts.
* gnu/packages/linux.scm (deblob-scripts-4.9): Update to version 4.9.190
and update the 'deblob-check' hash.
(deblob-scripts-5.2, deblob-scripts-4.19)
(deblob-scripts-4.14, deblob-scripts-4.4): Update to versions 5.2.10, 4.19.68,
4.14.140, and 4.4.190 respectively, although the scripts themselves are
unchanged.
2019-08-26 23:05:52 -04:00
Ludovic Courtès 36ac952084
gnu: sysstat: Update source URL.
This is a followup to 3d76112769.

* gnu/packages/linux.scm (sysstat): Update URL.
2019-08-26 13:40:45 +02:00
Mark H Weaver e79b78f1ca
gnu: linux-libre: Update to 5.2.10.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.10.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
2019-08-25 18:26:52 -04:00
Mark H Weaver 0b847656af
gnu: linux-libre@4.19: Update to 4.19.68.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.68.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
2019-08-25 18:26:12 -04:00
Mark H Weaver 1fda7f42d2
gnu: linux-libre@4.14: Update to 4.14.140.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.140.
(linux-libre-4.14-pristine-source)[hash]: Update hash.
2019-08-25 18:25:39 -04:00
Mark H Weaver 70c47232fe
gnu: linux-libre@4.9: Update to 4.9.190.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.190.
(linux-libre-4.9-pristine-source)[hash]: Update hash.
2019-08-25 18:25:05 -04:00
Mark H Weaver fd501b2be6
gnu: linux-libre@4.4: Update to 4.4.190.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.190.
(linux-libre-4.4-pristine-source)[hash]: Update hash.
2019-08-25 18:24:01 -04:00
宋文武 3d76112769
gnu: sysstat: Update to 12.1.6.
* gnu/packages/linux.scm (sysstat): Update from 11.4.3 to 12.1.6.
2019-08-25 12:11:15 +08:00
Mark H Weaver 893c2df00d
Merge branch 'master' into core-updates 2019-08-22 15:53:27 -04:00
Pierre Neidhardt 49b28a740b
gnu: Add compsize.
* gnu/packages/linux.scm (compsize): New variable.
2019-08-18 15:48:50 +02:00
Mark H Weaver ccff55a25e
gnu: linux-libre: Update to 5.2.9.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.9.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
2019-08-16 05:33:54 -04:00
Mark H Weaver 97f40332d4
gnu: linux-libre@4.19: Update to 4.19.67.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.67.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
2019-08-16 05:33:09 -04:00
Mark H Weaver f1d2e4bac0
gnu: linux-libre@4.14: Update to 4.14.139.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.139.
(linux-libre-4.14-pristine-source)[hash]: Update hash.
2019-08-16 05:32:01 -04:00
Marius Bakke 462ad9f56b
Merge branch 'master' into core-updates 2019-08-13 20:42:06 +02:00
Mark H Weaver ffb7e5a8e4
gnu: linux-libre@4.9: Update to 4.9.189.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.189.
(linux-libre-4.9-pristine-source)[hash]: Update hash.
2019-08-11 13:14:59 -04:00
Mark H Weaver 5e1ab622d9
gnu: linux-libre@4.4: Update to 4.4.189.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.189.
(linux-libre-4.4-pristine-source)[hash]: Update hash.
2019-08-11 13:14:05 -04:00
Mark H Weaver dbc3f1f8b2
gnu: linux-libre: Update to 5.2.8.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.8.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
2019-08-09 14:22:06 -04:00
Mark H Weaver f16109ccef
gnu: linux-libre@4.19: Update to 4.19.66.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.66.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
2019-08-09 14:21:21 -04:00
Mark H Weaver 55ebb3ebf6
gnu: linux-libre@4.14: Update to 4.14.138.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.138.
(linux-libre-4.14-pristine-source)[hash]: Update hash.
2019-08-09 14:20:12 -04:00
Mark H Weaver 9d52e3f3d5
gnu: linux-libre: Update to 5.2.7.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.7.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
2019-08-07 00:28:32 -04:00
Mark H Weaver 9f90e58c4a
gnu: linux-libre@4.19: Update to 4.19.65.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.65.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
2019-08-07 00:28:30 -04:00
Mark H Weaver 7acea31bbc
gnu: linux-libre@4.14: Update to 4.14.137.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.137.
(linux-libre-4.14-pristine-source)[hash]: Update hash.
2019-08-07 00:28:28 -04:00
Mark H Weaver 2b6c7a7cbc
gnu: linux-libre@4.9: Update to 4.9.188.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.188.
(linux-libre-4.9-pristine-source)[hash]: Update hash.
2019-08-07 00:28:12 -04:00
Mark H Weaver ad6814557e
gnu: linux-libre@4.4: Update to 4.4.188.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.188.
(linux-libre-4.4-pristine-source)[hash]: Update hash.
2019-08-07 00:23:20 -04:00
Marius Bakke 2426e2c94c
gnu: strace: Fix test failures on some systems.
* gnu/packages/patches/strace-ipc-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/linux.scm (strace)[source](patches): New field.
[arguments]: Add 'regenerate-tests' phase.

Co-Authored-By: Mark H Weaver <mhw@netris.org>
2019-08-06 02:17:38 -04:00
Mark H Weaver 5ee4d11ff4
gnu: linux-libre: Update to 5.2.6.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.6.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
2019-08-04 22:02:02 -04:00
Mark H Weaver b4478eb2e3
gnu: linux-libre@4.19: Update to 4.19.64.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.64.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
2019-08-04 22:01:59 -04:00
Mark H Weaver cf1941712f
gnu: linux-libre@4.14: Update to 4.14.136.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.136.
(linux-libre-4.14-pristine-source)[hash]: Update hash.
2019-08-04 22:01:57 -04:00
Mark H Weaver 8079493c6c
gnu: linux-libre@4.9: Update to 4.9.187.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.187.
(linux-libre-4.9-pristine-source)[hash]: Update hash.
2019-08-04 22:01:55 -04:00
Mark H Weaver 71f9016a4f
gnu: linux-libre@4.4: Update to 4.4.187.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.187.
(linux-libre-4.4-pristine-source)[hash]: Update hash.
2019-08-04 22:01:52 -04:00
Marius Bakke 2e2db09280
gnu: strace: Update to 5.2.
* gnu/packages/linux.scm (strace): Update to 5.2.
2019-08-04 16:22:20 +02:00
Tobias Geerinckx-Rice f8f2b048b9
gnu: mtd-utils: Support cryptography.
* gnu/packages/linux.scm (mtd-utils)[inputs]: Add openssl.
2019-08-03 23:26:40 +02:00
Tobias Geerinckx-Rice 9ea820a5bf
gnu: mtd-utils: Update to 2.1.1.
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.1.
[inputs]: Add zstd:lib.
2019-08-03 23:26:39 +02:00
Mark H Weaver ee825b5d0f
gnu: linux-libre: Update to 5.2.5.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.5.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
2019-07-31 15:04:26 -04:00
Mark H Weaver ead739ec64
gnu: linux-libre@4.19: Update to 4.19.63.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.63.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
2019-07-31 15:03:47 -04:00
Mark H Weaver fd9832e624
gnu: linux-libre@4.14: Update to 4.14.135.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.135.
(linux-libre-4.14-pristine-source)[hash]: Update hash.
2019-07-31 15:02:22 -04:00
Marius Bakke 0a6e9e13c5
gnu: Remove workarounds for missing libarchive nettle propagation.
* gnu/packages/gnome.scm (brasero, libgxps, aisleriot, grilo, grilo-plugins,
totem, rhythmbox, gvfs, d-feet, gnome-session, gnome-autoar, tracker,
nautilus)[inputs]: Remove NETTLE.
* gnu/packages/linux.scm (singularity)[inputs]: Likewise.
* gnu/packages/mate.scm (atril)[inputs]: Likewise.
* gnu/packages/package-management.scm (rpm, libostree, flatpak)[inputs]: Likewise.
2019-07-31 14:41:36 +02:00
Marius Bakke 6a2e54236e
Merge branch 'master' into core-updates 2019-07-31 14:28:56 +02:00
Rutger Helling 767a0a18d8
gnu: btrfs-progs: Update to 5.2.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.2.1.
2019-07-29 13:55:00 +02:00
Mark H Weaver ab20b3ed91
gnu: linux-libre: Update to 5.2.4.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.4.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
2019-07-28 19:00:12 -04:00
Mark H Weaver b64b66b890
gnu: linux-libre@4.19: Update to 4.19.62.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.62.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
2019-07-28 18:58:44 -04:00
Mark H Weaver 76b96720e2
gnu: linux-libre: Update to 5.2.3.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.3.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
2019-07-27 17:07:58 -04:00
Mark H Weaver d83514baf2
gnu: linux-libre@4.19: Update to 4.19.61.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.61.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
2019-07-27 17:07:55 -04:00
Mark H Weaver e78c2b50df
gnu: linux-libre: Update deblobbing scripts.
* gnu/packages/linux.scm (deblob-scripts-5.2, deblob-scripts-4.19): Update
to versions 5.2.3 and 4.19.61 respectively, and update the hashes.
(deblob-scripts-4.14, deblob-scripts-4.9, deblob-scripts-4.4): Update to
versions 4.14.134, 4.9.186, and 4.4.186 respectively, although the scripts
themselves are unchanged.
2019-07-27 17:07:53 -04:00
Mark H Weaver d0aff87337
gnu: linux-libre: Verbosely pack the deblobbed linux-libre tarball.
This works around timeouts that sometimes occur after 1 hour of silence
while packing the linux-libre source tarball on slower machines.

* gnu/packages/linux.scm (make-linux-libre-source): Pass 'v' to 'tar'
when packing the result tarball.
2019-07-27 17:07:51 -04:00
Tobias Geerinckx-Rice 24446ce299
gnu: linux-libre: Restrict ‘dmesg’ to privileged users.
* gnu/packages/linux.scm (%default-extra-linux-options):
Set CONFIG_SECURITY_DMESG_RESTRICT.
2019-07-27 01:18:24 +02:00
Marius Bakke ccad0e4d69
Merge branch 'master' into core-updates 2019-07-22 18:58:48 +02:00
Marius Bakke ec0de9d8bc
gnu: zstd: Move libraries to separate outputs.
* gnu/packages/compression.scm (zstd)[outputs]: New field.
[arguments]: Add phase 'adjust-libary-locations'.  Pass LIBDIR and INCLUDEDIR
in <#:make-flags>.
* gnu/packages/backup.scm (borg)[inputs]: Change ZSTD to ZSTD:LIB.
* gnu/packages/sync.scm (casync)[inputs]: Likewise.
* gnu/packages/tor.scm (tor)[inputs]: Likewise.
* gnu/packages/linux.scm (btrfs-progs)[inputs]: Likewise.  Add ZSTD:STATIC.
2019-07-22 16:22:22 +02:00