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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	unbound
4
PORTNAME=	unbound
5
PORTVERSION=	1.7.3
5
PORTVERSION=	1.8.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 36-42 Link Here
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
39
OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT
39
OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST_DESC
40
40
41
LIBEVENT_DESC=	Build against libevent
41
LIBEVENT_DESC=	Build against libevent
42
GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)
42
GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1529590466
1
TIMESTAMP = 1536585381
2
SHA256 (unbound-1.7.3.tar.gz) = c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d
2
SHA256 (unbound-1.8.0.tar.gz) = 78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f
3
SIZE (unbound-1.7.3.tar.gz) = 5570604
3
SIZE (unbound-1.8.0.tar.gz) = 5609213
(-)pkg-plist (-2 / +2 lines)
Lines 4-11 Link Here
4
libdata/pkgconfig/libunbound.pc
4
libdata/pkgconfig/libunbound.pc
5
lib/libunbound.a
5
lib/libunbound.a
6
lib/libunbound.so
6
lib/libunbound.so
7
lib/libunbound.so.2
7
lib/libunbound.so.8
8
lib/libunbound.so.2.5.11
8
lib/libunbound.so.8.0.0
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 231283