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

dns/unbound: update to 1.9.1

PR:		236575
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
This commit is contained in:
Steve Wills 2019-03-18 11:35:49 +00:00
parent 820513c8cd
commit 8b4b41dee5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496136
6 changed files with 5 additions and 39 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= unbound
PORTVERSION= 1.9.0
PORTREVISION= 1
PORTVERSION= 1.9.1
CATEGORIES= dns
MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \
https://distfiles.crux.guru/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549372469
SHA256 (unbound-1.9.0.tar.gz) = 415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917
SIZE (unbound-1.9.0.tar.gz) = 5662176
TIMESTAMP = 1552394734
SHA256 (unbound-1.9.1.tar.gz) = c3c0bf9b86ccba4ca64f93dd4fe7351308ab54293f297a67de5a8914c1dc59c5
SIZE (unbound-1.9.1.tar.gz) = 5665254

View File

@ -1,11 +0,0 @@
--- daemon/remote.c.orig 2019-01-23 09:35:52 UTC
+++ daemon/remote.c
@@ -1987,7 +1987,7 @@ parse_delegpt(RES* ssl, char* args, uint8_t* nm, int a
return NULL;
}
} else {
-#ifndef HAVE_SSL_SET1_HOST
+#if ! defined(HAVE_SSL_SET1_HOST) && ! defined(HAVE_X509_VERIFY_PARAM_SET1_HOST)
if(auth_name)
log_err("no name verification functionality in "
"ssl library, ignored name for %s", todo);

View File

@ -1,11 +0,0 @@
--- iterator/iter_fwd.c.orig 2018-08-09 12:44:40 UTC
+++ iterator/iter_fwd.c
@@ -239,7 +239,7 @@ read_fwds_addr(struct config_stub* s, struct delegpt*
s->name, p->str);
return 0;
}
-#ifndef HAVE_SSL_SET1_HOST
+#if ! defined(HAVE_SSL_SET1_HOST) && ! defined(HAVE_X509_VERIFY_PARAM_SET1_HOST)
if(tls_auth_name)
log_err("no name verification functionality in "
"ssl library, ignored name for %s", p->str);

View File

@ -1,11 +0,0 @@
--- iterator/iter_hints.c.orig 2018-08-09 12:44:40 UTC
+++ iterator/iter_hints.c
@@ -252,7 +252,7 @@ read_stubs_addr(struct config_stub* s, struct delegpt*
s->name, p->str);
return 0;
}
-#ifndef HAVE_SSL_SET1_HOST
+#if ! defined(HAVE_SSL_SET1_HOST) && ! defined(HAVE_X509_VERIFY_PARAM_SET1_HOST)
if(auth_name)
log_err("no name verification functionality in "
"ssl library, ignored name for %s", p->str);

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.0
lib/libunbound.so.8.1.1
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py