View | Details | Raw Unified | Return to bug 281913 | Differences between
and this patch

Collapse All | Expand All

(-)b/dns/dnsdist/Makefile (-5 / +4 lines)
Lines 1-6 Link Here
1
PORTNAME=	dnsdist
1
PORTNAME=	dnsdist
2
DISTVERSION=	1.9.6
2
DISTVERSION=	1.9.7
3
PORTREVISION=	1
4
CATEGORIES=	dns net
3
CATEGORIES=	dns net
5
MASTER_SITES=	https://downloads.powerdns.com/releases/
4
MASTER_SITES=	https://downloads.powerdns.com/releases/
6
5
Lines 17-25 LICENSE_FILE_MIT= ${WRKSRC}/ext/yahttp/LICENSE Link Here
17
NOT_FOR_ARCHS=	i386
16
NOT_FOR_ARCHS=	i386
18
NOT_FOR_ARCHS_REASON=	archs with 32-bits time_t are no longer supported by upstream
17
NOT_FOR_ARCHS_REASON=	archs with 32-bits time_t are no longer supported by upstream
19
18
20
BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
19
BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \
21
LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
20
				boost-libs>0:devel/boost-libs
22
		libnghttp2.so:www/libnghttp2 \
21
LIB_DEPENDS=	 libnghttp2.so:www/libnghttp2 \
23
		libquiche.so:net/quiche \
22
		libquiche.so:net/quiche \
24
		libre2.so:devel/re2 \
23
		libre2.so:devel/re2 \
25
		libsodium.so:security/libsodium
24
		libsodium.so:security/libsodium
(-)b/dns/dnsdist/distinfo (-5 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1721310460
1
TIMESTAMP = 1728048497
2
SHA256 (dnsdist-1.9.6.tar.bz2) = f6c48d95525693fea6bd9422f3fdf69a77c75b06f02ed14ff0f42072f72082c9
2
SHA256 (dnsdist-1.9.7.tar.bz2) = 285111c2b7dff6bc8a2407106a51c365cc5bf5e6287fe459a29b396c74620332
3
SIZE (dnsdist-1.9.6.tar.bz2) = 1598874
3
SIZE (dnsdist-1.9.7.tar.bz2) = 1594532
4
- 
5
--
6
dns/dnsdist/Makefile | 3 ++-
4
dns/dnsdist/Makefile | 3 ++-
7
1 file changed, 2 insertions(+), 1 deletion(-)
5
1 file changed, 2 insertions(+), 1 deletion(-)
(-)b/dns/dnsdist/Makefile (-3 / +2 lines)
Lines 56-65 OPTIONS_SINGLE_EXTLUA= LUA LUAJIT Link Here
56
56
57
CDB_DESC=	CDB backend
57
CDB_DESC=	CDB backend
58
DNSTAP_DESC=	dnstap support (see dnstap.info)
58
DNSTAP_DESC=	dnstap support (see dnstap.info)
59
EXTLUA_DESC=	Lua library
59
KSVOPT_DESC=	Key Value Stores
60
KSVOPT_DESC=	Key Value Stores
60
LMDB_DESC=	LMDB backend
61
LMDB_DESC=	LMDB backend
61
LUAJIT_DESC=	Use luajit
62
LUA_DESC=	Use lang/lua
62
LUA_DESC=	Use lang/lua
63
LUAJIT_DESC=	Use luajit
63
64
64
CDB_LIB_DEPENDS=	libcdb.so:databases/tinycdb
65
CDB_LIB_DEPENDS=	libcdb.so:databases/tinycdb
65
CDB_CONFIGURE_ON=	CDB_CFLAGS="-I${LOCALBASE}/include" \
66
CDB_CONFIGURE_ON=	CDB_CFLAGS="-I${LOCALBASE}/include" \
66
- 
67
EXTLUA_DESC
67
EXTLUA_DESC
68
--
69
dns/dnsdist/Makefile | 6 +++---
68
dns/dnsdist/Makefile | 6 +++---
70
1 file changed, 3 insertions(+), 3 deletions(-)
69
1 file changed, 3 insertions(+), 3 deletions(-)
(-)b/dns/dnsdist/Makefile (-4 / +3 lines)
Lines 17-24 NOT_FOR_ARCHS= i386 Link Here
17
NOT_FOR_ARCHS_REASON=	archs with 32-bits time_t are no longer supported by upstream
17
NOT_FOR_ARCHS_REASON=	archs with 32-bits time_t are no longer supported by upstream
18
18
19
BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \
19
BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \
20
				boost-libs>0:devel/boost-libs
20
		boost-libs>0:devel/boost-libs
21
LIB_DEPENDS=	 libnghttp2.so:www/libnghttp2 \
21
LIB_DEPENDS=	libnghttp2.so:www/libnghttp2 \
22
		libquiche.so:net/quiche \
22
		libquiche.so:net/quiche \
23
		libre2.so:devel/re2 \
23
		libre2.so:devel/re2 \
24
		libsodium.so:security/libsodium
24
		libsodium.so:security/libsodium
Lines 59-66 DNSTAP_DESC= dnstap support (see dnstap.info) Link Here
59
EXTLUA_DESC=	Lua library
59
EXTLUA_DESC=	Lua library
60
KSVOPT_DESC=	Key Value Stores
60
KSVOPT_DESC=	Key Value Stores
61
LMDB_DESC=	LMDB backend
61
LMDB_DESC=	LMDB backend
62
LUA_DESC=	Use lang/lua
63
LUAJIT_DESC=	Use luajit
62
LUAJIT_DESC=	Use luajit
63
LUA_DESC=	Use lang/lua
64
64
65
CDB_LIB_DEPENDS=	libcdb.so:databases/tinycdb
65
CDB_LIB_DEPENDS=	libcdb.so:databases/tinycdb
66
CDB_CONFIGURE_ON=	CDB_CFLAGS="-I${LOCALBASE}/include" \
66
CDB_CONFIGURE_ON=	CDB_CFLAGS="-I${LOCALBASE}/include" \
67
- 

Return to bug 281913