6e1092b239
4.1.8 Bug Fixes Fix rectify for ENT records in narrow zones. Prevent leak of file descriptor if running out of ports for incoming AXFR. EL6: fix CXXFLAGS to build with compiler optimizations. Fix API search failed with “Commands out of sync; you can’t run this command now”. Fix invalid SOA record in MySQL which prevented the authoritative server from starting. Plug mysql_thread_init memory leak. Correctly interpret an empty AXFR response to an IXFR query. Fix replying from ANY address for non-standard port. Do not compress the root. Fix dot stripping in setcontent(). 4.1.7 Bug Fixes Insufficient validation in the HTTP remote backend (CVE-2019-3871, PowerDNS Security Advisory 2019-03)
26 lines
781 B
Text
26 lines
781 B
Text
# $NetBSD: Makefile.common,v 1.27 2019/04/25 18:42:41 adam Exp $
|
|
|
|
PDNS_VERSION= 4.1.8
|
|
DISTNAME= pdns-${PDNS_VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://downloads.powerdns.com/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.powerdns.com/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEPENDS+= ragel-[0-9]*:../../devel/ragel
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= bison flex gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
|
|
CONFIGURE_ARGS+= --without-lua
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|