pkgsrc/net/powerdns/Makefile.common
adam ad53f147f9 powerdns: updated to 4.1.5
4.1.5:
This release fixes the following security advisories:
* PowerDNS Security Advisory 2018-03 (CVE-2018-10851)
* PowerDNS Security Advisory 2018-05 (CVE-2018-14626)

Improvements
* Apply alias scopemask after chasing
* Release memory in case of error in the openssl ecdsa constructor
* Switch to devtoolset 7 for el6

Bug Fixes
* Fix compilation with libressl 2.7.0+
* Actually truncate truncated responses
* Crafted zone record can cause a denial of service (CVE-2018-10851, PowerDNS Security Advisory 2018-03)
* Packet cache pollution via crafted query (CVE-2018-14626, PowerDNS Security Advisory 2018-05)
2018-11-30 12:36:32 +00:00

26 lines
781 B
Text

# $NetBSD: Makefile.common,v 1.25 2018/11/30 12:36:32 adam Exp $
PDNS_VERSION= 4.1.5
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_LIBTOOL= yes
USE_LANGUAGES= c c++
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"