about summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-05-19 10:55:13 +0200
committerVladimír Čunát <v@cunat.cz>2020-05-19 11:00:51 +0200
commit73390e33490c361d5f4ea0e0ffbfa4acca5cab89 (patch)
tree0b3da12e4c6ba796ae7017175faa52c5be8e2403 /pkgs/tools/networking/unbound
parent7f40cfd97b4df5bcb039c0efb0710abf47b849b8 (diff)
downloadnixlib-73390e33490c361d5f4ea0e0ffbfa4acca5cab89.tar
nixlib-73390e33490c361d5f4ea0e0ffbfa4acca5cab89.tar.gz
nixlib-73390e33490c361d5f4ea0e0ffbfa4acca5cab89.tar.bz2
nixlib-73390e33490c361d5f4ea0e0ffbfa4acca5cab89.tar.lz
nixlib-73390e33490c361d5f4ea0e0ffbfa4acca5cab89.tar.xz
nixlib-73390e33490c361d5f4ea0e0ffbfa4acca5cab89.tar.zst
nixlib-73390e33490c361d5f4ea0e0ffbfa4acca5cab89.zip
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.
Diffstat (limited to 'pkgs/tools/networking/unbound')
-rw-r--r--pkgs/tools/networking/unbound/default.nix4
1 files 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