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: 409b46d8369d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 9f9465230ffd
Choose a head ref
  • 17 commits
  • 21 files changed
  • 10 contributors

Commits on Mar 26, 2019

  1. Switch homepage for turses to louipc fork

    The original repo is gone.
    
    (cherry picked from commit c59d2d3)
    booxter committed Mar 26, 2019
    Copy the full SHA
    7aa9d09 View commit details
    Browse the repository at this point in the history
  2. turses: fix crash when starting with existing config file

    Fixes #57460
    
    (cherry picked from commit 6f525a5)
    booxter committed Mar 26, 2019
    Copy the full SHA
    1502534 View commit details
    Browse the repository at this point in the history
  3. avahi: apply patches for CVE-2017-6519 & CVE-2018-1000845

    (cherry picked from commit 87a7622)
    andir committed Mar 26, 2019
    Copy the full SHA
    36314bd View commit details
    Browse the repository at this point in the history
  4. gitlab: 11.7.5 -> 11.8.2

    (cherry picked from commit 0ba98bb)
    bgamari authored and flokli committed Mar 26, 2019
    Copy the full SHA
    5269ccf View commit details
    Browse the repository at this point in the history
  5. gitlab: 11.8.2 -> 11.9.0

    (cherry picked from commit d8c16f1)
    bgamari authored and flokli committed Mar 26, 2019
    Copy the full SHA
    779d204 View commit details
    Browse the repository at this point in the history
  6. gitlab-shell: export GOCACHE in the installPhase

    TMPDIR, in `GOCACHE = "$TMPDIR";`, will not be intepreted  when it's set
    outside of a phase.
    
    (cherry picked from commit 483d823)
    kalbasit authored and flokli committed Mar 26, 2019
    Copy the full SHA
    3c11d7a View commit details
    Browse the repository at this point in the history
  7. nixos/gitlab: improved test to check download of repository archives

    (cherry picked from commit 968d3c9)
    Johan Thomsen authored and flokli committed Mar 26, 2019
    Copy the full SHA
    d237e19 View commit details
    Browse the repository at this point in the history
  8. nixos/gitlab: added gzip and bzip2 as dependencies for gitaly

    (cherry picked from commit 292c1ce)
    Johan Thomsen authored and flokli committed Mar 26, 2019
    Copy the full SHA
    5831439 View commit details
    Browse the repository at this point in the history
  9. gitlab: 11.9.0 -> 11.9.1

    (cherry picked from commit dcac21bb15f8188f1e7ae87d57207308f86dd5f8)
    flokli committed Mar 26, 2019
    Copy the full SHA
    4a5cac7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #58413 from flokli/19.03-gitlab-11.9.1

    [19.03] gitlab 11.7.5 -> 11.9.1, backport of more fixes and test improvements
    flokli committed Mar 26, 2019
    Copy the full SHA
    7f8da4d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #58408 from andir/19.03/avahi

    avahi: apply patches for CVE-2017-6519 & CVE-2018-1000845
    flokli committed Mar 26, 2019
    Copy the full SHA
    08abce5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. nixos/security: make duo support secure failure correctly

    seems that this got broken when the config option was made to use enums. "secure" got replaced with "enum", which isn't a valid option for the failure mode.
    
    (cherry picked from commit 0c34b9f)
    reanimus authored and infinisil committed Mar 27, 2019
    Copy the full SHA
    02cd553 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.pyarrow: fix build

    Setting setupPyBuildFlags makes builder add an additional target
    "build_ext" to setup.py arguments in addition to "bdisst_wheel".
    pyarrow's setup.py recently started to try to redo build_ext again which
    broke the build.
    
    (cherry picked from commit 49e9194)
    veprbl committed Mar 27, 2019
    Copy the full SHA
    62b686a View commit details
    Browse the repository at this point in the history
  3. pythonPackages.pyarrow: enable parallel build

    (cherry picked from commit 55223a8)
    veprbl committed Mar 27, 2019
    Copy the full SHA
    afd5e8c View commit details
    Browse the repository at this point in the history
  4. pyarrow: remove tests that can break on darwin

    (cherry picked from commit 2645454)
    veprbl committed Mar 27, 2019
    Copy the full SHA
    8de4148 View commit details
    Browse the repository at this point in the history
  5. performous: fix build by using boost 166 (#58418)

    (cherry picked from commit 910c1d0)
    ajs124 authored and veprbl committed Mar 27, 2019
    Copy the full SHA
    42fece1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #58385 from booxter/release-19.03-turses-fix

    turses: fix crash when starting with existing config file
    infinisil committed Mar 27, 2019
    Copy the full SHA
    9f94652 View commit details
    Browse the repository at this point in the history