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: f5e7da91cfa7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 638216c3928f
Choose a head ref
  • 16 commits
  • 41 files changed
  • 9 contributors

Commits on Mar 22, 2019

  1. nixos docs: improve GPU driver documentation

    I'm not 100% sure about the incompatibility lines,
    but I believe it's better to discourage these anyway.
    If you find better information, feel free to amend...
    
    The 32-bit thing is completely GPU-agnostic, so I can't see why we had
    it separately for proprietary drivers and missing for the rest.
    
    (cherry picked from commit 11d204a)
    vcunat committed Mar 22, 2019
    Copy the full SHA
    511a731 View commit details
    Browse the repository at this point in the history
  2. nixos docs: run the formatting tool (no content change)

    As documented in the docs themselves :-)
    vcunat committed Mar 22, 2019
    Copy the full SHA
    cccb3b6 View commit details
    Browse the repository at this point in the history
  3. openstackImage: set the / fsType to reenable root FS resizing

    Since 34234dc, the reisizefs tool is
    embeded only if the `fsType` starts with `ext`. The default `fsType`
    value is `auto`.
    
    (cherry picked from commit f116d04)
    nlewo committed Mar 22, 2019
    Copy the full SHA
    a25ad68 View commit details
    Browse the repository at this point in the history
  4. dockerTools.buildImage.runAsRoot: preserve layers ordering at image u…

    …npacking
    
    This patch preserves the ordering of layers of a parent image when the
    image is unpacked.
    
    Fixes #55290
    
    (cherry picked from commit fe68608)
    nlewo committed Mar 22, 2019
    Copy the full SHA
    8002a7f View commit details
    Browse the repository at this point in the history
  5. sssd: 1.16.3 -> 1.16.4

    https://docs.pagure.org/SSSD.sssd/users/relnotes/notes_1_16_4.html
    
    CVE-2019-3811, see notes.
    
    Backport of #58076
    (cherry picked from commit 9595eb1)
    dtzWill authored and srhb committed Mar 22, 2019
    Copy the full SHA
    b50bf3a View commit details
    Browse the repository at this point in the history
  6. subversion_1_10: 1.10.3 -> 1.10.4

    bugfix release for CVE-2018-11803 [0].
    
    [0] https://subversion.apache.org/security/CVE-2018-11803-advisory.txt
    
    (cherry picked from commit a6bb05b)
    andir authored and xeji committed Mar 22, 2019
    Copy the full SHA
    2d78754 View commit details
    Browse the repository at this point in the history
  7. Fix cudatoolkit building on non-sandboxed systems

    This fixes cudatoolkit building on non-sandboxed system.
    
    The cudatoolkit tests run each of the CUDA binaries as a small smoke
    test just to make sure they all can at least somewhat run.
    
    However, the `cuda-gdb` binary doesn't run correctly on non-sandboxed
    systems because it picks up versions of Python from /usr/lib.
    
    This PR disables the smoke tests for now.  They should be re-enabled
    when we figure out how to make them work for cuda-gdb on non-sandboxed
    systems.
    
    This PR is for #57939.
    
    (cherry picked from commit 7942c79)
    cdepillabout authored and bendlas committed Mar 22, 2019
    Copy the full SHA
    857d066 View commit details
    Browse the repository at this point in the history
  8. chromium: 73.0.3683.75 -> 73.0.3683.86

    (cherry picked from commit ea34ad0)
    bendlas committed Mar 22, 2019
    Copy the full SHA
    392e8f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. firefox: 66.0 -> 66.0.1

    (cherry picked from commit e716a95)
    andir committed Mar 23, 2019
    Copy the full SHA
    e27500c View commit details
    Browse the repository at this point in the history
  2. firefox-esr-60: 60.6.0esr -> 60.6.1esr

    (cherry picked from commit 3e7b029)
    andir committed Mar 23, 2019
    Copy the full SHA
    c5cd561 View commit details
    Browse the repository at this point in the history
  3. firefox-bin: 66.0 -> 66.0.1

    (cherry picked from commit bf0715a)
    andir committed Mar 23, 2019
    Copy the full SHA
    2bfd217 View commit details
    Browse the repository at this point in the history
  4. doc/python: remove unnecessary let statement

    (cherry picked from commit 1e86c0a)
    biggs authored and worldofpeace committed Mar 23, 2019
    Copy the full SHA
    149e1d3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58157 from andir/19.03/firefox

    [19.03] firefox: 66.0 -> 66.0.1, firefox-esr-60: 60.6.0esr -> 60.6.1esr
    andir committed Mar 23, 2019
    Copy the full SHA
    8408b94 View commit details
    Browse the repository at this point in the history
  6. python35 -> 3.5.6 -> 3.5.7

    (cherry picked from commit 2cc6444)
    FRidh committed Mar 23, 2019
    Copy the full SHA
    5dfa44a View commit details
    Browse the repository at this point in the history
  7. powerdns: 4.1.6 -> 4.1.7

    This addresses CVE-2019-3871. The details of the issue can be retrieved
    from the official announcement page [0].
    
    [0] https://docs.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html
    
    (cherry picked from commit f4e9e42)
    andir committed Mar 23, 2019
    Copy the full SHA
    d033587 View commit details
    Browse the repository at this point in the history
  8. stuntrally: 2.6 -> 2.6.1

    (cherry picked from commit ad73d46)
    pSub committed Mar 23, 2019
    Copy the full SHA
    638216c View commit details
    Browse the repository at this point in the history