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/CryptX/
Date: Sat,  3 Jun 2017 11:14:51 +0000 (UTC)	[thread overview]
Message-ID: <1496488475.2bce1036f2688ce37eb635836031d9d4878db9e2.kentnl@gentoo> (raw)

commit:     2bce1036f2688ce37eb635836031d9d4878db9e2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 11:14:09 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 11:14:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bce1036

dev-perl/CryptX: Bump to version 0.48.0

Upstream:
- New digests SHA3{224,256,384,512},SHAKE,BLAKE2b{160,256,384,512}
  BLAKE2s{160,224,256}
- New AuthEnc ChaCha20Poly1305
- New Mac Poly1305,BLAKE2s,BLAKE2b
- New PRNG ChaCha20
- New Crypt::Stream modules ChaCha, RC4, Sober128
- Chacha20 now default PRNG for Crypt::PRNG
- new functions increment_octets_be/le

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/CryptX/CryptX-0.48.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
 dev-perl/CryptX/Manifest             |  1 +
 dev-perl/CryptX/metadata.xml         | 21 +++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/dev-perl/CryptX/CryptX-0.48.0.ebuild b/dev-perl/CryptX/CryptX-0.48.0.ebuild
new file mode 100644
index 00000000000..c382275f782
--- /dev/null
+++ b/dev-perl/CryptX/CryptX-0.48.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=MIK
+DIST_VERSION=0.048
+inherit perl-module
+
+DESCRIPTION="Self-contained crypto toolkit"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+	>=virtual/perl-Exporter-5.590.0
+	!minimal? (
+		|| ( dev-perl/JSON-XS virtual/perl-JSON-PP )
+	)
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		!minimal? (
+			>=virtual/perl-Math-BigInt-1.999.715
+			>=virtual/perl-Storable-2.0.0
+		)
+	)
+"
+
+src_test() {
+	perl_rm_files t/003_all_pm_pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/CryptX/Manifest b/dev-perl/CryptX/Manifest
index 145b3d0db96..f74431fd339 100644
--- a/dev-perl/CryptX/Manifest
+++ b/dev-perl/CryptX/Manifest
@@ -1 +1,2 @@
 DIST CryptX-0.047.tar.gz 1204369 SHA256 b96d266ee68a4ceea58dd11f4283e625b54b0cc55684e50a6838124689670b41 SHA512 7f4a146673fd116578b4a3ec3b18b48c6be1057d3369cd71fa5da78afd4bfd158b604260cead559034f5764453afbcf6822ee32e757e200f0d4bc5ffa29a554b WHIRLPOOL 6cc56cc6b6850e247a2582f07edad8ea58572c00d7d2eec25b8ffbbbe5794a1e3f85e25d9d4946420c42e856e1c1ec921426f11e6af40a7a9c21d0ce8377411c
+DIST CryptX-0.048.tar.gz 1257382 SHA256 89320a8626e86a0ae56ff9867760ee574808f59fb26c740dc862587904a0e6f5 SHA512 761f89ae167f419f222f810e16543912708849c3d60d944c6b15523e811d58f57ce8625dcdd813e951036107abe7b795eb9fded94e44510914222b8dafbedf7d WHIRLPOOL e8c9bfe77175122e6e1502f097224554583cecbb684ef600056bf925307b558004188440596aac0c943387b1e264b104542df910d598ee12abafa60946f395b5

diff --git a/dev-perl/CryptX/metadata.xml b/dev-perl/CryptX/metadata.xml
index 95d80b3275b..c13e4f74704 100644
--- a/dev-perl/CryptX/metadata.xml
+++ b/dev-perl/CryptX/metadata.xml
@@ -13,6 +13,7 @@
     <remote-id type="cpan">CryptX</remote-id>
     <remote-id type="cpan-module">Crypt::AuthEnc</remote-id>
     <remote-id type="cpan-module">Crypt::AuthEnc::CCM</remote-id>
+    <remote-id type="cpan-module">Crypt::AuthEnc::ChaCha20Poly1305</remote-id>
     <remote-id type="cpan-module">Crypt::AuthEnc::EAX</remote-id>
     <remote-id type="cpan-module">Crypt::AuthEnc::GCM</remote-id>
     <remote-id type="cpan-module">Crypt::AuthEnc::OCB</remote-id>
@@ -44,6 +45,14 @@
     <remote-id type="cpan-module">Crypt::Cipher::Twofish</remote-id>
     <remote-id type="cpan-module">Crypt::Cipher::XTEA</remote-id>
     <remote-id type="cpan-module">Crypt::Digest</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::BLAKE2b_160</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::BLAKE2b_256</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::BLAKE2b_384</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::BLAKE2b_512</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::BLAKE2s_128</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::BLAKE2s_160</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::BLAKE2s_224</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::BLAKE2s_256</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::CHAES</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::MD2</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::MD4</remote-id>
@@ -56,18 +65,26 @@
     <remote-id type="cpan-module">Crypt::Digest::SHA224</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::SHA256</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::SHA384</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::SHA3_224</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::SHA3_256</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::SHA3_384</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::SHA3_512</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::SHA512</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::SHA512_224</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::SHA512_256</remote-id>
+    <remote-id type="cpan-module">Crypt::Digest::SHAKE</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::Tiger192</remote-id>
     <remote-id type="cpan-module">Crypt::Digest::Whirlpool</remote-id>
     <remote-id type="cpan-module">Crypt::KeyDerivation</remote-id>
     <remote-id type="cpan-module">Crypt::Mac</remote-id>
+    <remote-id type="cpan-module">Crypt::Mac::BLAKE2b</remote-id>
+    <remote-id type="cpan-module">Crypt::Mac::BLAKE2s</remote-id>
     <remote-id type="cpan-module">Crypt::Mac::F9</remote-id>
     <remote-id type="cpan-module">Crypt::Mac::HMAC</remote-id>
     <remote-id type="cpan-module">Crypt::Mac::OMAC</remote-id>
     <remote-id type="cpan-module">Crypt::Mac::PMAC</remote-id>
     <remote-id type="cpan-module">Crypt::Mac::Pelican</remote-id>
+    <remote-id type="cpan-module">Crypt::Mac::Poly1305</remote-id>
     <remote-id type="cpan-module">Crypt::Mac::XCBC</remote-id>
     <remote-id type="cpan-module">Crypt::Misc</remote-id>
     <remote-id type="cpan-module">Crypt::Mode</remote-id>
@@ -82,10 +99,14 @@
     <remote-id type="cpan-module">Crypt::PK::ECC</remote-id>
     <remote-id type="cpan-module">Crypt::PK::RSA</remote-id>
     <remote-id type="cpan-module">Crypt::PRNG</remote-id>
+    <remote-id type="cpan-module">Crypt::PRNG::ChaCha20</remote-id>
     <remote-id type="cpan-module">Crypt::PRNG::Fortuna</remote-id>
     <remote-id type="cpan-module">Crypt::PRNG::RC4</remote-id>
     <remote-id type="cpan-module">Crypt::PRNG::Sober128</remote-id>
     <remote-id type="cpan-module">Crypt::PRNG::Yarrow</remote-id>
+    <remote-id type="cpan-module">Crypt::Stream::ChaCha</remote-id>
+    <remote-id type="cpan-module">Crypt::Stream::RC4</remote-id>
+    <remote-id type="cpan-module">Crypt::Stream::Sober128</remote-id>
     <remote-id type="cpan-module">CryptX</remote-id>
     <remote-id type="cpan-module">Math::BigInt::LTM</remote-id>
   </upstream>


             reply	other threads:[~2017-06-03 11:14 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-03 11:14 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-04 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/ Arthur Zamarin
2024-01-04 10:02 Sam James
2024-01-04 10:02 Sam James
2024-01-04 10:02 Sam James
2024-01-04 10:02 Sam James
2024-01-03 22:59 Sam James
2024-01-03 22:59 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-19  7:42 Arthur Zamarin
2023-08-19  7:42 Arthur Zamarin
2023-08-19  6:33 Sam James
2023-08-19  6:18 Sam James
2023-08-19  6:10 Sam James
2023-08-05 12:42 Arthur Zamarin
2023-06-30  6:25 Sam James
2023-03-04  8:44 Arthur Zamarin
2023-03-04  8:31 Arthur Zamarin
2023-03-04  7:22 Arthur Zamarin
2023-03-04  7:04 Arthur Zamarin
2023-03-04  5:38 Arthur Zamarin
2023-03-04  5:35 Arthur Zamarin
2022-06-30  7:01 Agostino Sarubbo
2022-06-29 17:41 Arthur Zamarin
2022-06-29 17:15 Arthur Zamarin
2022-06-29 16:56 Sam James
2021-12-08 10:14 Yixun Lan
2021-11-21  4:58 Arthur Zamarin
2021-11-18 21:43 Arthur Zamarin
2021-10-16 17:17 Andreas K. Hüttel
2021-08-13  1:05 Sam James
2021-08-07 14:49 Sam James
2021-05-31 17:49 David Seifert
2021-05-25  0:52 Sam James
2021-05-25  0:19 Joshua Kinard
2021-05-16  0:13 Sam James
2021-05-15  1:55 Sam James
2021-05-13 16:18 Sam James
2021-05-13 16:15 Sam James
2021-05-13 16:15 Sam James
2021-05-11 18:41 Sergei Trofimovich
2021-05-11 15:45 Sergei Trofimovich
2021-05-07 18:18 Andreas K. Hüttel
2020-10-04  5:21 Kent Fredric
2020-08-26 18:30 Kent Fredric
2020-08-06 16:56 Kent Fredric
2020-07-02 17:53 Kent Fredric
2019-10-16  4:35 Andreas K. Hüttel
2018-09-08  5:30 Mikle Kolyada
2018-07-22 14:51 Thomas Deutschmann
2017-10-05 12:22 Kent Fredric
2017-04-11 20:23 Kent Fredric
2017-04-06  8:37 Kent Fredric
2017-04-04 13:07 Kent Fredric
2016-12-04 17:16 Kent Fredric
2016-09-07  8:07 Kent Fredric
2016-09-07  8:07 Kent Fredric
2015-12-31 10:46 Andreas Hüttel
2015-09-07 19:32 Andreas Hüttel

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=1496488475.2bce1036f2688ce37eb635836031d9d4878db9e2.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