unbound: 1.10.0 -> 1.10.1 (security)

https://www.nlnetlabs.nl/news/2020/May/19/unbound-1.10.1-released/
It fixes DoS CVEs; details e.g. on http://www.nxnsattack.com/

On each Linux platform this should be around 8k rebuilds,
so as a compromise I'm pushing to staging-next.
This commit is contained in:
Vladimír Čunát 2020-05-19 10:55:13 +02:00
parent 7f40cfd97b
commit 73390e3349
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.10.0";
version = "1.10.1";
src = fetchurl {
url = "https://unbound.net/downloads/${pname}-${version}.tar.gz";
sha256 = "0mg9divpysr42sp0m693a70693dp8025v6c9dv1yabr4g1jlhbqm";
sha256 = "0dnmh9jjh2v274f0hl31bgv40pl77mmfgky8bkqr5kvi3b17fdmp";
};
# https://github.com/NLnetLabs/unbound/pull/90