Alyssa Ross
25208eeaba
linux: remove xen_dom0 feature entirely
...
Xen is now enabled unconditionally on kernels that support it, so the
xen_dom0 feature doesn't do anything. The isXen attribute will now
produce a deprecation warning and unconditionally return true.
Passing in a custom value for isXen is no longer supported.
2021-04-05 09:25:39 +00:00
zowoq
2361318ade
Merge staging-next into staging
2021-04-05 05:11:50 +10:00
github-actions[bot]
8277f3982e
Merge master into staging-next
2021-04-04 18:13:55 +00:00
Tim Steinbach
67f3319fb7
wpa_supplicant: Enable bgscan 'learn' module
2021-04-04 12:41:14 -04:00
Alyssa Ross
5f24024de6
linux: enable Xen everywhere it can be
...
I don't think there's any reason to have a seperate kernel variant
because of this, with all the maintenance burden that imposes. Debian
and Fedora both enable all these options on their normal kernels.
Alias the Linux Xen attributes, so this change should be seemless for
people who were using the Xen kernels up to now.
All the Xen options are marked as optional anyway, so it should be
fine to try to enable them on non-x86 platforms as well.
Fixes: https://github.com/NixOS/nixpkgs/issues/115182
2021-04-04 14:26:21 +00:00
github-actions[bot]
3e45982f7a
Merge master into staging-next
2021-04-04 12:06:01 +00:00
Vladimír Čunát
7f46b19d76
Merge #118386 : linux: don't compress by ZSTD on 32-bit
2021-04-04 09:52:46 +02:00
github-actions[bot]
3bf92ca4db
Merge master into staging-next
2021-04-03 18:18:51 +00:00
Frederik Rietdijk
e9e4ca6b4a
libnl: python is optional
2021-04-03 17:06:08 +02:00
Vladimír Čunát
7a3f21c1e4
linux: don't compress by ZSTD on 32-bit
...
It doesn't build on i686 and I don't consider it worth deep
investigation. I tried a VM test, too (nixosTests.knot).
2021-04-03 16:11:17 +02:00
github-actions[bot]
74200a7126
Merge master into staging-next
2021-04-03 00:14:57 +00:00
github-actions[bot]
b3a0328b7f
Merge master into staging-next
2021-04-02 18:14:54 +00:00
V
fb1a5d09d9
linuxPackages.bpftrace: 0.11.4 -> 0.12.0
2021-04-02 17:15:17 +02:00
Martin Weinelt
c07d93eb02
Merge pull request #118323 from veehaitch/hostapd-sae-wpa3
...
hostapd: build with SAE for WPA3 support
2021-04-02 15:44:01 +02:00
Vincent Haupert
214bbb5cf0
hostapd: build with SAE for WPA3 support
2021-04-02 15:14:09 +02:00
github-actions[bot]
60739e07d2
Merge master into staging-next
2021-04-02 12:06:12 +00:00
Michael Weiss
619953ead4
fscrypt-experimental: 0.2.9 -> 0.3.0 ( #118243 )
2021-04-02 11:56:01 +02:00
Jörg Thalheim
49b4d498aa
Merge pull request #118202 from Mic92/systemd-stable-update
...
systemd: 247.3 -> 247.6
2021-04-02 10:10:59 +01:00
github-actions[bot]
636e58e31b
Merge staging-next into staging
2021-04-02 00:21:46 +00:00
Samuel Gräfenstein
a893766d3a
linuxPackages.rtw88: 2021-03-21 -> 2021-04-01
2021-04-02 01:43:16 +02:00
Sandro
f3a050ccf9
Merge pull request #118265 from dshkyra/fix-118254-krb5-not-found
...
pam-krb5: 4.9 -> 4.10
2021-04-01 23:51:17 +02:00
Alyssa Ross
f67748ecda
Fix some typos in comments
2021-04-01 18:34:27 +00:00
github-actions[bot]
78b864aeee
Merge staging-next into staging
2021-04-01 18:15:42 +00:00
Dmytro Shkyra
54c59ffe88
Fix: Cannot download pam-krb5-4.9.tar.gz
...
Change pam-krb5 version to 4.10 as
https://archives.eyrie.org/software/kerberos/pam-krb5-4.9.tar.gz
doesn't exists anymore.
Fixes #118254 .
2021-04-01 12:55:47 -04:00
Daniel Nagy
cda1212f86
dstat: add changelog
2021-04-01 17:59:47 +02:00
Jörg Thalheim
1c3a4dbc0d
systemd: 247.3 -> 247.6
2021-04-01 13:03:28 +02:00
github-actions[bot]
b152812791
Merge staging-next into staging
2021-04-01 00:15:44 +00:00
oxalica
72e1e31773
linuxPackages.isgx: init at 2.11 ( #109013 )
...
* linuxPackages.isgx: init at 2.11
* isgx: simplify
* isgx: fix meta and mark as broken for kernel >= 5.11.0
2021-04-01 01:33:38 +02:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
...
Since 03eaa48
added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.
Unfortunately there are a few exceptions that I've found:
1. Scripts that are calling perl with the -T switch. This makes perl
ignore PERL5LIB, which is what perl.withPackages is using to inform
the interpreter of the library paths.
2. Perl packages that depends on libraries in their own path. This
is not possible because perl.withPackages works at build time. The
workaround is to add `-I $out/${perl.libPrefix}` to the shebang.
In all other cases I propose to switch to perl.withPackages.
[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
Sandro
5f914dc99e
Merge pull request #117168 from pmeiyu/master
...
lm-sensors: Read system configuration files from /etc directory
2021-03-31 21:32:59 +02:00
github-actions[bot]
5abd5f5ab0
Merge staging-next into staging
2021-03-31 18:15:02 +00:00
Tim Steinbach
efd9121787
linux/hardened/patches/5.11: 5.11.9-hardened1 -> 5.11.10-hardened1
2021-03-31 11:25:46 -04:00
Tim Steinbach
5368c6d11e
linux/hardened/patches/5.10: 5.10.25-hardened1 -> 5.10.26-hardened1
2021-03-31 11:25:46 -04:00
Tim Steinbach
2a47ac7922
linux-rt_5_10: 5.10.21-rt34 -> 5.10.25-rt35
2021-03-31 11:25:46 -04:00
Tim Steinbach
623687ca7f
linux: 5.11.9 -> 5.11.10
2021-03-31 11:25:46 -04:00
github-actions[bot]
01b3d1558f
Merge staging-next into staging
2021-03-30 18:15:09 +00:00
github-actions[bot]
f555f95ed8
Merge master into staging-next
2021-03-30 18:15:05 +00:00
Sandro
24466250ec
Merge pull request #116292 from samuelgrf/fix-rename/rtlwifi_new
...
rtlwifi_new: fix build & rename to rtw88
2021-03-30 17:28:02 +02:00
github-actions[bot]
d466353dd5
Merge staging-next into staging
2021-03-30 12:06:28 +00:00
github-actions[bot]
c9e9ff786b
Merge master into staging-next
2021-03-30 12:06:24 +00:00
Samuel Gräfenstein
ef4378e9b7
linuxPackages.rtl8821ce: remove samuelgrf from maintainers
2021-03-30 02:54:01 +02:00
github-actions[bot]
cde69e72d7
Merge staging-next into staging
2021-03-30 00:14:36 +00:00
github-actions[bot]
db6366f318
Merge master into staging-next
2021-03-30 00:14:33 +00:00
Martin Weinelt
9d68911778
Merge pull request #116816 from TimothyKlim/master
...
nvidia-x11: 460.56 -> 460.67
2021-03-30 02:04:10 +02:00
Samuel Gräfenstein
5a40af2df2
rtlwifi_new: fix build & rename to rtw88
2021-03-30 00:52:13 +02:00
github-actions[bot]
884cf463fd
Merge staging-next into staging
2021-03-29 12:06:29 +00:00
github-actions[bot]
b1788736fd
Merge master into staging-next
2021-03-29 12:06:25 +00:00
Sandro
0b9a6c55e0
Merge pull request #117922 from samuelgrf/rtl8821ce_unstable-2021-03-21
2021-03-29 14:03:37 +02:00
Samuel Gräfenstein
294dabf78c
linuxPackages.rtl8821ce: 2020-12-16 -> 2021-03-21, ...
...
clarify gpl2 license with gpl2Only
Fix building for kernel versions >5.10.
2021-03-29 10:03:41 +02:00
github-actions[bot]
2f2a55496a
Merge staging-next into staging
2021-03-29 06:05:59 +00:00