From 73390e33490c361d5f4ea0e0ffbfa4acca5cab89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 19 May 2020 10:55:13 +0200 Subject: [PATCH] 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. --- pkgs/tools/networking/unbound/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/unbound/default.nix b/pkgs/tools/networking/unbound/default.nix index c03f68c36e2f..6390ab35f956 100644 --- a/pkgs/tools/networking/unbound/default.nix +++ b/pkgs/tools/networking/unbound/default.nix @@ -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