git: 34a5a96e904f - main - dns/dnsdist: Update 1.9.6 → 1.9.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Oct 2024 14:05:45 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=34a5a96e904fd611c23f15ef247cf5df6996a089 commit 34a5a96e904fd611c23f15ef247cf5df6996a089 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2024-10-11 13:23:27 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-10-11 13:23:27 +0000 dns/dnsdist: Update 1.9.6 → 1.9.7 Changelog: https://dnsdist.org/changelog.html#change-1.9.7 Move boost to BUILD_DEPENDS: not linked to any boost shared library, but depends on boost includes. PR: 281913 --- dns/dnsdist/Makefile | 10 +++++----- dns/dnsdist/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 4c88d776b432..8f53fe9bc443 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -1,6 +1,5 @@ PORTNAME= dnsdist -DISTVERSION= 1.9.6 -PORTREVISION= 1 +DISTVERSION= 1.9.7 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ @@ -17,9 +16,9 @@ LICENSE_FILE_MIT= ${WRKSRC}/ext/yahttp/LICENSE NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= archs with 32-bits time_t are no longer supported by upstream -BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops -LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ - libnghttp2.so:www/libnghttp2 \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \ + boost-libs>0:devel/boost-libs +LIB_DEPENDS= libnghttp2.so:www/libnghttp2 \ libquiche.so:net/quiche \ libre2.so:devel/re2 \ libsodium.so:security/libsodium @@ -57,6 +56,7 @@ OPTIONS_SINGLE_EXTLUA= LUA LUAJIT CDB_DESC= CDB backend DNSTAP_DESC= dnstap support (see dnstap.info) +EXTLUA_DESC= Lua library KSVOPT_DESC= Key Value Stores LMDB_DESC= LMDB backend LUAJIT_DESC= Use luajit diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo index 2abc0749088d..f0339d4ea1a7 100644 --- a/dns/dnsdist/distinfo +++ b/dns/dnsdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721310460 -SHA256 (dnsdist-1.9.6.tar.bz2) = f6c48d95525693fea6bd9422f3fdf69a77c75b06f02ed14ff0f42072f72082c9 -SIZE (dnsdist-1.9.6.tar.bz2) = 1598874 +TIMESTAMP = 1728048497 +SHA256 (dnsdist-1.9.7.tar.bz2) = 285111c2b7dff6bc8a2407106a51c365cc5bf5e6287fe459a29b396c74620332 +SIZE (dnsdist-1.9.7.tar.bz2) = 1594532