summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2021-06-20 21:25:43 +0300
committerSam James <sam@gentoo.org>2021-06-21 23:26:05 +0100
commitc7d1e42950960a4cea26c5cd727dc3f40b45d6de (patch)
tree2160e2e2429476fe0e2b031dcb638362c8781b9c /net-p2p/amule/files/amule-2.3.2-cryptopp-6.patch
parentdev-libs/tvision: properly detect ar (diff)
downloadgentoo-c7d1e42950960a4cea26c5cd727dc3f40b45d6de.tar.gz
gentoo-c7d1e42950960a4cea26c5cd727dc3f40b45d6de.tar.bz2
gentoo-c7d1e42950960a4cea26c5cd727dc3f40b45d6de.zip
net-p2p/amule: Remove old
Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/21348 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/amule/files/amule-2.3.2-cryptopp-6.patch')
-rw-r--r--net-p2p/amule/files/amule-2.3.2-cryptopp-6.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-p2p/amule/files/amule-2.3.2-cryptopp-6.patch b/net-p2p/amule/files/amule-2.3.2-cryptopp-6.patch
deleted file mode 100644
index d23534475603..000000000000
--- a/net-p2p/amule/files/amule-2.3.2-cryptopp-6.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 27c13f3e622b8a3eaaa05bb62b0149604bdcc9e8 Mon Sep 17 00:00:00 2001
-From: Tommy Jerry Mairo <tommy.mairo@gmail.com>
-Date: Wed, 21 Mar 2018 19:56:28 +0100
-Subject: [PATCH] Bugfix: API mismatch with crypto++ 6.0.0
-
----
- src/ClientCreditsList.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/ClientCreditsList.cpp b/src/ClientCreditsList.cpp
-index 3bea9fe2d..69e881fd8 100644
---- a/src/ClientCreditsList.cpp
-+++ b/src/ClientCreditsList.cpp
-@@ -312,7 +312,7 @@ void CClientCreditsList::InitalizeCrypting()
- // calculate and store public key
- CryptoPP::RSASSA_PKCS1v15_SHA_Verifier pubkey(*static_cast<CryptoPP::RSASSA_PKCS1v15_SHA_Signer *>(m_pSignkey));
- CryptoPP::ArraySink asink(m_abyMyPublicKey, 80);
-- pubkey.DEREncode(asink);
-+ pubkey.GetMaterial().Save(asink);
- m_nMyPublicKeyLen = asink.TotalPutLength();
- asink.MessageEnd();
- } catch (const CryptoPP::Exception& e) {
---
-2.16.4
-