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: 04315358a93d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: c35f7161aae5
Choose a head ref
  • 13 commits
  • 9 files changed
  • 7 contributors

Commits on Oct 13, 2019

  1. pivx: 3.2.0 -> 3.4.0

    * pivx: 3.2.0 -> 3.2.2
    
    * altcoins.pivx: 3.2.2 -> 3.3.0
    
    Furthermore, this fixes 2542928
    
    * pivx: 3.3.0 -> 3.4.0
    
    Added `test_pivx` as test ran by nixpkgs
    
    * Update pkgs/applications/blockchains/pivx.nix
    
    Thanks to @Lassulus for fixing this typo!
    
    Co-Authored-By: Lassulus <github@lassul.us>
    (cherry picked from commit e9cd8a2)
    wucke13 authored and Lassulus committed Oct 13, 2019
    Copy the full SHA
    41380a2 View commit details
    Browse the repository at this point in the history
  2. poppler: add patch for CVE-2019-9959

    (cherry picked from commit 3fa2864)
    risicle authored and ttuegel committed Oct 13, 2019
    Copy the full SHA
    31c7bef View commit details
    Browse the repository at this point in the history
  3. poppler_0_61: 0.61.0 -> 0.61.1

    (cherry picked from commit b9593f1)
    risicle authored and ttuegel committed Oct 13, 2019
    Copy the full SHA
    8b64f71 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. nixos/networkmanager: allow iwd as Wi-Fi backend

    This introduces an option wifi.backend to the networkmanager module.
    
    Version of 86dea55 for release-19.09.
    worldofpeace committed Oct 15, 2019
    Copy the full SHA
    dcc4078 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. python37: 3.7.4 -> 3.7.5

    (cherry picked from commit 41abe12)
    FRidh committed Oct 16, 2019
    Copy the full SHA
    38cc9a3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a1b316c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    026f99c View commit details
    Browse the repository at this point in the history
  4. go_1_12: disable flakey TestGcSys test (PR #70368)

    In our tests we have experienced failures of this test,
    but it was otherwise not reproducible so far. A backported
    upstream fix did not alleviate the issue either, so disabling
    seems workable for now.
    
    (cherry picked from commit cffba01)
    d-goldin authored and vcunat committed Oct 16, 2019
    Copy the full SHA
    70eebec View commit details
    Browse the repository at this point in the history
  5. Revert "go: apply upstream patch"

    This reverts commit d8218de.
    It makes no sense after the parent commit.
    
    (cherry picked from commit 610afbc)
    vcunat committed Oct 16, 2019
    Copy the full SHA
    12c10e2 View commit details
    Browse the repository at this point in the history
  6. pythonPackages.capstone: add missing setuptools dep

    (cherry picked from commit 80ac778)
    FRidh authored and Mic92 committed Oct 16, 2019
    Copy the full SHA
    57f68f7 View commit details
    Browse the repository at this point in the history
  7. pwndbg: fix runtime python deps, fixes #71071

    pwndbg is a Python module for gdb. The built-in interpreter is used and
    pwndbg offers additional routines. Packaging this is tricky because that
    interpreter needs to be used. Using `python3.withPackages` won't work.
    By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and
    its dependencies.
    
    If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`.
    An example of when that won't work is if pwndbg runs a script of itself
    in a subshell. `NIX_PYTHONPATH` would be  unset, but `PYTHONPATH` not.
    
    (cherry picked from commit 27a9800)
    FRidh authored and Mic92 committed Oct 16, 2019
    Copy the full SHA
    0f9b2d9 View commit details
    Browse the repository at this point in the history
  8. grafana: 6.4.2 -> 6.4.3

    (cherry picked from commit 747172b)
    WilliButz authored and Ma27 committed Oct 16, 2019
    Copy the full SHA
    578fb2c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #71207 from worldofpeace/nm-iwd-19.09

    [19.09] nixos/networkmanager: allow iwd as Wi-Fi backend
    worldofpeace committed Oct 16, 2019
    Copy the full SHA
    c35f716 View commit details
    Browse the repository at this point in the history