public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Bignum/
Date: Wed,  3 Aug 2016 19:36:24 +0000 (UTC)	[thread overview]
Message-ID: <1470252950.6100a1858beaeb577e9a3a45d4dd06a6a4a2295e.kentnl@gentoo> (raw)

commit:     6100a1858beaeb577e9a3a45d4dd06a6a4a2295e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 19:35:30 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 19:35:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6100a185

dev-perl/Crypt-OpenSSL-Bignum: Bump to version 0.60.0

- EAPI6

Upstream:
- Memory relaimed when CTX goes out of scope
- to_bin no longer returns garbage when value is 0
- new constructors: new, rand, pseudo_rand, rand_range
- new methods: ucmp, num_bits, num_bytes, rshift, lshift, swap

Keywording notes:
- m68k, s390, sh and x86-fbsd are all unsatisfied for libressl

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m6mips nios2 ppc ppc64 riscv sparc sparc-fbsd x86"

 .../Crypt-OpenSSL-Bignum-0.60.0.ebuild              | 21 +++++++++++++++++++++
 dev-perl/Crypt-OpenSSL-Bignum/Manifest              |  1 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.60.0.ebuild b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.60.0.ebuild
new file mode 100644
index 0000000..3d356cc
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.60.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=KMX
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="OpenSSL's multiprecision integer arithmetic"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="libressl"
+
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-perl/Crypt-OpenSSL-Bignum/Manifest b/dev-perl/Crypt-OpenSSL-Bignum/Manifest
index af83838..5836e2e 100644
--- a/dev-perl/Crypt-OpenSSL-Bignum/Manifest
+++ b/dev-perl/Crypt-OpenSSL-Bignum/Manifest
@@ -1 +1,2 @@
 DIST Crypt-OpenSSL-Bignum-0.04.tar.gz 13520 SHA256 73a1e3a2419054a5109629c55d3ec322415be07d6bb6029b830a30e8f1126fa3 SHA512 ea95da0a71e7534595d721a0c4ad95f43d93407b3ed465aad88d8809a11646da15254341b5c36c6248b80be844b36276079b1b050ad5dacbdf71f2bb06621403 WHIRLPOOL 100e82b2d5436f8a742b9b53d09b602d26b3f7244b9f8c1d20ef0f3a3ec87b6a639846ec8b6e1239641aa0e51167906cbc8c6f92323d59c2df4934afe4948cec
+DIST Crypt-OpenSSL-Bignum-0.06.tar.gz 15873 SHA256 c7ccafa9108524b9a6f63bf4ac3377f9d7e978fee7b83c430af7e74c5fcbdf17 SHA512 98e18ce2d8db09b2a552de641e403944e9e0f413b835dcf560fb8b552bd442a2753aea2ed7cb1b62cb261f1b6debfe56db82b15bd872bc45e12ff1aed92fa478 WHIRLPOOL f0347b7a620c923794fda847d2f96a9a3ecbe30b1b036bf1d5fb9556eb99d316ffdd8c1135bbe414eec0e98b8ecc6fedd95a129319926ace7a56767647e80750


             reply	other threads:[~2016-08-03 19:36 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-03 19:36 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-07 20:06 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Bignum/ Andreas K. Hüttel
2021-05-07 19:32 Andreas K. Hüttel
2021-05-07 19:32 Andreas K. Hüttel
2021-05-03 10:15 Mikle Kolyada
2020-09-03  4:26 Yixun Lan
2020-07-01 11:28 Kent Fredric
2019-07-29 18:42 Aaron Bauman
2019-04-01 19:33 Andreas Sturmlechner
2018-10-27 12:31 Fabian Groffen
2018-10-14 13:29 Mikle Kolyada
2018-07-23  6:19 Sergei Trofimovich
2018-07-10 19:47 Markus Meier
2018-06-25 16:06 Tobias Klausmann
2018-06-06 16:37 Sergei Trofimovich
2018-06-02 19:15 Sergei Trofimovich
2018-04-23 15:12 Aaron Bauman
2018-04-23 15:12 Aaron Bauman
2017-03-12 23:09 Andreas Hüttel
2017-03-12 23:09 Andreas Hüttel
2017-01-05 10:17 Andreas Hüttel
2016-08-16  5:05 Kent Fredric
2015-12-30 23:04 Andreas Hüttel
2015-09-20 16:39 Julian Ospald

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=1470252950.6100a1858beaeb577e9a3a45d4dd06a6a4a2295e.kentnl@gentoo \
    --to=kentnl@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