[packages/mysql] - yassl was removed in 5.7.28
adamg
adamg at pld-linux.org
Tue Oct 15 10:55:51 CEST 2019
commit bf0cf80092fdfed4ba28ca9b74e93e5236008bd2
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Tue Oct 15 10:55:36 2019 +0200
- yassl was removed in 5.7.28
mysql-chain-certs.patch | 17 -----------------
1 file changed, 17 deletions(-)
---
diff --git a/mysql-chain-certs.patch b/mysql-chain-certs.patch
index 3914311..7f18fe2 100644
--- a/mysql-chain-certs.patch
+++ b/mysql-chain-certs.patch
@@ -22,20 +22,3 @@ diff -Naur mysql-5.1.47.orig/vio/viosslfactories.c mysql-5.1.47/vio/viosslfactor
{
*error= SSL_INITERR_CERT;
DBUG_PRINT("error",("%s from file '%s'", sslGetErrString(*error), cert_file));
-diff -Naur mysql-5.1.47.orig/extra/yassl/src/ssl.cpp mysql-5.1.47/extra/yassl/src/ssl.cpp
---- mysql-5.1.47.orig/extra/yassl/src/ssl.cpp 2010-05-06 11:24:26.000000000 -0400
-+++ mysql-5.1.47/extra/yassl/src/ssl.cpp 2010-05-26 23:29:13.000000000 -0400
-@@ -1606,10 +1606,10 @@
- }
-
-
-- int SSL_CTX_use_certificate_chain_file(SSL_CTX*, const char*)
-+ int SSL_CTX_use_certificate_chain_file(SSL_CTX* ctx, const char* file)
- {
-- // TDOD:
-- return SSL_SUCCESS;
-+ // For the moment, treat like use_certificate_file
-+ return read_file(ctx, file, SSL_FILETYPE_PEM, Cert);
- }
-
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/f824f15aab3d37221e776cf9d7eb196331592634
More information about the pld-cvs-commit
mailing list