Upgrade to PowerDNS Recursor 4.6.0

This commit is contained in:
otto 2021-12-17 10:23:28 +00:00
parent 83923e6cbc
commit 841f833879
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.26 2021/11/05 10:43:56 otto Exp $
# $OpenBSD: Makefile,v 1.27 2021/12/17 10:23:28 otto Exp $
COMMENT= recursive nameserver
V= 4.5.7
V= 4.6.0
DISTNAME= pdns-recursor-${V}
EXTRACT_SUFX = .tar.bz2
PKGNAME= powerdns-recursor-${V}
@ -15,7 +15,7 @@ HOMEPAGE= https://www.powerdns.com/
PERMIT_PACKAGE= Yes
WANTLIB+= ${COMPILER_LIBCXX} boost_context-mt boost_filesystem-mt
WANTLIB+= boost_system-mt boost_thread-mt c crypto fstrm m
WANTLIB+= boost_system-mt boost_thread-mt c crypto ssl fstrm m
WANTLIB+= sodium z
MASTER_SITES= https://downloads.powerdns.com/releases/
@ -45,6 +45,7 @@ USE_GMAKE= Yes
CONFIGURE_ARGS+= --disable-botan \
--disable-libdecaf \
--enable-dns-over-tls \
--enable-dnstap \
--with-lua=${MODLUA_DEP} \
--without-net-snmp \

View File

@ -1,2 +1,2 @@
SHA256 (pdns-recursor-4.5.7.tar.bz2) = rU2y1K9GMHV/eG83GSJcLjdIElfWdoA6VBlMdnnQe6s=
SIZE (pdns-recursor-4.5.7.tar.bz2) = 1475537
SHA256 (pdns-recursor-4.6.0.tar.bz2) = 3wZVk5iuvFlNLh4n0Xf5gb27wX+WjWMGpSqn0RGfvPI=
SIZE (pdns-recursor-4.6.0.tar.bz2) = 1549434