dns/unbound: update to 1.22.0
Changelog: https://nlnetlabs.nl/news/2024/Oct/17/unbound-1.22.0-released/ Full changelog: https://nlnetlabs.nl/projects/unbound/download/#unbound-1-22-0 PR: 282172 Reported by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
This commit is contained in:
parent
73567c5202
commit
d258c3602a
@ -1,5 +1,5 @@
|
|||||||
PORTNAME= unbound
|
PORTNAME= unbound
|
||||||
DISTVERSION= 1.21.1
|
DISTVERSION= 1.22.0
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/
|
MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/
|
||||||
|
|
||||||
@ -10,7 +10,8 @@ WWW= https://www.nlnetlabs.nl/projects/unbound
|
|||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||||
|
libnghttp2.so:www/libnghttp2
|
||||||
|
|
||||||
USES= autoreconf cpe libtool pkgconfig ssl
|
USES= autoreconf cpe libtool pkgconfig ssl
|
||||||
CPE_VENDOR= nlnetlabs
|
CPE_VENDOR= nlnetlabs
|
||||||
@ -31,16 +32,15 @@ PORTDOCS= CNAME-basedRedirectionDesignNotes.pdf CREDITS Changelog \
|
|||||||
control_proto_spec.txt example.conf ietf67-design-02.odp \
|
control_proto_spec.txt example.conf ietf67-design-02.odp \
|
||||||
ietf67-design-02.pdf requirements.txt
|
ietf67-design-02.pdf requirements.txt
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEP-RSA1024 DNSCRYPT DNSTAP DOCS DOH DYNLIB ECDSA EVAPI \
|
OPTIONS_DEFINE= DEP-RSA1024 DNSCRYPT DNSTAP DOCS DYNLIB ECDSA EVAPI \
|
||||||
FILTER_AAAA GOST HIREDIS LIBEVENT MUNIN_PLUGIN PYTHON \
|
FILTER_AAAA GOST HIREDIS LIBEVENT MUNIN_PLUGIN PYTHON \
|
||||||
SUBNET TFOCL TFOSE THREADS
|
SUBNET TFOCL TFOSE THREADS
|
||||||
OPTIONS_DEFAULT= DNSCRYPT DOH DYNLIB ECDSA GOST LIBEVENT THREADS
|
OPTIONS_DEFAULT= DNSCRYPT DYNLIB ECDSA GOST LIBEVENT THREADS
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
DEP-RSA1024_DESC= Deprecate the use of RSA 1024 keys
|
DEP-RSA1024_DESC= Deprecate the use of RSA 1024 keys
|
||||||
DNSCRYPT_DESC= Enable dnscrypt support
|
DNSCRYPT_DESC= Enable dnscrypt support
|
||||||
DNSTAP_DESC= Enable dnstap logging support
|
DNSTAP_DESC= Enable dnstap logging support
|
||||||
DOH_DESC= Enable DNS-over-HTTPS support
|
|
||||||
DYNLIB_DESC= Enable support for dynamic (shared) 3rd-party libraries
|
DYNLIB_DESC= Enable support for dynamic (shared) 3rd-party libraries
|
||||||
ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0)
|
ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0)
|
||||||
EVAPI_DESC= (Experimental) pluggable event based libunbound API support
|
EVAPI_DESC= (Experimental) pluggable event based libunbound API support
|
||||||
@ -62,8 +62,6 @@ DNSCRYPT_CONFIGURE_ENABLE= dnscrypt
|
|||||||
DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \
|
DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \
|
||||||
libprotobuf-c.so:devel/protobuf-c
|
libprotobuf-c.so:devel/protobuf-c
|
||||||
DNSTAP_CONFIGURE_ENABLE= dnstap
|
DNSTAP_CONFIGURE_ENABLE= dnstap
|
||||||
DOH_LIB_DEPENDS= libnghttp2.so:www/libnghttp2
|
|
||||||
DOH_CONFIGURE_ON= --with-libnghttp2
|
|
||||||
DYNLIB_CONFIGURE_ON= --with-dynlibmodule
|
DYNLIB_CONFIGURE_ON= --with-dynlibmodule
|
||||||
ECDSA_CONFIGURE_ENABLE= ecdsa
|
ECDSA_CONFIGURE_ENABLE= ecdsa
|
||||||
ECDSA_VARS= DEPENDS_ARGS+=WITH_ECDSA=yes
|
ECDSA_VARS= DEPENDS_ARGS+=WITH_ECDSA=yes
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1727979122
|
TIMESTAMP = 1729156458
|
||||||
SHA256 (unbound-1.21.1.tar.gz) = 3036d23c23622b36d3c87e943117bdec1ac8f819636eb978d806416b0fa9ea46
|
SHA256 (unbound-1.22.0.tar.gz) = c5dd1bdef5d5685b2cedb749158dd152c52d44f65529a34ac15cd88d4b1b3d43
|
||||||
SIZE (unbound-1.21.1.tar.gz) = 6568258
|
SIZE (unbound-1.22.0.tar.gz) = 6682466
|
||||||
|
|||||||
@ -1,11 +0,0 @@
|
|||||||
--- smallapp/unbound-control-setup.sh.in.orig 2024-10-03 12:44:59 UTC
|
|
||||||
+++ smallapp/unbound-control-setup.sh.in
|
|
||||||
@@ -104,7 +104,7 @@ while getopts 'd:hr' arg; do
|
|
||||||
done
|
|
||||||
shift $((OPTIND - 1))
|
|
||||||
|
|
||||||
-if ! openssl >/dev/null 2>&1; then
|
|
||||||
+if ! openssl version >/dev/null 2>&1; then
|
|
||||||
echo "$0 requires openssl to be installed for keys/certificates generation." >&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc
|
|||||||
lib/libunbound.a
|
lib/libunbound.a
|
||||||
lib/libunbound.so
|
lib/libunbound.so
|
||||||
lib/libunbound.so.8
|
lib/libunbound.so.8
|
||||||
lib/libunbound.so.8.1.29
|
lib/libunbound.so.8.1.30
|
||||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
|
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
|
||||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
|
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
|
||||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py
|
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user