1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

dns/unbound: update to 1.18.0

ChangeLog: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-18-0

PR:		273456
Reported by:	rcm@rcm.sh
Approved by:	jaap@NLnetLabs.nl (maintainer)
This commit is contained in:
R. Christian McDonald 2023-08-31 16:58:46 +02:00 committed by Fernando Apesteguía
parent 422d73be4a
commit 036a47f6cb
4 changed files with 5 additions and 17 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= unbound
DISTVERSION= 1.17.1
PORTREVISION= 2
DISTVERSION= 1.18.0
CATEGORIES= dns
MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673557607
SHA256 (unbound-1.17.1.tar.gz) = ee4085cecce12584e600f3d814a28fa822dfaacec1f94c84bfd67f8a5571a5f4
SIZE (unbound-1.17.1.tar.gz) = 6244773
TIMESTAMP = 1693414086
SHA256 (unbound-1.18.0.tar.gz) = 3da95490a85cff6420f26fae0b84a49f5112df1bf1b7fc34f8724f02082cb712
SIZE (unbound-1.18.0.tar.gz) = 6315297

View File

@ -1,11 +0,0 @@
--- contrib/aaaa-filter-iterator.patch.orig 2023-02-06 14:22:58 UTC
+++ contrib/aaaa-filter-iterator.patch
@@ -108,6 +108,8 @@ index 2482a1f4..bd5ba243 100644
iter_env->supports_ipv6 = cfg->do_ip6;
iter_env->supports_ipv4 = cfg->do_ip4;
iter_env->outbound_msg_retry = cfg->outbound_msg_retry;
+ iter_env->max_sent_count = cfg->max_sent_count;
+ iter_env->max_query_restarts = cfg->max_query_restarts;
+ iter_env->aaaa_filter = cfg->aaaa_filter;
return 1;
}

View File

@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc
lib/libunbound.a
lib/libunbound.so
lib/libunbound.so.8
lib/libunbound.so.8.1.21
lib/libunbound.so.8.1.22
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py