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: 900b58e4eed2
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 5eb6f1ed4481
Choose a head ref
  • 17 commits
  • 13 files changed
  • 10 contributors

Commits on Apr 7, 2020

  1. Copy the full SHA
    a5a30e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Copy the full SHA
    a1119e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. gn: 20190403 -> 2020-03-09

    This updates gn to the required version for chromiumDev (the recommended
    version for the stable release of Chromium isn't sufficient [0]).
    
    [0]: The Chromium build fails during the configuration phase:
    ERROR at //mojo/public/tools/bindings/mojom.gni:393:16: Undefined identifier
                   "cpp_typemaps",
                   ^-------------
    
    (cherry picked from commit a1b4bfe)
    primeos committed Apr 14, 2020
    Copy the full SHA
    4424442 View commit details
    Browse the repository at this point in the history
  2. aseprite.skia: Override the gn version to fix the build

    With #83290 merged the build would fail during the configuration phase:
    ```
    configuring
    ERROR at //gn/BUILDCONFIG.gn:85:14: Script returned non-zero exit code.
      is_clang = exec_script("gn/is_clang.py",
                 ^----------
    Current dir: /build/source/out/Release/
    Command: python /build/source/gn/gn/is_clang.py cc c++
    Returned 2.
    stderr:
    
    python: can't open file '/build/source/gn/gn/is_clang.py': [Errno 2] No such file or directory
    ```
    
    (cherry picked from commit ad66bbd)
    primeos committed Apr 14, 2020
    Copy the full SHA
    72acf9c View commit details
    Browse the repository at this point in the history
  3. chromiumDev: Override gn to fix the configuration phase

    The configuration phase was failing due to:
    ```
    configuring
    ERROR at //BUILD.gn:1376:5: Unknown function.
        filter_exclude([ "$root_build_dir/foo" ],
        ^-------------
    ```
    
    (cherry picked from commit ad3220f)
    primeos committed Apr 14, 2020
    Copy the full SHA
    9a7d216 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #84713 from primeos/gn-backport

    [20.03] gn: 20190403 -> 2020-03-09 (backport)
    primeos committed Apr 14, 2020
    Copy the full SHA
    07b3634 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Revert "nixos/acme: Fix allowKeysForGroup not applying immediately"

    This reverts commit 5532065.
    
    As far as I can tell setting RemainAfterExit=true here completely breaks
    certificate renewal, which is really bad!
    
    the sytemd timer will activate the service unit every OnCalendar=,
    however with RemainAfterExit=true the service is already active! So the
    timer doesn't rerun the service!
    
    The commit also broke the actual tests, (As it broke activation too)
    but this was fixed later in NixOS/nixpkgs#76052
    I wrongly assumed that PR fixed renewal too, which it didn't!
    
    testing renewals is hard, as we need to sleep in tests.
    arianvp committed Apr 16, 2020
    Copy the full SHA
    c51c677 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a8e2838 View commit details
    Browse the repository at this point in the history
  3. signal-desktop: 1.33.0 -> 1.33.1

    (cherry picked from commit 56f7c93)
    primeos committed Apr 16, 2020
    Copy the full SHA
    efdee67 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #85333 from arianvp/revert-acme-backport

    [20.03] Revert "nixos/acme: Fix allowKeysForGroup not applying immediately"
    worldofpeace committed Apr 16, 2020
    Copy the full SHA
    2ee6b5c View commit details
    Browse the repository at this point in the history
  5. node-problem-detector: init at 0.8.1

    Package is missing, built from Golang sources on GitHub.
    
    (cherry picked from commit 511cb62)
    lbpdt committed Apr 16, 2020
    Copy the full SHA
    d73ea8d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #85372 from primeos/signal-desktop-backport

    [20.03] signal-desktop: 1.33.0 -> 1.33.1 (backport)
    primeos committed Apr 16, 2020
    Copy the full SHA
    7e466bf View commit details
    Browse the repository at this point in the history
  7. git: 2.25.0 -> 2.25.3

    v2.25.3 addresses CVE-2020-5260.  /cc roundup #75974.
    
    See https://lore.kernel.org/lkml/xmqqy2qy7xn8.fsf@gitster.c.googlers.com/
    James Ottaway authored and vcunat committed Apr 16, 2020
    Copy the full SHA
    dd3652d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0e48b50 View commit details
    Browse the repository at this point in the history
  9. nixos/stage-1: check secret paths before copying

    Fixes #84976.
    
    (cherry picked from commit 91c6809)
    emilazy authored and lukateras committed Apr 16, 2020
    Copy the full SHA
    f2d4179 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #85375 from lbpdt/bp/node-problem-detector

    [20.03] node-problem-detector: init at 0.8.1
    bhipple committed Apr 16, 2020
    Copy the full SHA
    956a838 View commit details
    Browse the repository at this point in the history
  11. build-bazel-package: fix linkopt flags

    These values were incorrect. We need to use NIX_LDFLAGS, not
    NIX_LD_FLAGS. Also need to prefix all flags with -Wl, for GCC to
    accept it.
    
    (cherry picked from commit 184cd9f)
    matthewbauer committed Apr 16, 2020
    Copy the full SHA
    5eb6f1e View commit details
    Browse the repository at this point in the history