commit: 97a7e798e009b259684064cb47d7277f1eeb6e89
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 23:50:17 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May 15 23:52:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a7e798
net-p2p/transmission: update openssl-3 patch
Load "default" before "legacy" just in case we are running with multiple
threads and some other thread uses a cipher in the default provider.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-p2p/transmission/files/transmission-3.00-openssl-3.patch | 2 +-
.../{transmission-3.00-r2.ebuild => transmission-3.00-r3.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/transmission/files/transmission-3.00-openssl-3.patch
b/net-p2p/transmission/files/transmission-3.00-openssl-3.patch
index dbedcd217c94..f288298cbf3d 100644
--- a/net-p2p/transmission/files/transmission-3.00-openssl-3.patch
+++ b/net-p2p/transmission/files/transmission-3.00-openssl-3.patch
@@ -26,8 +26,8 @@ index 45fd71913..14d680654 100644
tr_rc4_ctx_t tr_rc4_new(void)
{
+#if OPENSSL_VERSION_MAJOR >= 3
-+ OSSL_PROVIDER_load(NULL, "legacy");
+ OSSL_PROVIDER_load(NULL, "default");
++ OSSL_PROVIDER_load(NULL, "legacy");
+#endif
EVP_CIPHER_CTX* handle = EVP_CIPHER_CTX_new();
diff --git a/net-p2p/transmission/transmission-3.00-r2.ebuild
b/net-p2p/transmission/transmission-3.00-r3.ebuild
similarity index 100%
rename from net-p2p/transmission/transmission-3.00-r2.ebuild
rename to net-p2p/transmission/transmission-3.00-r3.ebuild