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: 1326d6432ab0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3976563ad920
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 6, 2019

  1. bird, bird6: 1.6.6 -> 1.6.8 (security)

    I haven't tested running them, but the bumps are almost exclusively
    bugfixes, in particular CVE-2019-16159.
    
    (cherry picked from commit 13886ac)
    vcunat committed Oct 6, 2019
    Copy the full SHA
    26cebb4 View commit details
  2. Merge #69463: bird2: 2.0.5 -> 2.0.6 (security)

    Fixes CVE-2019-16159.  I haven't tested running it,
    but the changes in NEWS seem quite small.
    
    (cherry picked from commit 54acf55)
    vcunat committed Oct 6, 2019
    Copy the full SHA
    3976563 View commit details
Showing with 6 additions and 6 deletions.
  1. +6 −6 pkgs/servers/bird/default.nix
12 changes: 6 additions & 6 deletions pkgs/servers/bird/default.nix
Original file line number Diff line number Diff line change
@@ -47,18 +47,18 @@ in

{
bird = generic {
version = "1.6.6";
sha256 = "0w1dmwx89g3qdy92wkjl3p52rn521izm2m8yq74hs7myxxx3nnwp";
version = "1.6.8";
sha256 = "1ch0pkkhd7axdjlvhprynh9q08x0nm984nvkm1cjb7gm5rfsnqbc";
};

bird6 = generic {
version = "1.6.6";
sha256 = "0w1dmwx89g3qdy92wkjl3p52rn521izm2m8yq74hs7myxxx3nnwp";
version = "1.6.8";
sha256 = "1ch0pkkhd7axdjlvhprynh9q08x0nm984nvkm1cjb7gm5rfsnqbc";
enableIPv6 = true;
};

bird2 = generic {
version = "2.0.5";
sha256 = "1lr963ywy0mkrhgs5969wc354lizddsagrlbf8x84yb5s9pp6jsf";
version = "2.0.6";
sha256 = "1ankpxvmn12kzgv5vh7awnkj34jzjciy5baq3smkj079db74r4wh";
};
}