From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E1B2138335 for ; Sun, 3 Mar 2019 18:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44BA3E087A; Sun, 3 Mar 2019 18:44:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24C67E087A for ; Sun, 3 Mar 2019 18:44:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAD70335CFA for ; Sun, 3 Mar 2019 18:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81B14557 for ; Sun, 3 Mar 2019 18:44:30 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1551638597.185eb05d83c466b5506a4dd0e9353bc52b7f7064.whissi@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 20018_all_percona-server-5.7.23-fix-libressl-support.patch 20018_all_percona-server-5.7.25-fix-libressl-support.patch X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 185eb05d83c466b5506a4dd0e9353bc52b7f7064 X-VCS-Branch: master Date: Sun, 3 Mar 2019 18:44:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef4003d9-3ae3-47f2-a2d6-6151addcaae5 X-Archives-Hash: da679ab4cb445ee106734d947f560f93 commit: 185eb05d83c466b5506a4dd0e9353bc52b7f7064 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 3 18:38:50 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 3 18:43:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=185eb05d Replace percona-server LibreSSL patch Signed-off-by: Thomas Deutschmann gentoo.org> ...atch => 20018_all_percona-server-5.7.25-fix-libressl-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 similarity index 98% rename from 20018_all_percona-server-5.7.23-fix-libressl-support.patch rename to 20018_all_percona-server-5.7.25-fix-libressl-support.patch index f368f57..8ff17b9 100644 --- a/20018_all_percona-server-5.7.23-fix-libressl-support.patch +++ b/20018_all_percona-server-5.7.25-fix-libressl-support.patch @@ -11,7 +11,7 @@ https://bugs.gentoo.org/668894 -#if OPENSSL_VERSION_NUMBER < 0x10100000L +#if OPENSSL_VERSION_NUMBER < 0x10100000L || \ -+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL) ++ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x02090000fL) EVP_CIPHER_CTX_cleanup(ctx); delete ctx; ERR_remove_thread_state(0); @@ -35,7 +35,7 @@ https://bugs.gentoo.org/668894 } -#if OPENSSL_VERSION_NUMBER < 0x10100000L +#if OPENSSL_VERSION_NUMBER < 0x10100000L || \ -+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL) ++ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x02090000fL) CRYPTO_malloc_init(); #else /* OPENSSL_VERSION_NUMBER < 0x10100000L */ OPENSSL_malloc_init();