Skip to content

Commit

Permalink
unbound: 1.6.7 -> 1.6.8
Browse files Browse the repository at this point in the history
Fixes CVE-2017-15105

(cherry picked from commit baa23aa)
  • Loading branch information
corpix authored and vcunat committed Jan 21, 2018
1 parent 510a474 commit 8551e2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/unbound/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.6.7";
version = "1.6.8";

src = fetchurl {
url = "http://unbound.net/downloads/${name}.tar.gz";
sha256 = "17qwfmlls0w9kpkya3dlpn44b3kr87wsswzg3gawc13hh8yx8ysf";
url = "https://unbound.net/downloads/${name}.tar.gz";
sha256 = "0jfxhh4gc5amhndikskz1s7da27ycn442j3l20bm992n7zijid73";
};

outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
Expand Down

0 comments on commit 8551e2c

Please sign in to comment.