Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile-client/files/
Date: Mon, 03 May 2021 18:46:38
Message-Id: 1620067536.874b27d8c1de97b061e326b25070bb88b5915700.sam@gentoo
1 commit: 874b27d8c1de97b061e326b25070bb88b5915700
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:31:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874b27d8
7
8 net-misc/seafile-client: drop obsolete LibreSSL patch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../files/seafile-client-7.0.9-libressl.patch | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch b/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch
16 deleted file mode 100644
17 index d7fdc2201d1..00000000000
18 --- a/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -Upstream pull request: https://github.com/haiwen/seafile-client/pull/1314
22 -diff --git a/src/utils/rsa.cpp b/src/utils/rsa.cpp
23 -index 350b790..513733d 100644
24 ---- a/src/utils/rsa.cpp
25 -+++ b/src/utils/rsa.cpp
26 -@@ -13,7 +13,7 @@ namespace {
27 -
28 - /* Forward compatibility functions if libssl < 1.1.0. */
29 -
30 --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
31 -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
32 -
33 - int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
34 - {