github-actions[bot]
1d62dc37db
Merge master into staging-next
2021-02-13 00:36:11 +00:00
Walter Franzini
733d24b50b
add stackprotector support on musl32
...
In order to support stackprotector on musl32, this change import a
couple of patches from alpinelinux:
1. libssp_nonshared.a is built alongside musl's libc
2. the above library is automatically linked when compiling with gcc6
or gcc7
2021-02-12 21:11:16 +01:00
Luflosi
ba680416b9
flashbench: 2012-06-06 -> 2020-01-23
...
Also
- use fetchFromGitHub instead of fetchgit
- clarify license gpl2 -> gpl2Only
- run preInstall and postInstall phases
- mark version as unstable
2021-02-12 20:34:53 +01:00
github-actions[bot]
0667f269fc
Merge staging-next into staging
2021-02-12 18:16:50 +00:00
github-actions[bot]
b23b455f9a
Merge master into staging-next
2021-02-12 18:16:46 +00:00
Jörg Thalheim
8374c660fe
Merge pull request #112815 from Mic92/broken-libre
...
linux-libre: mark as broken
2021-02-12 15:17:33 +00:00
github-actions[bot]
53c1035b44
Merge staging-next into staging
2021-02-12 12:20:24 +00:00
github-actions[bot]
15db604744
Merge master into staging-next
2021-02-12 12:20:20 +00:00
Florian Klink
e373b423c7
systemd: drop /etc/systemd-mutable
...
This has only been used by Dysnomia, which has been removed from Nixpkgs
in https://github.com/NixOS/nixpkgs/pull/110799 after being broken for
more than a year.
If Dysnomia comes back, it can probably just use
/nix/var/nix/profiles/default/lib/systemd/system, or set its own systemd
flavour looking in that location via the `systemd.package`.
2021-02-12 12:53:20 +01:00
Florian Klink
53a0c2878b
Merge pull request #111786 from flokli/systemd-247.3
...
systemd: 247.2 -> 247.3
2021-02-12 12:52:49 +01:00
Maximilian Bosch
801c70690a
linuxPackaes.wireguard: 1.0.20201221 -> 1.0.20210124
...
Announcement: https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html
2021-02-12 11:23:35 +01:00
R. RyanTM
971a2aa66b
eudev: 3.2.9 -> 3.2.10
2021-02-12 08:33:41 +00:00
github-actions[bot]
ae07bf1352
Merge staging-next into staging
2021-02-12 00:36:23 +00:00
github-actions[bot]
344456f66a
Merge master into staging-next
2021-02-12 00:36:19 +00:00
Sandro
062438b5c7
Merge pull request #112656 from mathieupost/patch-1
...
goku: 0.1.11 -> 0.3.6
2021-02-11 23:39:19 +01:00
Jörg Thalheim
f80e704c52
linux-libre: mark as broken
...
- broken since 2020-12-25
- slows down nixpkgs-review
- maintainer has been pinged but did not reacted: https://github.com/NixOS/nixpkgs/issues/111594
2021-02-11 21:22:54 +01:00
github-actions[bot]
a480c1ebb1
Merge staging-next into staging
2021-02-11 18:16:52 +00:00
github-actions[bot]
402b752521
Merge master into staging-next
2021-02-11 18:16:48 +00:00
Tim Steinbach
47a1e0af12
linux/hardened/patches/5.4: 5.4.96-hardened1 -> 5.4.97-hardened1
2021-02-11 09:13:16 -05:00
Tim Steinbach
855c73b19c
linux/hardened/patches/5.10: 5.10.14-hardened1 -> 5.10.15-hardened1
2021-02-11 09:13:16 -05:00
Tim Steinbach
fdfb0d4fbb
linux/hardened/patches/4.19: 4.19.174-hardened1 -> 4.19.175-hardened1
2021-02-11 09:13:16 -05:00
Tim Steinbach
d693dd3739
linux/hardened/patches/4.14: 4.14.220-hardened1 -> 4.14.221-hardened1
2021-02-11 09:13:16 -05:00
Tim Steinbach
b18ba5fc96
linux: 5.4.96 -> 5.4.97
2021-02-11 09:13:16 -05:00
Tim Steinbach
04dfe4121d
linux: 5.10.14 -> 5.10.15
2021-02-11 09:13:16 -05:00
Tim Steinbach
bf589a89fb
linux: 4.9.256 -> 4.9.257
2021-02-11 09:13:16 -05:00
Tim Steinbach
db72cea1d1
linux: 4.4.256 -> 4.4.257
2021-02-11 09:13:16 -05:00
Tim Steinbach
b800909bed
linux: 4.19.174 -> 4.19.175
2021-02-11 09:13:16 -05:00
Tim Steinbach
1445962d61
linux: 4.14.220 -> 4.14.221
2021-02-11 09:13:16 -05:00
github-actions[bot]
7b1453f784
Merge staging-next into staging
2021-02-11 12:20:13 +00:00
github-actions[bot]
9185e731d2
Merge master into staging-next
2021-02-11 12:20:09 +00:00
Michael Weiss
7fdadc140c
fscryptctl: init at 1.0.0 ( #112651 )
...
Release notes: https://github.com/google/fscryptctl/releases/tag/v1.0.0
fscryptctl-experimental will remain at version 0.1.0 to ensure a smooth
transition.
2021-02-11 12:36:34 +01:00
R. RyanTM
4c04b4cef9
firmware-manager: 0.1.1 -> 0.1.2
2021-02-11 09:40:10 +01:00
fricklerhandwerk
283eaaff3e
nixos-rebuild: use remote $PATH in buildHostCmd
...
this fixes the issue when using
nixos-rebuild switch --target-host <target> --use-remote-sudo
when the local machine does not have anything in `$PATH` that would
resolve to `sudo` on the remote machine.
the single quotes prevent expansion of `$PATH` on the local machine,
such that the remote machine's value of that variable is used.
2021-02-10 23:13:37 -08:00
github-actions[bot]
95e9af5e42
Merge staging-next into staging
2021-02-11 06:16:39 +00:00
github-actions[bot]
3f38ab888e
Merge master into staging-next
2021-02-11 06:16:35 +00:00
Jan Tojnar
7aa11e0979
Merge pull request #111111 from r-ryantm/auto-update/hwdata
...
hwdata: 0.335 -> 0.343
2021-02-11 06:28:25 +01:00
Sandro
0db00f5060
Merge pull request #112453 from nh2/linux-pam-1.5-musl
...
pkgsStatic.linux-pam: Remove no longer necessary musl patches.
2021-02-11 02:31:59 +01:00
github-actions[bot]
8df773cc54
Merge staging-next into staging
2021-02-11 00:36:13 +00:00
github-actions[bot]
5f9df37683
Merge master into staging-next
2021-02-11 00:36:09 +00:00
Sandro
41d270c2aa
Merge pull request #110857 from SuperSandro2000/fix-collection6
2021-02-11 01:32:55 +01:00
Niklas Hambüchen
da899edeec
pkgsStatic.linux-pam: Remove no longer necessary musl patches.
...
See https://github.com/NixOS/nixpkgs/pull/109906#issuecomment-775630916 .
These Alpine patches:
libpam-fix-build-with-eglibc-2.16.patch
fix-compat.patch
were removed in:
https://git.alpinelinux.org/aports/commit/main/linux-pam?id=9ba93cf3f515b4f0b9b3802b84d42c4e436afe8b
2021-02-10 23:06:15 +01:00
Linus Heckemann
e4cf0e7a45
Merge pull request #109345 from cole-h/zfs-closure
...
Shrink the ZFS closure by making mail support optional
2021-02-10 23:04:24 +01:00
Mathieu Post
7c9c8a1fd0
Goku: 0.1.11 -> 0.3.6
2021-02-10 15:37:33 +01:00
github-actions[bot]
8e562b64b6
Merge staging-next into staging
2021-02-10 06:17:02 +00:00
github-actions[bot]
459eb2d924
Merge master into staging-next
2021-02-10 06:16:56 +00:00
Martin Weinelt
8d8c27fb68
compsize: update license to gpl2Plus
2021-02-10 03:49:56 +01:00
R. RyanTM
2ed94d81cd
compsize: 1.4 -> 1.5
2021-02-10 00:59:14 +00:00
github-actions[bot]
cc76e9d74a
Merge staging-next into staging
2021-02-09 18:16:37 +00:00
github-actions[bot]
8064cff79c
Merge master into staging-next
2021-02-09 18:16:33 +00:00
Stig
40b3dc935d
Merge pull request #112439 from 0x4A6F/master-firejail
...
firejail: 0.9.64.2 -> 0.9.64.4
2021-02-09 17:32:31 +01:00
github-actions[bot]
44846974fa
Merge master into staging-next
2021-02-09 12:19:41 +00:00
Sandro
30e3ed5234
Merge pull request #112416 from qzle/master
2021-02-09 12:18:00 +01:00
Jens Nolte
fbc669e12f
aseq2json: init at 2018-04-28
2021-02-09 11:59:06 +01:00
Jörg Thalheim
6eeba550e9
Merge remote-tracking branch 'upstream/staging-next' into HEAD
2021-02-09 10:54:55 +01:00
github-actions[bot]
30dddce5e8
Merge master into staging-next
2021-02-09 06:16:02 +00:00
Mario Rodas
24a7ad1441
Merge pull request #112368 from r-ryantm/auto-update/psmisc
...
psmisc: 23.3 -> 23.4
2021-02-08 20:48:51 -05:00
Bernardo Meurer
c83a3d6fa7
Merge pull request #112335 from lovesegfault/firefox-no-flash
...
treewide: cleanup Adobe Flash Player
2021-02-09 01:35:24 +00:00
Jan Tojnar
faf133f854
Merge pull request #97972 from mvnetbiz/power-profiles-daemon
2021-02-09 01:41:04 +01:00
github-actions[bot]
be53401bb8
Merge staging-next into staging
2021-02-09 00:36:21 +00:00
github-actions[bot]
5704fd1095
Merge master into staging-next
2021-02-09 00:36:17 +00:00
Matt Votava
9a3190a960
power-profiles-daemon: init at 0.1, add service module
2021-02-09 01:25:56 +01:00
TredwellGit
d7c4ca2de6
firmwareLinuxNonfree: 2020-12-18 -> 2021-02-08
2021-02-08 16:09:22 -05:00
Tim Steinbach
325df29630
linux/hardened/patches/5.4: 5.4.95-hardened1 -> 5.4.96-hardened1
2021-02-08 15:48:47 -05:00
Tim Steinbach
35c2b6a578
linux/hardened/patches/5.10: 5.10.13-hardened1 -> 5.10.14-hardened1
2021-02-08 15:48:46 -05:00
Tim Steinbach
c338363969
linux/hardened/patches/4.19: 4.19.173-hardened1 -> 4.19.174-hardened1
2021-02-08 15:48:45 -05:00
Tim Steinbach
a1c4ddf275
linux/hardened/patches/4.14: 4.14.219-hardened1 -> 4.14.220-hardened1
2021-02-08 15:48:45 -05:00
Tim Steinbach
f891d28420
linux_latest-libre: 17812 -> 17873
2021-02-08 15:48:44 -05:00
Tim Steinbach
6a9fe0b972
linux: 5.4.95 -> 5.4.96
2021-02-08 15:48:43 -05:00
Tim Steinbach
1d0d45860e
linux: 5.10.13 -> 5.10.14
2021-02-08 15:48:42 -05:00
Tim Steinbach
5eba1183f6
linux: 4.9.255 -> 4.9.256
2021-02-08 15:48:41 -05:00
Tim Steinbach
4d75ebab78
linux: 4.4.255 -> 4.4.256
2021-02-08 15:48:41 -05:00
Tim Steinbach
f1831d8586
linux: 4.19.173 -> 4.19.174
2021-02-08 15:48:40 -05:00
Tim Steinbach
bed08131cd
linux: 4.14.219 -> 4.14.220
2021-02-08 15:48:35 -05:00
github-actions[bot]
f7ffe741e0
Merge staging-next into staging
2021-02-08 18:17:06 +00:00
github-actions[bot]
1848e071c9
Merge master into staging-next
2021-02-08 18:17:03 +00:00
Bernardo Meurer
544fdb05a5
hal-flash: drop
2021-02-08 09:38:45 -08:00
Alyssa Ross
1690c5ddf8
Revert "alsa-plugins: don't build with libjack2 support when cross-compiling"
...
This reverts commit 033cfcce15
, which is
no longer necessary because libjack2 can now be cross-compiled.
2021-02-08 14:55:17 +00:00
Bas van Dijk
6005700c53
libsemanage: fix build by disabling clobbered warning
...
This turns the GCC clobbered error into a warning which should fix:
```
emanage_store.c: In function 'semanage_exec_prog':
semanage_store.c:1278:6: error: variable 'i' might be clobbered by 'longjmp' or 'vfork' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclobbered -Werror=clobbered8;;]
1278 | int i;
| ^
cc1: all warnings being treated as errors
```
2021-02-08 14:25:44 +01:00
R. RyanTM
bebd399724
psmisc: 23.3 -> 23.4
2021-02-08 06:55:47 +00:00
0x4A6F
75351261fc
firejail: 0.9.64.2 -> 0.9.64.4
2021-02-07 23:40:58 +00:00
Cole Helbling
1ed5b6a285
zfs: disable smartmontools mail functionality
2021-02-06 22:04:00 -08:00
github-actions[bot]
aaaf1218bf
Merge master into staging-next
2021-02-07 00:37:36 +00:00
R. RyanTM
bc898deb77
solo5: 0.6.7 -> 0.6.8
2021-02-06 22:07:22 +01:00
github-actions[bot]
77db03ceac
Merge master into staging-next
2021-02-06 12:19:10 +00:00
Michael Weiss
df9dac5e77
fuse3: 3.10.1 -> 3.10.2 ( #112016 )
2021-02-06 11:52:09 +01:00
github-actions[bot]
2bd4b7104c
Merge staging-next into staging
2021-02-05 18:16:38 +00:00
Jan Tojnar
493bbc968b
Merge pull request #95337 from pasqui23/switchctl
2021-02-05 18:05:39 +01:00
Pasquale
2d0ccc0ec0
switcheroo-control: init at 2.3
...
switcheroo-control: addded to package set
2021-02-05 17:39:44 +01:00
Tim Steinbach
686d43fb39
linux/hardened/patches/5.4: 5.4.94-hardened1 -> 5.4.95-hardened1
2021-02-05 09:33:41 -05:00
Tim Steinbach
10ed973da7
linux/hardened/patches/5.10: 5.10.12-hardened1 -> 5.10.13-hardened1
2021-02-05 09:33:41 -05:00
Tim Steinbach
043dbf804f
linux/hardened/patches/4.19: 4.19.172-hardened1 -> 4.19.173-hardened1
2021-02-05 09:33:41 -05:00
Tim Steinbach
353c5d571a
linux/hardened/patches/4.14: 4.14.217-hardened1 -> 4.14.219-hardened1
2021-02-05 09:33:41 -05:00
Tim Steinbach
8ae81a4c89
linux-rt_5_10: 5.10.8-rt24 -> 5.10.12-rt26
2021-02-05 09:33:41 -05:00
Tim Steinbach
13bc895a8f
linux: 5.4.94 -> 5.4.95
2021-02-05 09:33:41 -05:00
Tim Steinbach
75d4d5fe85
linux: 5.10.12 -> 5.10.13
2021-02-05 09:33:41 -05:00
Tim Steinbach
dc3a812217
linux: 4.9.254 -> 4.9.255
2021-02-05 09:33:41 -05:00
Tim Steinbach
a72348cc48
linux: 4.4.254 -> 4.4.255
2021-02-05 09:33:41 -05:00
Tim Steinbach
da98a8c94b
linux: 4.19.172 -> 4.19.173
2021-02-05 09:33:41 -05:00
Tim Steinbach
165ca30ecf
linux: 4.14.218 -> 4.14.219
2021-02-05 09:33:41 -05:00
github-actions[bot]
bd1a0c9702
Merge staging-next into staging
2021-02-05 12:19:39 +00:00
Domen Kožar
9e1c01f500
--no-net is now --offline
2021-02-05 11:57:42 +00:00
Jan Tojnar
da66296930
Merge branch 'staging-next' into staging
...
libkeyfinder no longer uses Qt so dontWrapQtApps is moot.
2021-02-04 19:34:26 +01:00
Sandro
2fe06d9478
Merge pull request #106661 from IvarWithoutBones/update-rtl8821ce
...
linuxPackages.rtl8821ce: 5.5.2_34066.20200325 -> unstable-2020-12-16
2021-02-04 18:41:02 +01:00
Sandro
31bc8c38e6
Merge pull request #111908 from primeos/fscryptctl
...
fscryptctl-experimental: 2017-10-23 -> 0.1.0
2021-02-04 18:13:29 +01:00
Tim Steinbach
429800ea40
zfs: Add test references
2021-02-04 09:38:46 -05:00
Jan Tojnar
91109ce94a
Merge branch 'staging-next' into staging
2021-02-04 15:02:14 +01:00
Ryan Mulligan
a130a0a0d2
Merge pull request #111806 from r-ryantm/auto-update/pcm
...
pcm: 202011 -> 202101
2021-02-04 05:28:40 -08:00
Michael Weiss
6f6ce15938
fscryptctl-experimental: 2017-10-23 -> 0.1.0
...
Version 0.1.0 is based on the last commit that included support for V1
encryption policies. Version 1.0 is about to be released and will
include a PR which removes V1 policy support and adds V2 policy support.
Source: https://github.com/google/fscryptctl/issues/12#issuecomment-772888154
When version 1.0 is released we'll likely package it as fscryptctl and
mark fscryptctl-experimental as broken (referring to fscryptctl).
2021-02-04 13:39:00 +01:00
github-actions[bot]
a93a3ec715
Merge staging-next into staging
2021-02-04 00:35:42 +00:00
Martin Weinelt
95164dc11b
wpa_supplicant: fix for security advisory 2020-2
...
A vulnerability was discovered in how wpa_supplicant processing P2P
(Wi-Fi Direct) group information from active group owners. The actual
parsing of that information validates field lengths appropriately, but
processing of the parsed information misses a length check when storing
a copy of the secondary device types. This can result in writing
attacker controlled data into the peer entry after the area assigned for
the secondary device type. The overflow can result in corrupting
pointers for heap allocations. This can result in an attacker within
radio range of the device running P2P discovery being able to cause
unexpected behavior, including termination of the wpa_supplicant process
and potentially arbitrary code execution.
https://w1.fi/security/2020-2/wpa_supplicant-p2p-group-info-processing-vulnerability.txt
Fixes: CVE-2021-0326
2021-02-04 00:31:38 +01:00
R. RyanTM
21063beadb
pcm: 202011 -> 202101
2021-02-03 20:24:21 +00:00
Michael Weiss
25e3e66b65
iputils: 20200821 -> 20210202 ( #111645 )
2021-02-03 21:02:06 +01:00
Florian Klink
2a19c18a74
systemd: add note about nixpkgs-fmt
2021-02-03 20:25:52 +01:00
Henri Menke
bde2fffbbe
zfs: 2.0.1 -> 2.0.2
2021-02-03 11:18:48 -08:00
github-actions[bot]
571eb10996
Merge staging-next into staging
2021-02-03 18:22:22 +00:00
Florian Klink
f61a3bf8e8
systemd: nixpkgs-fmt
...
This was recently introduced, and apparently not nixpkgs-fmt'ed.
While there's no global consensus on nixpkgs-fmt'ing everything,
indenting this by 2 more spaces won't hurt.
2021-02-03 18:56:07 +01:00
Florian Klink
49cb525712
systemd: 247.2 -> 247.3
2021-02-03 18:56:06 +01:00
Sandro
0829a51862
Merge pull request #109626 from holymonson/darwin-impure-cmds
...
darwin: add impure-cmds
2021-02-03 18:11:58 +01:00
Sandro
7e55500f54
Merge pull request #111177 from afontaine/enable-rx6000-gpus
...
common-config: Enable RX 6000 Series AMDGPU
2021-02-03 11:29:14 +01:00
github-actions[bot]
d867b6f9eb
Merge staging-next into staging
2021-02-03 06:18:15 +00:00
Jörg Thalheim
60d9784263
Merge pull request #109635 from mroi/patch-pam
...
linux-pam: fix cross compilation on Darwin
2021-02-03 05:42:45 +00:00
Jörg Thalheim
dec19cba44
Merge pull request #109644 from Izorkin/update-firewall
2021-02-03 05:41:42 +00:00
github-actions[bot]
f9141c9fc1
Merge staging-next into staging
2021-02-03 00:39:57 +00:00
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
Dmitry Kalinkin
f602c10ea7
Merge pull request #109368 from holymonson/check-headers
...
darwin: check apple headers
2021-02-01 12:12:03 -05: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
Dmitry Kalinkin
98cc48e3f7
Merge pull request #109052 from holymonson/bootstrap_cmds
...
darwin.bootstrap_cmds: update to 121
2021-01-31 19:07:51 -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
Dmitry Kalinkin
84b3d08ba6
Merge pull request #111057 from veprbl/pr/darwin_CF_fix_sandboxing
...
darwin.CF: fix sandboxed build
2021-01-30 19:30:51 -05: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
Dmitry Kalinkin
7301135474
Merge pull request #111129 from holymonson/ICU
...
darwin.ICU: update to 66108 and restruct
2021-01-30 12:26:45 -05: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
Monson Shao
c12df57435
darwin.apple-source-releases: implement headers check
2021-01-30 21:37:46 +08:00
Monson Shao
4bc22226a2
darwin.hfs: add appleHeaders and set headersOnly=true by default
2021-01-30 21:37:46 +08:00
Monson Shao
0681f7f979
darwin.Libsystem: add appleHeaders
2021-01-30 21:37:46 +08:00
Monson Shao
e2fb835ce2
darwin.xnu: add appleHeaders
2021-01-30 21:37:46 +08:00
Monson Shao
1eb3a0d5c9
darwin.Libc: add appleHeaders
2021-01-30 21:37:46 +08:00
Monson Shao
4da71ef5af
darwin.CommonCrypto: add appleHeaders
2021-01-30 21:37:46 +08:00
Monson Shao
c08b0b360a
darwin.Libinfo: add appleHeaders
2021-01-30 21:37:46 +08:00
Monson Shao
24feb6adb2
darwin.architecture: add appleHeaders
2021-01-30 21:37:45 +08:00
Monson Shao
c02807ece4
darwin.launchd: add appleHeaders
2021-01-30 21:37:45 +08:00
Monson Shao
69625af7d1
darwin.libclosure: add appleHeaders
2021-01-30 21:37:45 +08:00
Monson Shao
f4b4000e8f
darwin.libdispatch: add appleHeaders
2021-01-30 21:37:45 +08:00
Monson Shao
4efe7aae90
darwin.libplatform: add appleHeaders
2021-01-30 21:37:45 +08:00
Monson Shao
e70c149458
darwin.libpthread: add appleHeaders
2021-01-30 21:37:44 +08:00
Monson Shao
e6b3f18ee5
darwin.libutil: add appleHeaders
2021-01-30 21:37:44 +08:00
Monson Shao
79c264411e
darwin.removefile: add appleHeaders
2021-01-30 21:37:44 +08: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
Silvan Mosberger
aa48e205a2
Merge pull request #110787 from tfc/cartesian-product
...
lib/attrsets: add cartesianProductOfSets function
2021-01-29 20:22:12 +01: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
Jörg Thalheim
6e8964256c
Merge pull request #110724 from ilian/fix/nvidia-rt
2021-01-29 09:28:39 +00:00
Monson Shao
145ed3fcbc
darwin.ICU: update to 66108 and restruct
2021-01-29 15:42:27 +08:00
Monson Shao
84410e29df
darwin.bootstrap_cmds: update to 121
2021-01-29 15:39:51 +08:00
Monson Shao
399dbcac67
darwin.apple-source-releases: drop sdkName in version
2021-01-29 15:39:32 +08:00
Yurii Izorkin
b2e84fa59c
libcap: 2.46 -> 2.47 ( #111014 )
2021-01-29 07:02:26 +00:00
github-actions[bot]
3ac0ccda7a
Merge staging-next into staging
2021-01-29 00:43:57 +00:00
github-actions[bot]
98b8e8ebf8
Merge master into staging-next
2021-01-29 00:43:53 +00:00