This is a security release fixing CVE-2015-5230. Bug fixes: - Avoid superfluous backend recycling - Removal of dnsdist from the authoritative server distribution - Add EDNS unknown version handling and tests EDNS unknown version handling Improvements: - Update YaHTTP to v0.1.7 - Make trailing/leading spaces stand out in pdnssec check_zone - GCC 5.2 support and sync boost.m4 macro with upstream - Log answer packets only if log-dns-details is enabled
19 lines
579 B
Makefile
19 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.18 2015/10/22 19:01:25 fhajny Exp $
|
|
|
|
.include "../../net/powerdns/Makefile.backend"
|
|
|
|
PKGNAME= ${DISTNAME:S/pdns/powerdns-pgsql/}
|
|
COMMENT= PostgreSQL backend module for PowerDNS
|
|
|
|
CONFIGURE_ARGS+= --with-dynmodules="gpgsql"
|
|
CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib
|
|
CONFIGURE_ARGS+= --with-pgsql-includes=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
.if ${OPSYS} == "OpenBSD"
|
|
BUILDLINK_TRANSFORM+= rm:-lcrypt
|
|
.endif
|
|
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|