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: 808d3c6d1238
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 3a1861fcabcd
Choose a head ref
  • 19 commits
  • 16 files changed
  • 12 contributors

Commits on Dec 7, 2019

  1. linux: 4.14.157 -> 4.14.158

    (cherry picked from commit b80f9b6)
    NeQuissimus committed Dec 7, 2019
    Copy the full SHA
    57c68e2 View commit details
    Browse the repository at this point in the history
  2. linux: 4.19.87 -> 4.19.88

    (cherry picked from commit 9ad3dbf)
    NeQuissimus committed Dec 7, 2019
    Copy the full SHA
    c9cbe10 View commit details
    Browse the repository at this point in the history
  3. linux: 4.4.205 -> 4.4.206

    (cherry picked from commit d90b95f)
    NeQuissimus committed Dec 7, 2019
    Copy the full SHA
    281bdbf View commit details
    Browse the repository at this point in the history
  4. linux: 4.9.205 -> 4.9.206

    (cherry picked from commit 7e403ff)
    NeQuissimus committed Dec 7, 2019
    Copy the full SHA
    d310e2e View commit details
    Browse the repository at this point in the history
  5. linux: 5.4.1 -> 5.4.2

    (cherry picked from commit 98045e7)
    NeQuissimus committed Dec 7, 2019
    Copy the full SHA
    316d437 View commit details
    Browse the repository at this point in the history
  6. Revert "firefox: 70.0.1 -> 71.0"

    This reverts commit 1f81264.
    
    Our build of firefox 71 breaks indexedDB. See #74905.
    fpletz committed Dec 7, 2019
    Copy the full SHA
    8677b26 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8bf0f13 View commit details
    Browse the repository at this point in the history
  8. 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
  9. 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
  10. Revert "Revert "firefox: 70.0.1 -> 71.0""

    This reverts commit 8677b26.
    andir committed Dec 7, 2019
    Copy the full SHA
    d7876ad View commit details
    Browse the repository at this point in the history
  11. firefox: fix indexedDB for 71.0

    Adapted original patch[0] to also fix dom localstorage.
    
    [0]: https://bugzilla.mozilla.org/show_bug.cgi?id=1601707#c6
    
    (cherry picked from commit a1e4ee6)
    fpletz authored and andir committed Dec 7, 2019
    Copy the full SHA
    6c79325 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
  2. Merge pull request #75184 from andir/ff71-fix

    [19.09] firefox: fix indexedDB for 71.0
    Ma27 committed Dec 8, 2019
    Copy the full SHA
    2adf2d6 View commit details
    Browse the repository at this point in the history
  3. grass: fix mysql_config query

    (cherry picked from commit 154f6f1)
    Izorkin authored and Lassulus committed Dec 8, 2019
    Copy the full SHA
    4c9e6f8 View commit details
    Browse the repository at this point in the history
  4. haskellPackages.niv: 0.1.1 -> 0.2.6

    Fixes broken build in Nixpkgs 19.09.
    rycee committed Dec 8, 2019
    Copy the full SHA
    bbd0327 View commit details
    Browse the repository at this point in the history
  5. [WIP] Add autochanger support to bacula-sd

    + Fixing interrupted descriptions
    + Added more verbose descriptions
    + Addded <literal> to the descriptions
    + uniformly reformated descriptions to break at 80 chars
    wucke13 authored and Lassulus committed Dec 8, 2019
    Copy the full SHA
    2258326 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #75248 from rycee/fix-niv-in-19.09

    haskellPackages.niv: 0.1.1 -> 0.2.6 (fix build under 19,09)
    cdepillabout committed Dec 8, 2019
    Copy the full SHA
    7fc22c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. python3Packages.xdis: 4.0.3 -> 4.1.3

    python37Packages.xdis: 4.0.3 -> 4.0.4
    
    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-xdis/versions
    
    (cherry picked from commit 60f6dae)
    
    pythonPackages.xdis: disable python2
    
    (cherry picked from commit 2765413)
    
    python38Packages.xdis: 4.0.4 -> 4.1.2
    
    (cherry picked from commit b1b776b)
    
    python38Packages.xdis: 4.1.2 -> 4.1.3
    
    (cherry picked from commit f137d2d)
    r-ryantm authored and marsam committed Dec 9, 2019
    Copy the full SHA
    8e6bf26 View commit details
    Browse the repository at this point in the history
  2. python3Packages.uncompyle6: 3.3.3 -> 3.5.1

    python37Packages.uncompyle6: 3.3.3 -> 3.4.0
    
    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-uncompyle6/versions
    
    (cherry picked from commit df1800b)
    
    python: uncompyle6: 3.4.0 -> 3.4.1
    
    (cherry picked from commit 84754b7)
    
    python: uncompyle6: 3.4.1 -> 3.5.0
    
    (cherry picked from commit b3fbc1d)
    
    python: uncompyle6: 3.5.0 -> 3.5.1
    
    (cherry picked from commit b9af475)
    r-ryantm authored and marsam committed Dec 9, 2019
    Copy the full SHA
    3a1861f View commit details
    Browse the repository at this point in the history