Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql-extras:master commit in: /
Date: Sun, 03 Mar 2019 18:44:34
Message-Id: 1551638597.185eb05d83c466b5506a4dd0e9353bc52b7f7064.whissi@gentoo
1 commit: 185eb05d83c466b5506a4dd0e9353bc52b7f7064
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 18:38:50 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 18:43:17 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=185eb05d
7
8 Replace percona-server LibreSSL patch
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 ...atch => 20018_all_percona-server-5.7.25-fix-libressl-support.patch | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/20018_all_percona-server-5.7.23-fix-libressl-support.patch b/20018_all_percona-server-5.7.25-fix-libressl-support.patch
16 similarity index 98%
17 rename from 20018_all_percona-server-5.7.23-fix-libressl-support.patch
18 rename to 20018_all_percona-server-5.7.25-fix-libressl-support.patch
19 index f368f57..8ff17b9 100644
20 --- a/20018_all_percona-server-5.7.23-fix-libressl-support.patch
21 +++ b/20018_all_percona-server-5.7.25-fix-libressl-support.patch
22 @@ -11,7 +11,7 @@ https://bugs.gentoo.org/668894
23
24 -#if OPENSSL_VERSION_NUMBER < 0x10100000L
25 +#if OPENSSL_VERSION_NUMBER < 0x10100000L || \
26 -+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
27 ++ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x02090000fL)
28 EVP_CIPHER_CTX_cleanup(ctx);
29 delete ctx;
30 ERR_remove_thread_state(0);
31 @@ -35,7 +35,7 @@ https://bugs.gentoo.org/668894
32 }
33 -#if OPENSSL_VERSION_NUMBER < 0x10100000L
34 +#if OPENSSL_VERSION_NUMBER < 0x10100000L || \
35 -+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
36 ++ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x02090000fL)
37 CRYPTO_malloc_init();
38 #else /* OPENSSL_VERSION_NUMBER < 0x10100000L */
39 OPENSSL_malloc_init();