Merge #64272: powerdns: 4.1.9 -> 4.1.10 (DoS security)
CVE-2019-10162, CVE-2019-10163
This commit is contained in:
commit
64cb53dc01
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "powerdns-${version}";
|
name = "powerdns-${version}";
|
||||||
version = "4.1.9";
|
version = "4.1.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
|
url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
|
||||||
sha256 = "1dmx37xzg7qckq166jr7swcnw3m9wjh5169844ad59qhspfzflnk";
|
sha256 = "1iqmrg0dhf39gr2mq9d8r3s5c6yqkb5mm8grbbla5anajbgcyijs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Authoritative DNS server";
|
description = "Authoritative DNS server";
|
||||||
homepage = https://www.powerdns.com;
|
homepage = https://www.powerdns.com;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
# cannot find postgresql libs on macos x
|
broken = stdenv.isDarwin;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ mic92 disassembler ];
|
maintainers = with maintainers; [ mic92 disassembler ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user