public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cryptokit/
Date: Thu, 22 Oct 2020 13:02:22 +0000 (UTC)	[thread overview]
Message-ID: <1603371737.99da767e0c59cfdf42320c92fbf41a680dbb75cc.sam@gentoo> (raw)

commit:     99da767e0c59cfdf42320c92fbf41a680dbb75cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 13:02:03 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 13:02:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99da767e

dev-ml/cryptokit: require dev-ml/zarith[-mpir]

mpir doesn't provide mpz_powm_sec for constant-time
modular exponentation which rightly results in a test
failure.

Let's require -mpir in the latest version of cryptokit,
as earlier versions don't work with earlier OCaml anyway.

Closes: https://bugs.gentoo.org/750740
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{cryptokit-1.16.1.ebuild => cryptokit-1.16.1-r1.ebuild}          | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/cryptokit/cryptokit-1.16.1.ebuild b/dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild
similarity index 94%
rename from dev-ml/cryptokit/cryptokit-1.16.1.ebuild
rename to dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild
index d135e28601c..acac20768e5 100644
--- a/dev-ml/cryptokit/cryptokit-1.16.1.ebuild
+++ b/dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild
@@ -18,9 +18,12 @@ IUSE="cpu_flags_x86_aes +ocamlopt test zlib"
 REQUIRED_USE="test? ( ocamlopt )"
 RESTRICT="!test? ( test )"
 
+# We can't use mpir on zarith
+# (until it gains mpz_powm_sec?)
+# bug #750740
 DEPEND="
 	dev-ml/dune-configurator
-	dev-ml/zarith:=
+	dev-ml/zarith:=[-mpir]
 	zlib? ( >=sys-libs/zlib-1.1 )
 "
 RDEPEND="${DEPEND}"


             reply	other threads:[~2020-10-22 13:02 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 13:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-18 17:32 [gentoo-commits] repo/gentoo:master commit in: dev-ml/cryptokit/ Alfredo Tupone
2024-11-26 20:39 Alfredo Tupone
2024-11-20 18:44 Alfredo Tupone
2024-03-01  0:27 Sam James
2021-03-13 11:37 Sam James
2021-03-13 11:36 Sam James
2021-03-13  9:56 Sam James
2020-10-26 21:18 Sam James
2020-10-25 23:19 Thomas Deutschmann
2020-10-24  0:38 Sam James
2020-10-22 13:59 Sam James
2020-10-22 13:59 Sam James
2020-10-17 20:59 Sam James
2020-10-17 20:59 Sam James
2020-10-17  8:04 Sam James
2020-10-17  8:03 Sam James
2020-08-15  0:38 Sam James
2020-07-20  0:41 Sam James
2018-01-08 23:57 Thomas Deutschmann
2017-09-10 18:00 Sergei Trofimovich
2017-09-10 18:00 Sergei Trofimovich
2017-07-09  8:16 Alexis Ballier
2016-10-11 13:49 Alexis Ballier
2016-02-07 16:14 Alexis Ballier

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=1603371737.99da767e0c59cfdf42320c92fbf41a680dbb75cc.sam@gentoo \
    --to=sam@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