View | Details | Raw Unified | Return to bug 250199
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	unbound
4
PORTNAME=	unbound
5
PORTVERSION=	1.11.0
5
PORTVERSION=	1.12.0
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	https://www.nlnetlabs.nl/downloads/unbound/ \
7
MASTER_SITES=	https://www.nlnetlabs.nl/downloads/unbound/ \
8
		https://distfiles.crux.guru/
8
		https://distfiles.crux.guru/
Lines 35-41 Link Here
35
OPTIONS_SUB=	yes
35
OPTIONS_SUB=	yes
36
OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
36
OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
37
		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
37
		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
38
		HIREDIS
38
		HIREDIS DOH
39
OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST
39
OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST
40
40
41
LIBEVENT_DESC=	Build against libevent
41
LIBEVENT_DESC=	Build against libevent
Lines 50-55 Link Here
50
TFOCL_DESC=	Enable TCP Fast Open for client mode
50
TFOCL_DESC=	Enable TCP Fast Open for client mode
51
TFOSE_DESC=	Enable TCP Fast Open for server mode
51
TFOSE_DESC=	Enable TCP Fast Open for server mode
52
HIREDIS_DESC=	Enable hiredis support for the cachedb module
52
HIREDIS_DESC=	Enable hiredis support for the cachedb module
53
DOH_DESC=	Enable DNS-over-HTTPS supports
53
54
54
STRIP_FILES=	.libs/libunbound.so unbound-checkconf unbound \
55
STRIP_FILES=	.libs/libunbound.so unbound-checkconf unbound \
55
		unbound-control .libs/unbound-host .libs/unbound-anchor
56
		unbound-control .libs/unbound-host .libs/unbound-anchor
Lines 81-86 Link Here
81
THREADS_CONFIGURE_WITH=	pthreads
82
THREADS_CONFIGURE_WITH=	pthreads
82
HIREDIS_CONFIGURE_ON=	--enable-cachedb --with-libhiredis
83
HIREDIS_CONFIGURE_ON=	--enable-cachedb --with-libhiredis
83
HIREDIS_LIB_DEPENDS=	libhiredis.so:databases/hiredis
84
HIREDIS_LIB_DEPENDS=	libhiredis.so:databases/hiredis
85
DOH_CONFIGURE_ON=	--with-libnghttp2
86
DOH_LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
84
87
85
post-patch:
88
post-patch:
86
	@${RM} ${WRKSRC}/util/configlexer.c
89
	@${RM} ${WRKSRC}/util/configlexer.c
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1595844570
1
TIMESTAMP = 1602155016
2
SHA256 (unbound-1.11.0.tar.gz) = 9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7
2
SHA256 (unbound-1.12.0.tar.gz) = 5b9253a97812f24419bf2e6b3ad28c69287261cf8c8fa79e3e9f6d3bf7ef5835
3
SIZE (unbound-1.11.0.tar.gz) = 5900967
3
SIZE (unbound-1.12.0.tar.gz) = 5918399
(-)pkg-plist (-1 / +1 lines)
Lines 5-11 Link Here
5
lib/libunbound.a
5
lib/libunbound.a
6
lib/libunbound.so
6
lib/libunbound.so
7
lib/libunbound.so.8
7
lib/libunbound.so.8
8
lib/libunbound.so.8.1.9
8
lib/libunbound.so.8.1.10
9
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
9
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
10
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
10
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
11
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py
11
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py

Return to bug 250199