diff options
| author | Ralf van der Enden <tremere@cainites.net> | 2026-01-18 23:25:46 +0300 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-01-18 23:25:46 +0300 |
| commit | ff525a1484193e2fbff486ef76b043dfce9f1a8c (patch) | |
| tree | 8972624f334c412247009975bdc043090a7b137e | |
| parent | 75a34d681610ea1f4fd2d3c4cc34300c50524853 (diff) | |
dns/powerdns: Update 5.0.1 => 5.0.2
Changelog:
https://doc.powerdns.com/authoritative/changelog/5.0.html#change-5.0.2
PR: 291574
MFH: 2026Q1
| -rw-r--r-- | dns/powerdns/Makefile | 7 | ||||
| -rw-r--r-- | dns/powerdns/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index dd0951b8447d..9ed8d87eb185 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,5 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} @@ -14,7 +14,8 @@ NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= archs with 32-bits time_t are no longer supported by upstream LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + libsodium.so:security/libsodium USES= autoreconf compiler:c++11-lib cpe gmake libtool \ localbase:ldflags pathfix pkgconfig ssl tar:bzip2 @@ -28,7 +29,7 @@ CONFIGURE_ARGS= --disable-static \ --sysconfdir="${PREFIX}/etc/pdns" \ --with-boost="${LOCALBASE}" \ --with-dynmodules="pipe bind ${MODULES}" \ - --with-libsodium=no \ + --with-libsodium=yes \ --with-modules="" SCRIPTS_ENV= CURDIR2="${.CURDIR}" \ diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index f530c534beae..09be31bd50ea 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761850017 -SHA256 (pdns-5.0.1.tar.bz2) = c45f91a08d343410e992ce887edcf560c4544bae07472da1a00aa8ae418a67af -SIZE (pdns-5.0.1.tar.bz2) = 1483090 +TIMESTAMP = 1765530839 +SHA256 (pdns-5.0.2.tar.bz2) = d360e1fa127a562a4ad0ff648aef56af76b678311c6553a7f7034677438a085d +SIZE (pdns-5.0.2.tar.bz2) = 1482737 |
