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
|
PORTNAME= dnsdist
|
||||||
DISTVERSION= 1.9.6
|
DISTVERSION= 1.9.7
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= dns net
|
CATEGORIES= dns net
|
||||||
MASTER_SITES= https://downloads.powerdns.com/releases/
|
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= i386
|
||||||
NOT_FOR_ARCHS_REASON= archs with 32-bits time_t are no longer supported by upstream
|
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
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \
|
||||||
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
|
boost-libs>0:devel/boost-libs
|
||||||
libnghttp2.so:www/libnghttp2 \
|
LIB_DEPENDS= libnghttp2.so:www/libnghttp2 \
|
||||||
libquiche.so:net/quiche \
|
libquiche.so:net/quiche \
|
||||||
libre2.so:devel/re2 \
|
libre2.so:devel/re2 \
|
||||||
libsodium.so:security/libsodium
|
libsodium.so:security/libsodium
|
||||||
@ -57,6 +56,7 @@ OPTIONS_SINGLE_EXTLUA= LUA LUAJIT
|
|||||||
|
|
||||||
CDB_DESC= CDB backend
|
CDB_DESC= CDB backend
|
||||||
DNSTAP_DESC= dnstap support (see dnstap.info)
|
DNSTAP_DESC= dnstap support (see dnstap.info)
|
||||||
|
EXTLUA_DESC= Lua library
|
||||||
KSVOPT_DESC= Key Value Stores
|
KSVOPT_DESC= Key Value Stores
|
||||||
LMDB_DESC= LMDB backend
|
LMDB_DESC= LMDB backend
|
||||||
LUAJIT_DESC= Use luajit
|
LUAJIT_DESC= Use luajit
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1721310460
|
TIMESTAMP = 1728048497
|
||||||
SHA256 (dnsdist-1.9.6.tar.bz2) = f6c48d95525693fea6bd9422f3fdf69a77c75b06f02ed14ff0f42072f72082c9
|
SHA256 (dnsdist-1.9.7.tar.bz2) = 285111c2b7dff6bc8a2407106a51c365cc5bf5e6287fe459a29b396c74620332
|
||||||
SIZE (dnsdist-1.9.6.tar.bz2) = 1598874
|
SIZE (dnsdist-1.9.7.tar.bz2) = 1594532
|
||||||
|
Loading…
Reference in New Issue
Block a user