Lines 1-5
Link Here
|
1 |
PORTNAME= unbound |
1 |
PORTNAME= unbound |
2 |
DISTVERSION= 1.17.0 |
2 |
DISTVERSION= 1.17.0 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= dns |
4 |
CATEGORIES= dns |
4 |
MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ |
5 |
MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ |
Lines 32-39
PORTDOCS= CNAME-basedRedirectionDesignNotes.pdf CREDITS Changelog \
Link Here
|
32 |
ietf67-design-02.pdf requirements.txt |
33 |
ietf67-design-02.pdf requirements.txt |
33 |
OPTIONS_DEFINE= DEP-RSA1024 DNSCRYPT DNSTAP DOCS DOH ECDSA EVAPI \ |
34 |
OPTIONS_DEFINE= DEP-RSA1024 DNSCRYPT DNSTAP DOCS DOH ECDSA EVAPI \ |
34 |
FILTER_AAAA GOST HIREDIS LIBEVENT MUNIN_PLUGIN PYTHON \ |
35 |
DYNLIB FILTER_AAAA GOST HIREDIS LIBEVENT MUNIN_PLUGIN \ |
35 |
SUBNET TFOCL TFOSE THREADS |
36 |
PYTHON SUBNET TFOCL TFOSE THREADS |
36 |
OPTIONS_DEFAULT= DNSCRYPT DOH ECDSA GOST LIBEVENT THREADS |
37 |
OPTIONS_DEFAULT= DNSCRYPT DOH ECDSA GOST LIBEVENT THREADS |
37 |
OPTIONS_SUB= yes |
38 |
OPTIONS_SUB= yes |
Lines 41-46
DEP-RSA1024_DESC= Deprecate the use of RSA 1024 keys
Link Here
|
41 |
DNSCRYPT_DESC= Enable dnscrypt support |
42 |
DNSCRYPT_DESC= Enable dnscrypt support |
42 |
DNSTAP_DESC= Enable dnstap logging support |
43 |
DNSTAP_DESC= Enable dnstap logging support |
43 |
DOH_DESC= Enable DNS-over-HTTPS support |
44 |
DOH_DESC= Enable DNS-over-HTTPS support |
|
|
45 |
DYNLIB_DESC= Enable dynamic (shared) library support |
44 |
ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) |
46 |
ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) |
45 |
EVAPI_DESC= (Experimental) pluggable event based libunbound API support |
47 |
EVAPI_DESC= (Experimental) pluggable event based libunbound API support |
46 |
FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib) |
48 |
FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib) |
Lines 63-68
DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \
Link Here
|
63 |
DNSTAP_CONFIGURE_ENABLE= dnstap |
65 |
DNSTAP_CONFIGURE_ENABLE= dnstap |
64 |
DOH_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 |
66 |
DOH_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 |
65 |
DOH_CONFIGURE_ON= --with-libnghttp2 |
67 |
DOH_CONFIGURE_ON= --with-libnghttp2 |
|
|
68 |
DYNLIB_CONFIGURE_ON= --with-dynlibmodule |
66 |
ECDSA_CONFIGURE_ENABLE= ecdsa |
69 |
ECDSA_CONFIGURE_ENABLE= ecdsa |
67 |
ECDSA_VARS= DEPENDS_ARGS+=WITH_ECDSA=yes |
70 |
ECDSA_VARS= DEPENDS_ARGS+=WITH_ECDSA=yes |
68 |
EVAPI_CONFIGURE_ENABLE= event-api |
71 |
EVAPI_CONFIGURE_ENABLE= event-api |
69 |
- |
|
|