Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 8bf0f130e0bb
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 8f3c63bd12d3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 7, 2019

  1. hostapd: 2.8 -> 2.9

    Associated release note:
    https://w1.fi/security/2019-6/sae-eap-pwd-side-channel-attack-update.txt
    
    Note: we are building hostapd with the CONFIG_EAP_PWD=y flag by
    default, we might be impacted by a EAP_PWD side-channel attach on
    hostapd 2.8.
    
    (cherry picked from commit abc9b32)
    picnoir authored and flokli committed Dec 7, 2019
    Copy the full SHA
    c7f71b5 View commit details
    Browse the repository at this point in the history
  2. hostapd: use getrandom(2)

    Motivation: Devices with few entropy sources on boot hang/block if many services try to
    read from /dev/random.
    
    https://w1.fi/cgit/hostap/commit/?id=89a7cdd690b48a0c56380cf4609442ed13527f44
    states getrandom() is recommended, but not enabled by default since it
    relies on:
    
    * Linux kernel 3.17 (NixOS 19.09 has 4.19; master presumably later)
    * glibc 2.25 (NixOS master has 2.27
      https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/glibc/common.nix#L37 )
    tomfitzhenry authored and flokli committed Dec 7, 2019
    Copy the full SHA
    b156188 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. kitty: remove unused GLFW dependency

    kitty has its own heavily modified fork of GLFW embedded in the source code. Therefore it doesn't need GLFW as an external dependency.
    
    (cherry picked from commit 079d57f)
    Luflosi authored and veprbl committed Dec 8, 2019
    Copy the full SHA
    8f3c63b View commit details
    Browse the repository at this point in the history