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

Collapse All | Expand All

(-)Makefile (-4 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dnsdist
4
PORTNAME=	dnsdist
5
DISTVERSION=	1.3.3
5
DISTVERSION=	1.4.0
6
PORTREVISION=	11
7
CATEGORIES=	dns net
6
CATEGORIES=	dns net
8
MASTER_SITES=	https://downloads.powerdns.com/releases/ \
7
MASTER_SITES=	https://downloads.powerdns.com/releases/ \
9
		LOCAL/cpm
8
		LOCAL/cpm
Lines 27-32 Link Here
27
		pkgconfig tar:bz2
26
		pkgconfig tar:bz2
28
CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
27
CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
29
		--enable-dns-over-tls \
28
		--enable-dns-over-tls \
29
		--enable-dns-over-https \
30
		--enable-dnscrypt \
30
		--enable-dnscrypt \
31
		--enable-libsodium \
31
		--enable-libsodium \
32
		--enable-re2
32
		--enable-re2
Lines 38-51 Link Here
38
38
39
USE_RC_SUBR=	dnsdist
39
USE_RC_SUBR=	dnsdist
40
40
41
OPTIONS_DEFINE=		FSTRM LUAJIT SNMP
41
OPTIONS_DEFINE=		DOH FSTRM LUAJIT SNMP
42
OPTIONS_DEFAULT=	GNUTLS OPENSSL
42
OPTIONS_DEFAULT=	DOH GNUTLS OPENSSL
43
OPTIONS_MULTI=		TLS
43
OPTIONS_MULTI=		TLS
44
OPTIONS_MULTI_TLS=	GNUTLS OPENSSL
44
OPTIONS_MULTI_TLS=	GNUTLS OPENSSL
45
45
46
DOH_DESC=	DNS over HTTPS support
46
FSTRM_DESC=		dnstap support (see dnstap.info)
47
FSTRM_DESC=		dnstap support (see dnstap.info)
47
LUAJIT_DESC=		Use LuaJIT instead of Lua
48
LUAJIT_DESC=		Use LuaJIT instead of Lua
48
49
50
DOH_LIB_DEPENDS=	libh2o-evloop.so:www/h2o
51
49
FSTRM_LIB_DEPENDS=	libfstrm.so:devel/fstrm
52
FSTRM_LIB_DEPENDS=	libfstrm.so:devel/fstrm
50
FSTRM_CONFIGURE_ENABLE=	fstrm
53
FSTRM_CONFIGURE_ENABLE=	fstrm
51
54
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1541860683
1
TIMESTAMP = 1574293009
2
SHA256 (dnsdist-1.3.3.tar.bz2) = 9fb24f9032025955169f3c6e9b0a05b6aa9d6441ec47da08d22de1c1aa23e8cf
2
SHA256 (dnsdist-1.4.0.tar.bz2) = a336fa2c3eb381c2464d9d9790014fd6d4505029ed2c1b73ee1dc9115a2f1dc0
3
SIZE (dnsdist-1.3.3.tar.bz2) = 971253
3
SIZE (dnsdist-1.4.0.tar.bz2) = 1044479

Return to bug 242125