about summary refs log tree commit diff
path: root/pkgs/os-specific
AgeCommit message (Collapse)AuthorFilesLines
2021-02-04Merge pull request #106661 from IvarWithoutBones/update-rtl8821ceSandro1-4/+5
linuxPackages.rtl8821ce: 5.5.2_34066.20200325 -> unstable-2020-12-16
2021-02-04Merge pull request #111908 from primeos/fscryptctlSandro1-6/+17
fscryptctl-experimental: 2017-10-23 -> 0.1.0
2021-02-04zfs: Add test referencesTim Steinbach1-1/+8
2021-02-04Merge pull request #111806 from r-ryantm/auto-update/pcmRyan Mulligan1-2/+2
pcm: 202011 -> 202101
2021-02-04fscryptctl-experimental: 2017-10-23 -> 0.1.0Michael Weiss1-6/+17
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-04wpa_supplicant: fix for security advisory 2020-2Martin Weinelt1-0/+6
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-03pcm: 202011 -> 202101R. RyanTM1-2/+2
2021-02-03zfs: 2.0.1 -> 2.0.2Henri Menke1-15/+5
2021-02-03Merge pull request #109626 from holymonson/darwin-impure-cmdsSandro1-0/+34
darwin: add impure-cmds
2021-02-03Merge pull request #109635 from mroi/patch-pamJörg Thalheim1-2/+3
linux-pam: fix cross compilation on Darwin
2021-02-02Merge pull request #111039 from 0x4A6F/master-firejailMichael Raskin2-27/+15
firejail: 0.9.64 -> 0.9.64.2
2021-02-02open-isns: 0.100 -> 0.101Markus Kowalewski1-16/+3
2021-02-02Merge pull request #110171 from r-ryantm/auto-update/openvswitchMartin Weinelt1-2/+2
openvswitch: 2.14.0 -> 2.14.1
2021-02-02Merge pull request #111630 from danieldk/nvidia-settings-raceDaniël de Kok2-0/+18
nvidia-settings: fix parallel build race condition
2021-02-02Merge pull request #111607 from jtojnar/fwupd-1.5.5Sandro2-28/+16
fwupd: 1.5.3 → 1.5.5
2021-02-02nvidia-settings: fix parallel build race conditionDaniël de Kok2-0/+18
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-01Revert "zfs: 2.0.1 -> 2.0.2"Tim Steinbach1-5/+15
This reverts commit e347e96601032ac64baf0bc7b482697ea9b5a119.
2021-02-01fwupd: 1.5.3 → 1.5.5Jan Tojnar2-28/+16
- https://github.com/fwupd/fwupd/releases/tag/1.5.4 - https://github.com/fwupd/fwupd/releases/tag/1.5.5
2021-02-01linux/hardened/patches/5.4: 5.4.93-hardened1 -> 5.4.94-hardened1Tim Steinbach1-3/+3
2021-02-01linux/hardened/patches/5.10: 5.10.11-hardened1 -> 5.10.12-hardened1Tim Steinbach1-3/+3
2021-02-01linux/hardened/patches/4.19: 4.19.171-hardened1 -> 4.19.172-hardened1Tim Steinbach1-3/+3
2021-02-01linux: 5.4.93 -> 5.4.94Tim Steinbach1-2/+2
2021-02-01linux: 5.10.11 -> 5.10.12Tim Steinbach1-2/+2
2021-02-01linux: 4.9.253 -> 4.9.254Tim Steinbach1-2/+2
2021-02-01linux: 4.4.253 -> 4.4.254Tim Steinbach1-2/+2
2021-02-01linux: 4.19.171 -> 4.19.172Tim Steinbach1-2/+2
2021-02-01linux: 4.14.217 -> 4.14.218Tim Steinbach1-2/+2
2021-02-01zfs: 2.0.1 -> 2.0.2Henri Menke1-15/+5
2021-02-01linuxptp: fix licenseMarkus Kowalewski1-1/+1
2021-02-01Merge pull request #111498 from mweinelt/wpa_supplicant/oweNinjatrappeur1-1/+8
wpa_supplicant: backport support for OWE
2021-02-01wpa_supplicant: backport support for OWEMartin Weinelt1-1/+8
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-01-31zfs: fix zfs legacy mountPhilipp Mildenberger1-2/+8
Closes #110376
2021-01-31batman-adv: 2020.4 -> 2021.0 (#111185)Martin Weinelt2-5/+5
* batman-adv: 2020.4 -> 2021.0 * batman-adv: add hexa to maintainers
2021-01-30Merge pull request #99323 from eadwu/nvidia/hardware.nvidia.packageDmitry Kalinkin2-5/+15
nixos: hardware.nvidia.package option for selecting nvidia package
2021-01-30treewide: update permanent url redirectsSandro Jäckel1-2/+2
2021-01-30Merge pull request #111269 from r-ryantm/auto-update/ipsetMario Rodas1-2/+2
ipset: 7.9 -> 7.10
2021-01-30Merge pull request #108725 from veehaitch/ath_regd_optionalGuillaume Girol1-0/+13
kernelPatches: ath driver: allow setting regulatory domain
2021-01-30ipset: 7.9 -> 7.10R. RyanTM1-2/+2
2021-01-29Merge pull request #110787 from tfc/cartesian-productSilvan Mosberger1-4/+5
lib/attrsets: add cartesianProductOfSets function
2021-01-29linux: 5.11-rc3 -> 5.11-rc5Tim Steinbach1-2/+2
2021-01-29Merge pull request #111001 from markuskowa/upd-rdma-coremarkuskowa1-3/+3
rdma-core: 33.0 -> 33.1
2021-01-29Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-01-29Merge pull request #110724 from ilian/fix/nvidia-rtJörg Thalheim1-1/+1
2021-01-29Merge master into staging-nextgithub-actions[bot]2-10/+24
2021-01-28Merge pull request #111009 from markuskowa/upd-isnsmarkuskowa2-10/+24
open-isns: 0.99 -> 0.100
2021-01-28Use lib.cartesianProducOfSets where lib.crossLists was usedJacek Galowicz1-4/+5
2021-01-28linuxPackages.rtl8821ce: 5.5.2_34066.20200325 -> unstable-2020-12-16IvarWithoutBones1-4/+5
2021-01-28firejail: 0.9.64 -> 0.9.64.20x4A6F2-27/+15
2021-01-28rdma-core: 33.0 -> 33.1Markus Kowalewski1-3/+3
2021-01-28openisns: change attribute to open-isnsMarkus Kowalewski1-2/+2
Make attribute consitent with pname to match the official name.