powerdns: 4.1.6 -> 4.1.7

This addresses CVE-2019-3871. The details of the issue can be retrieved
from the official announcement page [0].

[0] https://docs.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html
This commit is contained in:
Andreas Rammhold 2019-03-20 10:42:16 +01:00
parent c254bb6c70
commit f4e9e42725
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "powerdns-${version}";
version = "4.1.6";
version = "4.1.7";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
sha256 = "0ggpcvzj90a31qf71m8788ql0hbxnkb9y6c3wgqr9l0qwv8dsgpm";
sha256 = "11c4r0mbq6ybbihm0jbl9hspb01pj1gi6x3m374liw9jij7dw8b4";
};
nativeBuildInputs = [ pkgconfig ];