Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 02dbdcddcd30
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25d5777d9ea4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 2, 2019

  1. wpa_supplicant: apply patch for CVE-2019-16275

    (cherry picked from commit 5596874)
    delroth committed Oct 2, 2019
    Copy the full SHA
    3f35f89 View commit details

Commits on Oct 14, 2019

  1. wpa_supplicant: apply patch for CVE-2019-16275 [19.03] (#70268)

    wpa_supplicant: apply patch for CVE-2019-16275 [19.03]
    flokli authored Oct 14, 2019
    Copy the full SHA
    25d5777 View commit details
Showing with 8 additions and 0 deletions.
  1. +8 −0 pkgs/os-specific/linux/wpa_supplicant/default.nix
8 changes: 8 additions & 0 deletions pkgs/os-specific/linux/wpa_supplicant/default.nix
Original file line number Diff line number Diff line change
@@ -13,6 +13,14 @@ stdenv.mkDerivation rec {
sha256 = "15ixzm347n8w6gdvi3j3yks3i15qmp6by9ayvswm34d929m372d6";
};

patches = [
(fetchurl {
name = "CVE-2019-16275.patch";
url = "https://w1.fi/security/2019-7/0001-AP-Silently-ignore-management-frame-from-unexpected-.patch";
sha256 = "15xjyy7crb557wxpx898b5lnyblxghlij0xby5lmj9hpwwss34dz";
})
];

# TODO: Patch epoll so that the dbus actually responds
# TODO: Figure out how to get privsep working, currently getting SIGBUS
extraConfig = ''