aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2018-02-20 19:07:49 +0800
committerkrion <krion@FreeBSD.org>2018-02-20 19:07:49 +0800
commitc9c690e6926929c4c2af170d74c13b75a245a8cc (patch)
treebc304d5e56742c72b99081ca2448942605f98296 /dns
parenta2001e3682746f9d397f337f8c32808bf169bafe (diff)
downloadfreebsd-ports-gnome-c9c690e6926929c4c2af170d74c13b75a245a8cc.tar.gz
freebsd-ports-gnome-c9c690e6926929c4c2af170d74c13b75a245a8cc.tar.zst
freebsd-ports-gnome-c9c690e6926929c4c2af170d74c13b75a245a8cc.zip
Update to 4.1.1
This is a bug-fix only release, with fixes to the LDAP and MySQL backends, the pdnsutil tool, and PDNS internals. Enable the MySQL backend by default. Bug Fixes - Backport: forbid label compression in alias wire format - Include unistd.h for chroot(2) et al. (Florian Obser) - Auth: fix out of bounds exception in caa processing, fixes #6089 - Add the missing include to mplexer.hh for struct timeval - Auth: init openssl and libsodium before chrooting in pdnsutil - Auth: always bind the results array after executing a mysql statement - Ldap: fix getdomaininfo() to set this as di.backend (Grégory Oestreicher) - Ldapbackend: fix listing zones incl. axfr (Chris Hofstaedtler) - Ixfr: correct behavior of dealing with dns name with multiple records (Leon Xu) PR: 226040 Submitted by: maintainer
Diffstat (limited to 'dns')
-rw-r--r--dns/powerdns/Makefile19
-rw-r--r--dns/powerdns/distinfo6
2 files changed, 9 insertions, 16 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index ce9924c2c0a8..102fa807a738 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= powerdns
-DISTVERSION= 4.1.0
-PORTREVISION= 3
+DISTVERSION= 4.1.1
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
DISTNAME= pdns-${DISTVERSION}
@@ -39,28 +38,24 @@ SUB_FILES= pkg-message
USE_RC_SUBR= pdns
-OPTIONS_DEFINE= GEOIP MYDNS MYSQL OPENDBX OPENLDAP OPTALGO PGSQL PROTOBUF REMOTE SQLITE3 TINYDNS TOOLS UNIXODBC
+OPTIONS_DEFINE= GEOIP LUAJIT MYDNS MYSQL OPENDBX OPENLDAP OPTALGO PGSQL PROTOBUF REMOTE SQLITE3 TINYDNS TOOLS UNIXODBC
OPTIONS_GROUP= EXPERIMENTAL REMOTEOPT
OPTIONS_GROUP_EXPERIMENTAL= LUABACKEND
OPTIONS_GROUP_REMOTEOPT= ZEROMQ
-OPTIONS_SINGLE= LUASG
-OPTIONS_SINGLE_LUASG= LUA LUAJIT
ZEROMQ_IMPLIES= REMOTE
-OPTIONS_DEFAULT= LUA PGSQL
+OPTIONS_DEFAULT= MYSQL PGSQL
OPTIONS_SUB= yes
GEOIP_LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp \
libGeoIP.so:net/GeoIP
GEOIP_VARS= MODULES+=geoip
-LUA_CONFIGURE_WITH= lua
-LUA_USES= lua
-
LUABACKEND_VARS= MODULES+=lua
LUAJIT_CONFIGURE_WITH= luajit
LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit
+LUAJIT_USES_OFF= lua
MYDNS_CONFIGURE_ON= --with-mysql=${LOCALBASE}
MYDNS_USES= mysql
@@ -85,8 +80,7 @@ OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \
libdecaf.so:security/libdecaf \
libsodium.so:security/libsodium
-PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE}
-PGSQL_CONFIGURE_OFF= --without-pgsql
+PGSQL_CONFIGURE_ON= --with-pg-config=${LOCALBASE}/bin/pg_config
PGSQL_USES= pgsql
PGSQL_VARS= MODULES+=gpgsql
@@ -111,9 +105,8 @@ ZEROMQ_CONFIGURE_ARGS= --enable-remotebackend-zeromq
ZEROMQ_LIB_DEPENDS= libzmq.so:net/libzmq4
GEOIP_DESC= GeoIP backend
-LUASG_DESC= Lua Engine
LUABACKEND_DESC= Lua backend
-LUAJIT_DESC= Enable LuaJIT
+LUAJIT_DESC= Use LuaJIT instead of Lua
MYDNS_DESC= MyDNS backend
MYSQL_DESC= MySQL backend
OPENDBX_DESC= OpenDBX backend
diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo
index 34bac79d7835..c0a727b68115 100644
--- a/dns/powerdns/distinfo
+++ b/dns/powerdns/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512047293
-SHA256 (pdns-4.1.0.tar.bz2) = db9193b0f0255c24dfbfc31ecff8bd39e21fec05ff7526e5aea963abc517f0f3
-SIZE (pdns-4.1.0.tar.bz2) = 1116905
+TIMESTAMP = 1518797353
+SHA256 (pdns-4.1.1.tar.bz2) = 08d388321c8a2c24ebe8d7e539f34a0ba2c0973313c168a1b5ecf507e4fb04ba
+SIZE (pdns-4.1.1.tar.bz2) = 1113659