From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEEF51382C5 for ; Tue, 16 Mar 2021 22:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E8E5E07A7; Tue, 16 Mar 2021 22:14:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 292B1E07A7 for ; Tue, 16 Mar 2021 22:14:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C635B340EB2 for ; Tue, 16 Mar 2021 22:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAE305B4 for ; Tue, 16 Mar 2021 22:14:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615932828.ac8b393cb1ff7ca80be582820d2fd63c320c43c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/, dev-libs/cyrus-sasl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.27-slibtool.patch X-VCS-Directories: dev-libs/cyrus-sasl/files/ dev-libs/cyrus-sasl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac8b393cb1ff7ca80be582820d2fd63c320c43c4 X-VCS-Branch: master Date: Tue, 16 Mar 2021 22:14:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72b0b3f4-7f48-48ae-9385-b3ab7eb3bf33 X-Archives-Hash: a63ed5d27b2912930262b5cef9a7ee2f commit: ac8b393cb1ff7ca80be582820d2fd63c320c43c4 Author: Sam James gentoo org> AuthorDate: Tue Mar 16 22:13:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 16 22:13:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8b393c dev-libs/cyrus-sasl: fix build with slibtool Thanks-to: orbea riseup.net> Closes: https://bugs.gentoo.org/775875 Signed-off-by: Sam James gentoo.org> dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild | 1 + .../cyrus-sasl/files/cyrus-sasl-2.1.27-slibtool.patch | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild index 500aa56870b..32fdde1ac70 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild @@ -57,6 +57,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.1.27-doc_build_fix.patch" "${FILESDIR}/${PN}-2.1.27-memmem.patch" "${FILESDIR}/${PN}-2.1.27-CVE-2019-19906.patch" + "${FILESDIR}/${PN}-2.1.27-slibtool.patch" ) pkg_setup() { diff --git a/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.27-slibtool.patch b/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.27-slibtool.patch new file mode 100644 index 00000000000..81198cb87f0 --- /dev/null +++ b/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.27-slibtool.patch @@ -0,0 +1,18 @@ +https://github.com/cyrusimap/cyrus-sasl/pull/623 +https://bugs.gentoo.org/775875 + +From 5b8075eeba8d0334573689450b07610c176a2618 Mon Sep 17 00:00:00 2001 +From: orbea +Date: Wed, 9 Sep 2020 07:29:38 -0700 +Subject: [PATCH] common: Define the missing crypto_compat_version version. + +--- a/common/Makefile.am ++++ b/common/Makefile.am +@@ -46,6 +46,7 @@ + # See + # CURRENT:REVISION:AGE + plugin_common_version = 3:0:0 ++crypto_compat_version = 0:0:0 + + AM_CPPFLAGS=-fPIC -I$(top_srcdir)/include -I$(top_builddir)/include +