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: 27eca6455243
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 10debb86b7db
Choose a head ref
  • 15 commits
  • 13 files changed
  • 11 contributors

Commits on Feb 28, 2020

  1. go_1_14: init at 1.14 and switch to it

    (cherry picked from commit 8c4a92887fc4c827d6f2fec9c146f5a947cfec7e)
    Frostman committed Feb 28, 2020
    Copy the full SHA
    3041889 View commit details
    Browse the repository at this point in the history
  2. grafana: switch to latest go

    (cherry picked from commit c29045c0908e4512d08a0510deb52a1df7ee0bbc)
    Frostman committed Feb 28, 2020
    Copy the full SHA
    e378b23 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Copy the full SHA
    e78f26b View commit details
    Browse the repository at this point in the history
  2. wrapGAppsHook: Fix #78803

    Add to gappsWrapperArgs in preFixupPhases.
    
    (cherry picked from commit 29fc27b)
    worldofpeace committed Mar 4, 2020
    Copy the full SHA
    e8e569c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81266 from Frostman/20.03-go-1.14

    [20.03] go_1_14: init at 1.14 and switch to it (backport)
    adisbladis committed Mar 4, 2020
    Copy the full SHA
    0c3057c View commit details
    Browse the repository at this point in the history
  4. at-spi2-atk: 2.34.1 -> 2.34.2

    (cherry picked from commit deec226)
    r-ryantm authored and jtojnar committed Mar 4, 2020
    Copy the full SHA
    da48691 View commit details
    Browse the repository at this point in the history
  5. glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHook

    Since we split wrapGAppsHook and move its variable initialization to preFixupPhases in #81475, it was getting run before glibPreFixupPhase which sets GSETTINGS_SCHEMAS_PATH variable gappsWrapperArgsHook depends on. Let's introduce this ugly hack to ensure glibPreFixupPhase will run before gappsWrapperArgsHook.
    
    (cherry picked from commit 8e4f502)
    jtojnar authored and worldofpeace committed Mar 4, 2020
    Copy the full SHA
    e544e03 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. libarchive: 3.4.1 -> 3.4.2

    Fixes CVE-2020-9308.
    
    (cherry picked from commit 13a03f4)
    r-ryantm authored and alyssais committed Mar 12, 2020
    Copy the full SHA
    a0adbb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. bluez: 5.52 -> 5.53 for CVE-2020-0556

    See here for details:
    https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00352.html
    
    (cherry picked from commit 8f8b6459e9f38bc21df4976265f96b4541b917ec)
    bhipple committed Mar 13, 2020
    Copy the full SHA
    0fc28d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82448 from bhipple/bp/bluez

    [20.03][Security] bluez: 5.52 -> 5.53 for CVE-2020-0556
    marsam committed Mar 13, 2020
    Copy the full SHA
    d793073 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. libssh: 0.8.7 -> 0.8.8

    mmilata authored and vcunat committed Mar 15, 2020
    Copy the full SHA
    d32805e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2dab4c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. dockerTools.buildLayeredImage: store all paths passed in final layer

    Fixes #78744
    
    My previous change broke when there are more packages than the maximum
    number of layers. I had assumed that the `store-path-to-layer.sh` was
    only ever passed a single store path, but that is not the case if
    there are multiple packages going into the final layer. To fix this, we
    loop through the paths going into the final layer, appending them to the
    tar file and making sure they end up at the right path.
    Richard Wallace authored and roberth committed Mar 16, 2020
    Copy the full SHA
    3781ac8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82741 from hercules-ci/backport-20.03-80102

    dockerTools.buildLayeredImage: store all paths passed in final layer (backport)
    roberth committed Mar 16, 2020
    Copy the full SHA
    db75eb4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    10debb8 View commit details
    Browse the repository at this point in the history