Skip to content

Commit

Permalink
Merge pull request #63967 from risicle/ris-powerdns-4-1-9
Browse files Browse the repository at this point in the history
powerdns: fix build, 4.1.7 -> 4.1.9, fixing CVE-2019-10162, CVE-2019-10163
  • Loading branch information
Mic92 committed Jul 1, 2019
2 parents e117e6d + 46dfe2b commit 57f8003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/powerdns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "powerdns-${version}";
version = "4.1.7";
version = "4.1.9";

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
sha256 = "11c4r0mbq6ybbihm0jbl9hspb01pj1gi6x3m374liw9jij7dw8b4";
sha256 = "1dmx37xzg7qckq166jr7swcnw3m9wjh5169844ad59qhspfzflnk";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15879,7 +15879,7 @@ in

semodule-utils = callPackage ../os-specific/linux/semodule-utils { };

powerdns = callPackage ../servers/dns/powerdns { };
powerdns = callPackage ../servers/dns/powerdns { libressl = libressl_2_8; };

dnsdist = callPackage ../servers/dns/dnsdist { };

Expand Down

0 comments on commit 57f8003

Please sign in to comment.