FreeBSD Bugzilla – Attachment 192065 Details for
Bug 227183
dns/powerdns-recursor: Fix build with LibreSSL 2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for dns/powerdns-recursor
patch-dns_powerdns-recursor-LibreSSL2.7 (text/plain), 1.12 KB, created by
Bernard Spil
on 2018-04-01 17:08:23 UTC
(
hide
)
Description:
svn diff for dns/powerdns-recursor
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2018-04-01 17:08:23 UTC
Size:
1.12 KB
patch
obsolete
>Index: dns/powerdns-recursor/files/patch-opensslsigners.cc >=================================================================== >--- dns/powerdns-recursor/files/patch-opensslsigners.cc (nonexistent) >+++ dns/powerdns-recursor/files/patch-opensslsigners.cc (working copy) >@@ -0,0 +1,12 @@ >+--- opensslsigners.cc.orig 2018-01-22 13:39:07 UTC >++++ opensslsigners.cc >+@@ -33,7 +33,8 @@ >+ #include "opensslsigners.hh" >+ #include "dnssecinfra.hh" >+ >+-#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER) >++#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || \ >++ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)) >+ /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */ >+ static pthread_mutex_t *openssllocks; >+ > >Property changes on: dns/powerdns-recursor/files/patch-opensslsigners.cc >___________________________________________________________________ >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
Actions:
View
|
Diff
Attachments on
bug 227183
:
192065
|
192066