about summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2017-12-11 13:51:59 +0100
committerAndreas Rammhold <andreas@rammhold.de>2017-12-11 13:51:59 +0100
commitf7b87a773ee46ecc1b3f4f119f94652b20aa941c (patch)
tree1775399e8826f7dd87b18145611b23fe342b20cf /pkgs/servers/dns
parent410ae8abf63f034ea22f2054375d94e614eb4680 (diff)
downloadnixlib-f7b87a773ee46ecc1b3f4f119f94652b20aa941c.tar
nixlib-f7b87a773ee46ecc1b3f4f119f94652b20aa941c.tar.gz
nixlib-f7b87a773ee46ecc1b3f4f119f94652b20aa941c.tar.bz2
nixlib-f7b87a773ee46ecc1b3f4f119f94652b20aa941c.tar.lz
nixlib-f7b87a773ee46ecc1b3f4f119f94652b20aa941c.tar.xz
nixlib-f7b87a773ee46ecc1b3f4f119f94652b20aa941c.tar.zst
nixlib-f7b87a773ee46ecc1b3f4f119f94652b20aa941c.zip
pdns-recursor: 4.0.6 -> 4.0.8 (fixes CVE-2017-15120)
For more details see [1].

[1] http://www.openwall.com/lists/oss-security/2017/12/11/1
Diffstat (limited to 'pkgs/servers/dns')
-rw-r--r--pkgs/servers/dns/pdns-recursor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/dns/pdns-recursor/default.nix b/pkgs/servers/dns/pdns-recursor/default.nix
index 9b017249c15e..1750a574af7d 100644
--- a/pkgs/servers/dns/pdns-recursor/default.nix
+++ b/pkgs/servers/dns/pdns-recursor/default.nix
@@ -11,11 +11,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "pdns-recursor-${version}";
-  version = "4.0.6";
+  version = "4.0.8";
 
   src = fetchurl {
     url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
-    sha256 = "03fnjiacvhdlkr3a2206mham0p6p24gkawashs5v12r68k32l67j";
+    sha256 = "04v5y6mfdhn8ikigqmm3k5k0zz5l8d3k1a7ih464n1161q7z0vww";
   };
 
   nativeBuildInputs = [ pkgconfig ];