FreeBSD Bugzilla – Attachment 201867 Details for
Bug 235571
[patch] dns/unbound: Fix DNS over TLS host validation w/OpenSSL 1.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Improved patch to fix problem
unbound-1.9.0_1.diff (text/plain), 3.28 KB, created by
Jaap Akkerhuis
on 2019-02-09 13:26:13 UTC
(
hide
)
Description:
Improved patch to fix problem
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2019-02-09 13:26:13 UTC
Size:
3.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 492495) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= unbound > PORTVERSION= 1.9.0 >+PORTREVISION= 1 > CATEGORIES= dns > MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \ > https://distfiles.crux.guru/ >Index: files/patch-daemon_remote.c >=================================================================== >--- files/patch-daemon_remote.c (nonexistent) >+++ files/patch-daemon_remote.c (working copy) >@@ -0,0 +1,11 @@ >+--- 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); > >Property changes on: files/patch-daemon_remote.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-iterator_iter__fwd.c >=================================================================== >--- files/patch-iterator_iter__fwd.c (nonexistent) >+++ files/patch-iterator_iter__fwd.c (working copy) >@@ -0,0 +1,11 @@ >+--- 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); > >Property changes on: files/patch-iterator_iter__fwd.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-iterator_iter__hints.c >=================================================================== >--- files/patch-iterator_iter__hints.c (nonexistent) >+++ files/patch-iterator_iter__hints.c (working copy) >@@ -0,0 +1,11 @@ >+--- 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); > >Property changes on: files/patch-iterator_iter__hints.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jaap
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 235571
:
201810
| 201867