From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/sogo/
Date: Wed, 7 Jul 2021 19:25:45 +0000 (UTC) [thread overview]
Message-ID: <1625685918.24a53f26fb0602168c21bbafdd4bc543860dcfde.voyageur@gentoo> (raw)
commit: 24a53f26fb0602168c21bbafdd4bc543860dcfde
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 7 19:25:18 2021 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jul 7 19:25:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a53f26
gnustep-apps/sogo: add USE flag for libsodium
Closes: https://bugs.gentoo.org/800803
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
gnustep-apps/sogo/metadata.xml | 1 +
gnustep-apps/sogo/sogo-5.1.1.ebuild | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnustep-apps/sogo/metadata.xml b/gnustep-apps/sogo/metadata.xml
index efbfee2b1c1..ea8f3407bfe 100644
--- a/gnustep-apps/sogo/metadata.xml
+++ b/gnustep-apps/sogo/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<use>
<flag name="activesync">Build the ActiveSync support code</flag>
+ <flag name="sodium">Enable support for Argon2 password schemes using <pkg>dev-libs/libsodium</pkg></flag>
</use>
<upstream>
<remote-id type="github">inverse-inc/sogo</remote-id>
diff --git a/gnustep-apps/sogo/sogo-5.1.1.ebuild b/gnustep-apps/sogo/sogo-5.1.1.ebuild
index 61f0f378349..4738c446bcd 100644
--- a/gnustep-apps/sogo/sogo-5.1.1.ebuild
+++ b/gnustep-apps/sogo/sogo-5.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/inverse-inc/sogo/archive/SOGo-${PV}.tar.gz -> ${P}.t
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="activesync gnutls +ssl"
+IUSE="activesync gnutls +ssl sodium"
RDEPEND="
acct-user/sogo
@@ -25,6 +25,7 @@ RDEPEND="
!gnutls? (
dev-libs/openssl:0=
)
+ sodium? ( dev-libs/libsodium:= )
"
DEPEND="${RDEPEND}
>=gnustep-base/gnustep-make-2.6.3"
@@ -55,11 +56,15 @@ src_configure() {
egnustep_env
+ # saml2 requires liblasso, mfa requires liboath
./configure \
--disable-strip \
--prefix=/usr \
--with-ssl="${ssl_provider}" \
$(use_enable debug) \
+ $(use_enable sodium) \
+ --disable-mfa \
+ --disable-saml2 \
|| die "configure failed"
}
next reply other threads:[~2021-07-07 19:25 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-07 19:25 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-13 14:16 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/sogo/ Bernard Cafarelli
2021-08-31 20:03 Bernard Cafarelli
2021-08-31 20:03 Bernard Cafarelli
2021-06-21 22:15 Bernard Cafarelli
2021-06-03 21:22 Bernard Cafarelli
2021-05-03 7:01 Mikle Kolyada
2021-01-06 19:07 Andreas K. Hüttel
2020-07-29 17:44 Bernard Cafarelli
2019-12-22 17:48 Bernard Cafarelli
2019-12-22 17:48 Bernard Cafarelli
2019-12-10 12:22 Bernard Cafarelli
2019-09-24 12:56 Bernard Cafarelli
2019-09-23 16:39 Bernard Cafarelli
2019-04-03 21:29 Bernard Cafarelli
2017-07-25 12:04 Bernard Cafarelli
2017-07-17 12:21 Bernard Cafarelli
2017-05-31 12:30 Michael Weber
2017-04-15 11:21 Michael Weber
2017-04-15 11:21 Michael Weber
2017-02-05 20:24 Bernard Cafarelli
2017-02-05 20:24 Bernard Cafarelli
2016-11-07 13:11 Bernard Cafarelli
2016-11-02 12:51 Bernard Cafarelli
2016-03-24 10:08 Bernard Cafarelli
2016-03-24 10:08 Bernard Cafarelli
2016-03-09 13:39 Bernard Cafarelli
2016-02-17 13:45 Bernard Cafarelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1625685918.24a53f26fb0602168c21bbafdd4bc543860dcfde.voyageur@gentoo \
--to=voyageur@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox