From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/files/
Date: Mon, 23 Apr 2018 04:09:39 +0000 (UTC) [thread overview]
Message-ID: <1524456559.d0299098e25329e93dd847e3dbc1ad4a23a3f224.bman@gentoo> (raw)
commit: d0299098e25329e93dd847e3dbc1ad4a23a3f224
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 04:09:19 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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
next reply other threads:[~2018-04-23 4:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-23 4:09 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 21:46 [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/files/ Conrad Kostecki
2024-08-20 8:01 Joonas Niilola
2024-02-23 1:05 Maciej Barć
2024-02-06 3:26 Sam James
2023-02-01 1:18 Conrad Kostecki
2022-03-27 22:08 Conrad Kostecki
2019-02-06 9:32 Lars Wendler
2017-12-03 12:40 Lars Wendler
2017-01-12 22:55 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1524456559.d0299098e25329e93dd847e3dbc1ad4a23a3f224.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox