unbound: 1.6.7 -> 1.6.8

Fixes CVE-2017-15105
This commit is contained in:
Dmitry Moskowski 2018-01-21 17:09:47 +00:00
parent a0f8e3a30c
commit baa23aa2fc
No known key found for this signature in database
GPG key ID: 887A0D14C7C55BD6

View file

@ -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