Commit Graph
14664 Commits
Author SHA1 Message Date
Michael Raskin e83ab2e04d Merge pull request #111039 from 0x4A6F/master-firejail
firejail: 0.9.64 -> 0.9.64.2
2021-02-02 22:15:03 +00:00
Markus Kowalewski 2576e20085 open-isns: 0.100 -> 0.101 2021-02-02 21:39:49 +01:00
Jan Tojnar 75153ede17 Merge branch 'staging-next' into staging 2021-02-02 19:46:31 +01:00
Shay Bergmann 4cf09dd98c Remove unnecessary check that uses systemctl
The use of systemctl makes this incompatible with darwin even though
building/deploying a nixos closure from darwin is a perfectly valid use case.

NIX_DAEMON is pretty much unnecessary nowadays as nix uses other
indicators for deciding whether to use the daemon or not.
2021-02-02 10:26:50 -05:00
Martin Weinelt 4499ac8c75 Merge pull request #110171 from r-ryantm/auto-update/openvswitch
openvswitch: 2.14.0 -> 2.14.1
2021-02-02 14:53:21 +01:00
Sandro ce9de14677 Merge pull request #110405 from pjjw/musl-elfutils 2021-02-02 14:18:21 +01:00
github-actions[bot] 1d1ce08e2b Merge staging-next into staging 2021-02-02 12:24:27 +00:00
Daniël de Kok cf19c9f220 Merge pull request #111630 from danieldk/nvidia-settings-race
nvidia-settings: fix parallel build race condition
2021-02-02 13:03:03 +01:00
Sandro 24ae4d2b2a Merge pull request #111607 from jtojnar/fwupd-1.5.5
fwupd: 1.5.3 → 1.5.5
2021-02-02 10:51:30 +01:00
Daniël de Kok 4db1c8b199 nvidia-settings: fix parallel build race condition
Fix a race condition that occurs in parallel builds of
nvidia-settings, frequently ending in the following error:

/bin/bash: _out/Linux_x86_64/antialias.png.h: No such file or directory
make[1]: *** [Makefile:320: _out/Linux_x86_64/antialias.png.h] Error 1

Upstream issue and fix from:
https://github.com/NVIDIA/nvidia-settings/issues/59
2021-02-02 08:33:24 +01:00
github-actions[bot] efee2df4c4 Merge staging-next into staging 2021-02-02 06:20:03 +00:00
Tim Steinbach b673417493 Revert "zfs: 2.0.1 -> 2.0.2"
This reverts commit e347e96601.
2021-02-01 20:23:03 -05:00
github-actions[bot] 4c1eae9176 Merge staging-next into staging 2021-02-02 00:42:42 +00:00
Jan Tojnar 8646063dd2 fwupd: 1.5.3 → 1.5.5
- https://github.com/fwupd/fwupd/releases/tag/1.5.4
- https://github.com/fwupd/fwupd/releases/tag/1.5.5
2021-02-01 21:27:05 +01:00
Tim Steinbach 67bdaf0655 linux/hardened/patches/5.4: 5.4.93-hardened1 -> 5.4.94-hardened1 2021-02-01 15:22:19 -05:00
Tim Steinbach d30f2daf5e linux/hardened/patches/5.10: 5.10.11-hardened1 -> 5.10.12-hardened1 2021-02-01 15:22:19 -05:00
Tim Steinbach 75f91c80bc linux/hardened/patches/4.19: 4.19.171-hardened1 -> 4.19.172-hardened1 2021-02-01 15:22:18 -05:00
Tim Steinbach e829b8379c linux: 5.4.93 -> 5.4.94 2021-02-01 15:22:18 -05:00
Tim Steinbach ab661e6635 linux: 5.10.11 -> 5.10.12 2021-02-01 15:22:18 -05:00
Tim Steinbach 9dbb058f91 linux: 4.9.253 -> 4.9.254 2021-02-01 15:22:17 -05:00
Tim Steinbach 3d3a55c7d3 linux: 4.4.253 -> 4.4.254 2021-02-01 15:22:17 -05:00
Tim Steinbach 3cd3d80bd9 linux: 4.19.171 -> 4.19.172 2021-02-01 15:22:17 -05:00
Tim Steinbach 9e19fc4949 linux: 4.14.217 -> 4.14.218 2021-02-01 15:22:16 -05:00
Henri Menke e347e96601 zfs: 2.0.1 -> 2.0.2 2021-02-01 15:16:37 -05:00
github-actions[bot] 7044cd0c9d Merge staging-next into staging 2021-02-01 18:31:04 +00:00
Markus Kowalewski 119c1c55fd linuxptp: fix license 2021-02-01 13:36:34 +01:00
github-actions[bot] d2bf5aea5a Merge staging-next into staging 2021-02-01 12:24:36 +00:00
Ninjatrappeur 4695a7ca51 Merge pull request #111498 from mweinelt/wpa_supplicant/owe
wpa_supplicant: backport support for OWE
2021-02-01 09:35:08 +01:00
Peter Woodman d96a69c963 musl-obstack: init at 1.2.2
in service of getting elfutils building against musl-libc, this library
is an extraction of the obstack functions from glibc/libiberty. this is
the approach taken by void and alpine linux.
2021-01-31 19:39:57 -05:00
Peter Woodman bcff2ac7eb musl-fts: init at 1.2.7
this is in service of getting elfutils building against musl-libc again.
the currently-included netbsd.fts package has a bunch of #define
collisions with current elfutils, so pulling this library in, which is
what both void and alpine linux do.
2021-01-31 19:39:57 -05:00
Martin Weinelt 28f8b5f5f3 wpa_supplicant: backport support for OWE
The wpa_supplicant upstream is slow to push out new releases and has
been asked several times to do so. Support for Opportunistic Wireless
Encryption has been on master since late 2019 and still hasn't made it
into a release yet.

This backports a rather simple patchset to enable OWE key management
and exposes it also via DBus, so it can be used from Network-Manager.
2021-02-01 00:20:07 +01:00
github-actions[bot] 03b81d1bef Merge staging-next into staging 2021-01-31 18:27:42 +00:00
Philipp Mildenberger c67f9d2935 zfs: fix zfs legacy mount
Closes #110376
2021-01-31 17:03:23 +01:00
Sandro Jäckel 6dfb84d462 audit: Remove usage of stdenv.lib 2021-01-31 15:10:26 +01:00
Martin Weinelt 3e17f21396 batman-adv: 2020.4 -> 2021.0 (#111185)
* batman-adv: 2020.4 -> 2021.0

* batman-adv: add hexa to maintainers
2021-01-31 13:42:27 +01:00
github-actions[bot] f92395cf3c Merge staging-next into staging 2021-01-31 06:19:43 +00:00
Dmitry Kalinkin 161b9b2436 Merge pull request #99323 from eadwu/nvidia/hardware.nvidia.package
nixos: hardware.nvidia.package option for selecting nvidia package
2021-01-30 22:08:37 -05:00
github-actions[bot] 81337921f5 Merge staging-next into staging 2021-01-31 00:46:33 +00:00
Sandro Jäckel ced3ec6ce3 treewide: update permanent url redirects 2021-01-30 21:48:57 +01:00
Mario Rodas 532b223c91 Merge pull request #111269 from r-ryantm/auto-update/ipset
ipset: 7.9 -> 7.10
2021-01-30 15:16:28 -05:00
github-actions[bot] c72ffa864a Merge staging-next into staging 2021-01-30 18:27:30 +00:00
Guillaume Girol 04af7c02cd Merge pull request #108725 from veehaitch/ath_regd_optional
kernelPatches: ath driver: allow setting regulatory domain
2021-01-30 14:07:25 +00:00
R. RyanTM 5571278f0b ipset: 7.9 -> 7.10 2021-01-30 05:48:12 +00:00
github-actions[bot] e788d512e8 Merge staging-next into staging 2021-01-30 00:44:04 +00:00
Tim Steinbach f10d197ef8 linux: 5.11-rc3 -> 5.11-rc5 2021-01-29 14:00:30 -05:00
markuskowa 8c72a38ad0 Merge pull request #111001 from markuskowa/upd-rdma-core
rdma-core: 33.0 -> 33.1
2021-01-29 19:46:07 +01:00
R. RyanTM 84f357ec32 hwdata: 0.335 -> 0.343 2021-01-29 18:52:29 +01:00
Andrew Fontaine 6ebf1a17af common-config: Enable RX 6000 Series AMDGPU
The kernel config parameter `DRM_AMD_DC_DCN3_0` is required to enable
the RX 6000 series GPUs, and is supported on kernels at least `5.9.12`.

Source: https://wiki.gentoo.org/wiki/AMDGPU#Installation
2021-01-29 12:05:57 -05:00
github-actions[bot] c367646dd4 Merge staging-next into staging 2021-01-29 12:23:58 +00:00
github-actions[bot] 5953c2bc94 Merge master into staging-next 2021-01-29 12:23:53 +00:00