svn commit: r462387 - head/dns/powerdns
Kirill Ponomarev
krion at FreeBSD.org
Tue Feb 20 11:07:50 UTC 2018
Author: krion
Date: Tue Feb 20 11:07:49 2018
New Revision: 462387
URL: https://svnweb.freebsd.org/changeset/ports/462387
Log:
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
Modified:
head/dns/powerdns/Makefile
head/dns/powerdns/distinfo
Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile Tue Feb 20 09:54:42 2018 (r462386)
+++ head/dns/powerdns/Makefile Tue Feb 20 11:07:49 2018 (r462387)
@@ -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
Modified: head/dns/powerdns/distinfo
==============================================================================
--- head/dns/powerdns/distinfo Tue Feb 20 09:54:42 2018 (r462386)
+++ head/dns/powerdns/distinfo Tue Feb 20 11:07:49 2018 (r462387)
@@ -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
More information about the svn-ports-all
mailing list