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

Collapse All | Expand All

(-)Makefile (-4 / +11 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	unbound
4
PORTNAME=	unbound
5
PORTVERSION=	1.5.7
5
PORTVERSION=	1.5.8
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	http://unbound.net/downloads/
7
MASTER_SITES=	http://unbound.net/downloads/
8
8
9
MAINTAINER=	jaap@NLnetLabs.nl
9
MAINTAINER=	sem@FreeBSD.org
10
COMMENT=	Validating, recursive, and caching DNS resolver
10
COMMENT=	Validating, recursive, and caching DNS resolver
11
11
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
Lines 29-36 Link Here
29
		ietf67-design-02.pdf requirements.txt
29
		ietf67-design-02.pdf requirements.txt
30
PLIST_SUB+=	PYTHON=${PYTHON} MUNIN=${MUNIN}
30
PLIST_SUB+=	PYTHON=${PYTHON} MUNIN=${MUNIN}
31
31
32
OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT FILTER_AAAA
32
OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT FILTER_AAAA DNSTAP
33
OPTIONS_DEFAULT=THREADS ECDSA
33
OPTIONS_DEFAULT=THREADS ECDSA FILTER_AAAA
34
34
35
LIBEVENT_DESC=	Build against libevent
35
LIBEVENT_DESC=	Build against libevent
36
GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)
36
GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)
Lines 37-42 Link Here
37
ECDSA_DESC=	Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0)
37
ECDSA_DESC=	Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0)
38
MUNIN_DESC=	Install Munin plugin
38
MUNIN_DESC=	Install Munin plugin
39
FILTER_AAAA_DESC=	Build with AAAA filter functionality (contrib)
39
FILTER_AAAA_DESC=	Build with AAAA filter functionality (contrib)
40
DNSTAP_DESC=	Enable dnstap logging support
40
41
41
.include <bsd.port.options.mk>
42
.include <bsd.port.options.mk>
42
43
Lines 71-76 Link Here
71
CONFIGURE_ARGS+=--disable-ecdsa
72
CONFIGURE_ARGS+=--disable-ecdsa
72
.endif
73
.endif
73
74
75
.if ${PORT_OPTIONS:MDNSTAP}
76
CONFIGURE_ARGS+=--enable-dnstap
77
LIB_DEPENDS+=	libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
78
LIB_DEPENDS+=	libfstrm.so:${PORTSDIR}/devel/fstrm
79
.endif
80
74
.if ${PORT_OPTIONS:MMUNIN}
81
.if ${PORT_OPTIONS:MMUNIN}
75
SUB_FILES+=	pkg-message
82
SUB_FILES+=	pkg-message
76
MUNIN_ALL=	hits queue memory by_type by_class by_opcode by_rcode \
83
MUNIN_ALL=	hits queue memory by_type by_class by_opcode by_rcode \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (unbound-1.5.7.tar.gz) = 4b2088e5aa81a2d48f6337c30c1cf7e99b2e2dc4f92e463b3bee626eee731ca8
1
SHA256 (unbound-1.5.8.tar.gz) = 33567a20f73e288f8daa4ec021fbb30fe1824b346b34f12677ad77899ecd09be
2
SIZE (unbound-1.5.7.tar.gz) = 4859573
2
SIZE (unbound-1.5.8.tar.gz) = 4895649
(-)pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
etc/unbound/unbound.conf.sample
1
etc/unbound/unbound.conf.sample
2
include/unbound.h
2
include/unbound.h
3
lib/libunbound.so.2.3.10
3
lib/libunbound.so.2.4.0
4
lib/libunbound.so.2
4
lib/libunbound.so.2
5
lib/libunbound.so
5
lib/libunbound.so
6
lib/libunbound.a
6
lib/libunbound.a

Return to bug 207948