From owner-svn-ports-head@freebsd.org Tue Feb 20 11:07:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 723BBF1D2D4; Tue, 20 Feb 2018 11:07:50 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2022F70EEC; Tue, 20 Feb 2018 11:07:50 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1995A85C; Tue, 20 Feb 2018 11:07:50 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1KB7nD5063367; Tue, 20 Feb 2018 11:07:49 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1KB7nPk063365; Tue, 20 Feb 2018 11:07:49 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201802201107.w1KB7nPk063365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 20 Feb 2018 11:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462387 - head/dns/powerdns X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/dns/powerdns X-SVN-Commit-Revision: 462387 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2018 11:07:50 -0000 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