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

(-)Makefile (-6 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	unbound
4
PORTNAME=	unbound
5
PORTVERSION=	1.12.0
5
PORTVERSION=	1.13.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 28-42 Link Here
28
28
29
USE_RC_SUBR=	unbound
29
USE_RC_SUBR=	unbound
30
30
31
PORTDOCS=	CREDITS Changelog FEATURES LICENSE README README.svn \
31
PORTDOCS=	CREDITS Changelog FEATURES LICENSE README \
32
		README.tests TODO control_proto_spec.txt ietf67-design-02.odp \
32
		README.DNS64  README.ipset.md README.svn README.tests \
33
		ietf67-design-02.pdf requirements.txt
33
		TODO control_proto_spec.txt ietf67-design-02.odp \
34
		ietf67-design-02.pdf requirements.txt example.conf \
35
		CNAME-basedRedirectionDesignNotes.pdf IP-BasedActions.pdf
34
36
35
OPTIONS_SUB=	yes
37
OPTIONS_SUB=	yes
36
OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
38
OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
37
		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
39
		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
38
		HIREDIS DOH
40
		HIREDIS DOH
39
OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST
41
OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST DOH
40
42
41
LIBEVENT_DESC=	Build against libevent
43
LIBEVENT_DESC=	Build against libevent
42
GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)
44
GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)
Lines 50-56 Link Here
50
TFOCL_DESC=	Enable TCP Fast Open for client mode
52
TFOCL_DESC=	Enable TCP Fast Open for client mode
51
TFOSE_DESC=	Enable TCP Fast Open for server mode
53
TFOSE_DESC=	Enable TCP Fast Open for server mode
52
HIREDIS_DESC=	Enable hiredis support for the cachedb module
54
HIREDIS_DESC=	Enable hiredis support for the cachedb module
53
DOH_DESC=	Enable DNS-over-HTTPS supports
55
DOH_DESC=	Enable DNS-over-HTTPS support
54
56
55
STRIP_FILES=	.libs/libunbound.so unbound-checkconf unbound \
57
STRIP_FILES=	.libs/libunbound.so unbound-checkconf unbound \
56
		unbound-control .libs/unbound-host .libs/unbound-anchor
58
		unbound-control .libs/unbound-host .libs/unbound-anchor
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1602155016
1
TIMESTAMP = 1606986990
2
SHA256 (unbound-1.12.0.tar.gz) = 5b9253a97812f24419bf2e6b3ad28c69287261cf8c8fa79e3e9f6d3bf7ef5835
2
SHA256 (unbound-1.13.0.tar.gz) = a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1
3
SIZE (unbound-1.12.0.tar.gz) = 5918399
3
SIZE (unbound-1.13.0.tar.gz) = 5950063
(-)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.10
8
lib/libunbound.so.8.1.11
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 251563