summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-10-14 20:01:42 -0400
committerAaron Andersen <aaron@fosslib.net>2020-10-24 16:40:20 -0400
commit603f0dcae85bdd7bbc4894904e69c9c8d0dd35f0 (patch)
tree727ead67db1fc62b49f159b58beb419de453cbb9 /pkgs/servers/dns
parentabcdffb6a272de657c3d1a423dda44f9037229b3 (diff)
powerdns: 4.2.3 -> 4.3.1
Diffstat (limited to 'pkgs/servers/dns')
-rw-r--r--pkgs/servers/dns/powerdns/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/servers/dns/powerdns/default.nix b/pkgs/servers/dns/powerdns/default.nix
index cacd5b7c54fe..0f9f91ebf861 100644
--- a/pkgs/servers/dns/powerdns/default.nix
+++ b/pkgs/servers/dns/powerdns/default.nix
@@ -1,29 +1,28 @@
{ stdenv, fetchurl, pkgconfig, nixosTests
, boost, libyamlcpp, libsodium, sqlite, protobuf, openssl, systemd
-, mysql57, postgresql, lua, openldap, geoip, curl, opendbx, unixODBC
+, mysql57, postgresql, lua, openldap, geoip, curl, unixODBC
}:
stdenv.mkDerivation rec {
pname = "powerdns";
- version = "4.2.3";
+ version = "4.3.1";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
- sha256 = "1vf03hssk9rfhvhzfc5ca2r4ly67wq0czr0ysvdrk8pnb0yk6yfi";
+ sha256 = "0if27znz528sir52y9i4gcfhdsym7yxiwjgffy9lpscf1426q56m";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
boost mysql57.connector-c postgresql lua openldap sqlite protobuf geoip
- libyamlcpp libsodium curl opendbx unixODBC openssl systemd
+ libyamlcpp libsodium curl unixODBC openssl systemd
];
# nix destroy with-modules arguments, when using configureFlags
preConfigure = ''
configureFlagsArray=(
- "--with-modules=bind gmysql geoip godbc gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote"
+ "--with-modules=bind gmysql geoip godbc gpgsql gsqlite3 ldap lua2 pipe random remote"
--with-sqlite3
- --with-socketdir=/var/lib/powerdns
--with-libcrypto=${openssl.dev}
--with-libsodium
--enable-tools