mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
e13c811372
commit
34a5a96e90
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user