Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/files/
Date: Mon, 03 May 2021 18:46:42
Message-Id: 1620067552.acd3d18721cd084af64f6be9460a69aa47759743.sam@gentoo
1 commit: acd3d18721cd084af64f6be9460a69aa47759743
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:38:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd3d187
7
8 www-servers/h2o: drop obsolete LibreSSL patch(es)
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 www-servers/h2o/files/h2o-2.2-libressl-2.7.patch | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/www-servers/h2o/files/h2o-2.2-libressl-2.7.patch b/www-servers/h2o/files/h2o-2.2-libressl-2.7.patch
17 deleted file mode 100644
18 index 02942b49227..00000000000
19 --- a/www-servers/h2o/files/h2o-2.2-libressl-2.7.patch
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -From db50d885a87985310e65159a705b45de8646dc26 Mon Sep 17 00:00:00 2001
23 -From: AIZAWA Hina <hina@×××××××.com>
24 -Date: Fri, 23 Mar 2018 22:50:51 +0900
25 -Subject: [PATCH] Add supporting LibreSSL 2.7
26 -
27 -Signed-off-by: AIZAWA Hina <hina@×××××××.com>
28 ----
29 - deps/neverbleed/neverbleed.c | 2 +-
30 - 1 file changed, 1 insertion(+), 1 deletion(-)
31 -
32 -diff --git a/deps/neverbleed/neverbleed.c b/deps/neverbleed/neverbleed.c
33 -index 29b35a9..42356a6 100644
34 ---- a/deps/neverbleed/neverbleed.c
35 -+++ b/deps/neverbleed/neverbleed.c
36 -@@ -547,7 +547,7 @@ static int sign_stub(struct expbuf_t *buf)
37 - return 0;
38 - }
39 -
40 --#if !OPENSSL_1_1_API
41 -+#if !OPENSSL_1_1_API && (!defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER < 0x2070000fL)
42 -
43 - static void RSA_get0_key(const RSA *rsa, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d)
44 - {