unbound: 1.9.3 -> 1.9.4

This only fixes CVE-2019-16866 (DoS, minor one IMHO)
https://www.nlnetlabs.nl/projects/unbound/security-advisories/#vulnerability-in-parsing-notify-queries
This commit is contained in:
Vladimír Čunát 2019-10-03 15:10:10 +02:00
parent de87dbfa0a
commit dc322c76d6
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "unbound";
version = "1.9.3";
version = "1.9.4";
src = fetchurl {
url = "https://unbound.net/downloads/${pname}-${version}.tar.gz";
sha256 = "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v";
sha256 = "1c2bjm13x8bkw0ds1mhn9ivd2gzmfrb0x5y76bkz09a04bxjagix";
};
# https://github.com/NLnetLabs/unbound/pull/90