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 |