Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8244f41f1024
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0b69c12e283
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 6, 2019

  1. Copy the full SHA
    db86761 View commit details
  2. Merge pull request #70532 from risicle/ris-varnish-6.2.1-r19.09

    [r19.09] varnish6: 6.2.0 -> 6.2.1, fixing CVE-2019-15892
    fpletz authored Oct 6, 2019
    Copy the full SHA
    a0b69c1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/varnish/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/varnish/default.nix
Original file line number Diff line number Diff line change
@@ -51,8 +51,8 @@ in
python = python2;
};
varnish6 = common {
version = "6.2.0";
sha256 = "0lwfk2gq99c653h5f51fs3j37r0gh2pf0p4w5z986nm2mi9z6yn3";
version = "6.2.1";
sha256 = "15qfvw3fp05bgyspcm6gbsnxhs430p4z3fwz5kkd1z68jb90b3pj";
python = python3;
extraNativeBuildInputs = [ python3.pkgs.sphinx ];
};