summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-05 11:39:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-05 11:39:56 +0100
commit44d67a9888121586b4839bb73dc748c398adfe23 (patch)
tree3abcfb50a17d547594ad65e5346f4e868e0b7a58 /app-crypt/qca/qca-2.3.2.ebuild
parentdev-python/boto3: Bump to 1.17.21 (diff)
downloadgentoo-44d67a9888121586b4839bb73dc748c398adfe23.tar.gz
gentoo-44d67a9888121586b4839bb73dc748c398adfe23.tar.bz2
gentoo-44d67a9888121586b4839bb73dc748c398adfe23.zip
app-crypt/qca: Fix CryptographicMessageSyntax
Closes: https://bugs.gentoo.org/766932 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/qca/qca-2.3.2.ebuild')
-rw-r--r--app-crypt/qca/qca-2.3.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-crypt/qca/qca-2.3.2.ebuild b/app-crypt/qca/qca-2.3.2.ebuild
index 9b020b5ca9f0..2d0ade08ff78 100644
--- a/app-crypt/qca/qca-2.3.2.ebuild
+++ b/app-crypt/qca/qca-2.3.2.ebuild
@@ -39,7 +39,11 @@ DEPEND="${RDEPEND}
)
"
-PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-disable-pgp-test.patch"
+ "${FILESDIR}/${P}-openssl-1.1.1i-empty-msg-verification.patch" # bug 766932
+ "${FILESDIR}/${P}-cmsut-signverify_message_invalid-fails-randomly.patch"
+)
qca_plugin_use() {
echo -DWITH_${2:-$1}_PLUGIN=$(usex "$1")