FreeBSD Bugzilla – Attachment 243017 Details for
Bug 272231
dns/powerdns: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)
powerdns-4.8.0.diff (text/plain), 1.75 KB, created by
Ralf van der Enden
on 2023-06-26 20:06:45 UTC
(
hide
)
Description:
Fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2023-06-26 20:06:45 UTC
Size:
1.75 KB
patch
obsolete
>diff --git a/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 b/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 >index 7d4a832a79e..17d4b4fe78a 100644 >--- a/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 >+++ b/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 >@@ -1,4 +1,4 @@ >---- m4/pdns_check_libcrypto.m4.orig 2020-11-16 16:30:04 UTC >+--- m4/pdns_check_libcrypto.m4.orig 2023-06-01 06:54:16 UTC > +++ m4/pdns_check_libcrypto.m4 > @@ -75,8 +75,10 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO], [ > for ssldir in $ssldirs; do >@@ -13,3 +13,12 @@ > LIBCRYPTO_LIBS="-lcrypto" > found=true > AC_MSG_RESULT([yes]) >+@@ -108,7 +110,7 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO], [ >+ LIBS="$LIBCRYPTO_LIBS $LIBS" >+ CPPFLAGS="$LIBCRYPTO_INCLUDES $CPPFLAGS" >+ AC_LINK_IFELSE( >+- [AC_LANG_PROGRAM([#include <openssl/crypto.h>], [ERR_load_CRYPTO_strings()])], >++ [AC_LANG_PROGRAM([#include <openssl/bn.h>], [BN_new()])], >+ [ >+ AC_MSG_RESULT([yes]) >+ AC_CHECK_FUNCS([RAND_bytes RAND_pseudo_bytes CRYPTO_memcmp OPENSSL_init_crypto EVP_MD_CTX_new EVP_MD_CTX_free RSA_get0_key]) >diff --git a/dns/powerdns/files/patch-pdns_auth-main.cc b/dns/powerdns/files/patch-pdns_auth-main.cc >index 19c84bfad6c..38c715a46e1 100644 >--- a/dns/powerdns/files/patch-pdns_auth-main.cc >+++ b/dns/powerdns/files/patch-pdns_auth-main.cc >@@ -1,6 +1,6 @@ >---- pdns/auth-main.cc.orig 2022-10-19 09:22:23 UTC >+--- pdns/auth-main.cc.orig 2023-06-01 06:54:16 UTC > +++ pdns/auth-main.cc >-@@ -277,8 +277,8 @@ static void declareArguments() >+@@ -278,8 +278,8 @@ static void declareArguments() > > ::arg().setSwitch("no-shuffle", "Set this to prevent random shuffling of answers - for regression testing") = "off"; >
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:
tremere
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 272231
: 243017