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: f70e66cccd5a
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 41c8f218b8bb
Choose a head ref
  • 6 commits
  • 5 files changed
  • 5 contributors

Commits on May 24, 2019

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

Commits on May 25, 2019

  1. Merge pull request #62024 from risicle/ris-libheif-CVE-2019-11471-r19.03

    [r19.03] libheif: add patch for CVE-2019-11471
    gebner committed May 25, 2019
    Copy the full SHA
    c826890 View commit details
    Browse the repository at this point in the history
  2. wireguard: restart on failure

    As a oneshot service, if the startup failed it would never be attempted again.
    This is problematic when peer's addresses require DNS. DNS may not be reliably available at
    the time wireguard starts. Converting this to a simple service with Restart
    and RestartAfter directives allows the service to be reattempted, but at
    the cost of losing the oneshot semantics.
    
    Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
    (cherry picked from commit 1bff53c)
    sjau authored and Ma27 committed May 25, 2019
    Copy the full SHA
    ced7cfc View commit details
    Browse the repository at this point in the history
  3. Merge #62063: evince: patch CVE-2019-11459

    (cherry picked from commit bb2a49d)
    backend/tiff/ hasn't seen any relevant changes in-between,
    so I believe the backport should still be fairly safe.
    vcunat committed May 25, 2019
    Copy the full SHA
    b081cbc View commit details
    Browse the repository at this point in the history
  4. services.tahoe: Use networking.hostName.

    Previously we used nothing, leading to #25273.
    
    Big thanks to @t184256 for developing and testing this fix.
    
    Fixes #25273.
    
    (cherry picked from commit fa6ad02)
    MostAwesomeDude authored and infinisil committed May 25, 2019
    Copy the full SHA
    2d44a7a View commit details
    Browse the repository at this point in the history
  5. services.tahoe: Use 1.13-compatible invocations.

    (cherry picked from commit 00d6b4c)
    MostAwesomeDude authored and infinisil committed May 25, 2019
    Copy the full SHA
    41c8f21 View commit details
    Browse the repository at this point in the history