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: 91cb80e4397d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: f5e7da91cfa7
Choose a head ref
  • 19 commits
  • 25 files changed
  • 12 contributors

Commits on Mar 21, 2019

  1. wire-desktop: 3.6.2885 -> 3.7.2891

    Wire uses Electron 4.08 and support for i686-linux
    has been dropped in 4.0  [0]
    
    Release Notes:
    https://medium.com/wire-news/linux-3-7-2891-edc6f663c0b2
    
    Changelog:
    wireapp/wire-desktop@linux/3.6.2885...linux/3.7.2891
    
    [0]: https://electronjs.org/blog/linux-32bit-support
    
    (cherry picked from commit 23568a1)
    worldofpeace committed Mar 21, 2019
    Copy the full SHA
    41c989c View commit details
    Browse the repository at this point in the history
  2. flatpak: Fix bubblewrap paths for icon-validator

    Otherwise, `flatpak-validate-icon --sandbox` gives error:
      bwrap: Can't find source path /etc/ld.so.cache: No such file or directory
    
    (cherry picked from commit f2d6e4a)
    mat8913 authored and worldofpeace committed Mar 21, 2019
    Copy the full SHA
    6f2fc31 View commit details
    Browse the repository at this point in the history
  3. tt-rss-theme-feedly: Package additional themes

    dasJ authored and Mic92 committed Mar 21, 2019
    Copy the full SHA
    c9c1884 View commit details
    Browse the repository at this point in the history
  4. terraform_0_11: 0.11.11 -> 0.11.13

    bernadinm authored and Mic92 committed Mar 21, 2019
    Copy the full SHA
    60e9373 View commit details
    Browse the repository at this point in the history
  5. python.pkgs.mecab-python3: fix build

    fallout of NixOS/nixpkgs#54182
    
    (cherry picked from commit 06bcb5c)
    Robert Schütz committed Mar 21, 2019
    Copy the full SHA
    3594a2d View commit details
    Browse the repository at this point in the history
  6. python.pkgs.mecab-python3: correct meta

    (cherry picked from commit deb20c1)
    Robert Schütz committed Mar 21, 2019
    Copy the full SHA
    f530a40 View commit details
    Browse the repository at this point in the history
  7. python.pkgs.hglib: use patch to specify hg path (#57926)

    (cherry picked from commit 19aaebe)
    dotlambda authored and Robert Schütz committed Mar 21, 2019
    Copy the full SHA
    746f6fe View commit details
    Browse the repository at this point in the history
  8. pythonPackages.pyhepmc: fix build

    (cherry picked from commit 283a124)
    veprbl authored and Mic92 committed Mar 21, 2019
    Copy the full SHA
    b81f43c View commit details
    Browse the repository at this point in the history
  9. atlassian-confluence: 6.14.1 -> 6.14.2

    CVE-2019-3395, CVE-2019-3396
    
    (cherry picked from commit 5ef5bbcd46aab2ba6ea65eff19ef3e9e7037e207)
    ciil authored and globin committed Mar 21, 2019
    Copy the full SHA
    eee28af View commit details
    Browse the repository at this point in the history
  10. buildGoModule: remove SSL env vars in favor of cacert in buildInputs …

    …(#58082)
    
    cacert already exposes NIX_SSL_CERT_FILE in its setupHook. Fetchers and builders are already setup to use this variable and there's no need to export them manually.
    
    (cherry picked from commit 6d7d69f)
    kalbasit committed Mar 21, 2019
    Copy the full SHA
    8373406 View commit details
    Browse the repository at this point in the history
  11. Merge overlayfs fix, LTS kernel bump and test

    In Linux 4.19 there has been a major rework of the overlayfs
    implementation and it now opens files in lowerdir with O_NOATIME, which
    in turn caused issues in our VM tests because the process owner of QEMU
    doesn't match the file owner of the lowerdir.
    
    The crux here is that 9p propagates the O_NOATIME flag to the host and
    the guest kernel has no way of verifying whether that flag will lead to
    any problems beforehand.
    
    There is ongoing work to possibly fix this in the kernel, but it will
    take a while until there is a working patch and consensus.
    
    So in order to bring our default kernel back to 4.19 and of course make
    it possible to run newer kernels in VM tests, I'm merging a small QEMU
    patch as an interim solution, which we can drop once we have a working
    fix in the next round of stable kernels.
    
    Now we already had Linux 4.19 set as the default kernel, but that was
    subsequently reverted in 048c36c
    because the patch we have used was the revert of the commit I bisected a
    while ago.
    
    This patch broke overlayfs in other ways, so I'm also merging in a VM
    test by @bachp, which only tests whether overlayfs is working, just to
    be on the safe side that something like this won't happen in the future.
    
    Even though this change could be considered a moderate mass-rebuild at
    least for GNU/Linux, I'm merging this to master, mainly to give us some
    time to get it into the current 19.03 release branch (and subsequent
    testing window) once we got no new breaking builds from Hydra.
    
    Cc: @samueldr, @lheckemann
    
    Fixes: NixOS/nixpkgs#54509
    Fixes: NixOS/nixpkgs#48828
    Merges: NixOS/nixpkgs#57641
    Merges: NixOS/nixpkgs#54508
    (cherry picked from commit 12efcc2)
    aszlig committed Mar 21, 2019
    Copy the full SHA
    a36b965 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. nix-review: 1.0.5 -> 2.0.0

    (cherry picked from commit eb5afaf)
    Mic92 committed Mar 22, 2019
    Copy the full SHA
    2b3c67d View commit details
    Browse the repository at this point in the history
  2. python.pkgs.python-mapnik: fix build

    fallout of NixOS/nixpkgs#54182
    
    (cherry picked from commit 8519983)
    Robert Schütz committed Mar 22, 2019
    Copy the full SHA
    3560766 View commit details
    Browse the repository at this point in the history
  3. python.pkgs.tilestache: fix build

    (cherry picked from commit 48d1219)
    Robert Schütz committed Mar 22, 2019
    Copy the full SHA
    de4b0ab View commit details
    Browse the repository at this point in the history
  4. python.pkgs.suds-jurko: use pytest_3

    (cherry picked from commit 77ab988)
    Robert Schütz committed Mar 22, 2019
    Copy the full SHA
    cfe9cc1 View commit details
    Browse the repository at this point in the history
  5. python.pkgs.retry: init at 0.9.2

    (cherry picked from commit d716cad)
    Robert Schütz committed Mar 22, 2019
    Copy the full SHA
    64230fa View commit details
    Browse the repository at this point in the history
  6. python.pkgs.pytest-server-fixtures: fix build

    (cherry picked from commit dc88463)
    Robert Schütz committed Mar 22, 2019
    Copy the full SHA
    176f00b View commit details
    Browse the repository at this point in the history
  7. python.pkgs.envs: fix build

    (cherry picked from commit 76bfc09)
    Robert Schütz committed Mar 22, 2019
    Copy the full SHA
    ced961a View commit details
    Browse the repository at this point in the history
  8. elan: 0.7.4 -> 0.7.5

    (cherry picked from commit 11318d1)
    gebner committed Mar 22, 2019
    Copy the full SHA
    f5e7da9 View commit details
    Browse the repository at this point in the history