knot-resolver: 4.2.2 -> 4.3.0 (security)

Fixes CVE-2019-19331 (DoS), but other changes as well:
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v4.3.0
This commit is contained in:
Vladimír Čunát 2019-12-04 16:19:33 +01:00
parent 746a888f86
commit 24a4f45319
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -23,11 +23,11 @@ exportLuaPathsFor = luaPkgs: ''
unwrapped = stdenv.mkDerivation rec { unwrapped = stdenv.mkDerivation rec {
pname = "knot-resolver"; pname = "knot-resolver";
version = "4.2.2"; version = "4.3.0";
src = fetchurl { src = fetchurl {
url = "https://secure.nic.cz/files/knot-resolver/${pname}-${version}.tar.xz"; url = "https://secure.nic.cz/files/knot-resolver/${pname}-${version}.tar.xz";
sha256 = "03b68dff16429aed7a5b0cea7189276c8056e8ecd567b678c2595d48d9a51458"; sha256 = "0ca0f171ae2b2d76830967a5150eb0fa496b48b2a48f41b2be65d3743aaece25";
}; };
# https://gitlab.labs.nic.cz/knot/knot-resolver/issues/496 # https://gitlab.labs.nic.cz/knot/knot-resolver/issues/496