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 050321382C5 for ; Mon, 23 Apr 2018 04:09:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 222D0E0ADB; Mon, 23 Apr 2018 04:09:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EFCE7E0ADB for ; Mon, 23 Apr 2018 04:09:43 +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 4AA03335C73 for ; Mon, 23 Apr 2018 04:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD5E027C for ; Mon, 23 Apr 2018 04:09:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524456559.d0299098e25329e93dd847e3dbc1ad4a23a3f224.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch X-VCS-Directories: www-servers/apache/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d0299098e25329e93dd847e3dbc1ad4a23a3f224 X-VCS-Branch: master Date: Mon, 23 Apr 2018 04:09:39 +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-Archives-Salt: 902c0666-b694-4d95-8c4b-54ed6cd1116e X-Archives-Hash: 199fdab6b64f73963bc6599798b6a53a commit: d0299098e25329e93dd847e3dbc1ad4a23a3f224 Author: Aaron Bauman gentoo org> AuthorDate: Mon Apr 23 04:09:19 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 04:09:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0299098 www-servers/apache: add missing parenthese in LibreSSL patch Closes: https://bugs.gentoo.org/653830 Package-Manager: Portage-2.3.31, Repoman-2.3.9 www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch b/www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch index 97d33468e19..a326cc698ee 100644 --- a/www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch +++ b/www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch @@ -20,7 +20,7 @@ index 66682eaf4d..8f0def2805 100644 } -#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000f) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000f) #ifndef NID_tlsfeature #define NID_tlsfeature 1020