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-OpenPGP/
Date: Sun,  4 Sep 2016 17:33:11 +0000 (UTC)	[thread overview]
Message-ID: <1473010359.23187cfee864201094a54fffe192d2f4e727f44d.kentnl@gentoo> (raw)

commit:     23187cfee864201094a54fffe192d2f4e727f44d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 17:28:02 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 17:32:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23187cfe

dev-perl/Crypt-OpenPGP: Bump to version 1.120.0

- EAPI6
- Fix LICENSE

Upstream:
- Remove hard dependency on Math::Pari
- Use Digest::SHA instead of Digest::SHA1
- Update GnuPG defaults
- Fix error propagation when generating RSA key
- Avoid truncating encrypted packet when data looks "falsey"
- Propagate errors when Ciphers fail construction
- Added NoVersion parameter to ::Armour to avoid version header

Todo:
- Upstream indicated to use Alt::Crypt::RSA, but this
  implementation clashes with Crypt::RSA using the same files
  and pulls in a lot of modules. Crypt::RSA retained because
  its still compatible.
- Apparent Soft-Deps on Crypt::Random and friends, omitted
  until a sane way to handle them is found.

Package-Manager: portage-2.3.0

 .../Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild     | 45 ++++++++++++++++++++++
 dev-perl/Crypt-OpenPGP/Manifest                    |  1 +
 dev-perl/Crypt-OpenPGP/metadata.xml                |  4 ++
 3 files changed, 50 insertions(+)

diff --git a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
new file mode 100644
index 00000000..0d775a4
--- /dev/null
+++ b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SROMANOV
+DIST_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Pure-Perl OpenPGP-compatible PGP implementation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE="test"
+
+# Note: Don't depend on Alt::, non Alt:: works for now
+RDEPEND="
+	dev-perl/Crypt-RSA
+
+	dev-perl/Crypt-Blowfish
+	dev-perl/Crypt-CAST5_PP
+	dev-perl/Crypt-DES_EDE3
+	dev-perl/Crypt-DSA
+	dev-perl/Crypt-IDEA
+	dev-perl/Crypt-RIPEMD160
+	dev-perl/Crypt-Rijndael
+	>=dev-perl/Crypt-Twofish-2.00
+	virtual/perl-Digest-MD5
+	virtual/perl-Digest-SHA
+	dev-perl/File-HomeDir
+	virtual/perl-IO-Compress
+	dev-perl/libwww-perl
+	virtual/perl-MIME-Base64
+	virtual/perl-Math-BigInt
+	dev-perl/TermReadKey
+	dev-perl/URI
+	>=dev-perl/data-buffer-0.04
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+	)"

diff --git a/dev-perl/Crypt-OpenPGP/Manifest b/dev-perl/Crypt-OpenPGP/Manifest
index 07a90a3..113c997 100644
--- a/dev-perl/Crypt-OpenPGP/Manifest
+++ b/dev-perl/Crypt-OpenPGP/Manifest
@@ -1 +1,2 @@
 DIST Crypt-OpenPGP-1.07.tar.gz 141752 SHA256 57ba790d4833a3270b683ee7e76fd2ab45319859ba36ed6247db3d9a9536291b SHA512 ee18a38327d92dab0ade4d8cb3ef3b6f018f66eae133d4287e863593031280dc97551a25d47cd6c82a4ef5be361aa8701eaf673e63c3bcf25c33dd21a89ce420 WHIRLPOOL 8d4656b9da1077eeb2efb5869a007e6917808e35a33dcdef4382f4d4ba4dd7dd67608a12e739d2d17ee20ebedc2cbba5e4c92d1169ac31687cd684a00b1892cd
+DIST Crypt-OpenPGP-1.12.tar.gz 103125 SHA256 e8a7ff2a993b76a69ad6dffdbe55755be5678b84e6ec494dcd9ab966f766f50e SHA512 7cbdd1e125d686aea6e6de66572e3d2d03f08d048481b757b9fa51f7d3d0b39dce1f4105a18600b4d546001bf39baeefb199c25449be21d038685cb21174caf6 WHIRLPOOL edeb59c53591b53d578b36b235595f3781be15e1836a5a8c62dd7049b81053a089aa07bcfed06dbb9bd2735be27543be5bbeafbfbfe1096ed2959f292fc70584

diff --git a/dev-perl/Crypt-OpenPGP/metadata.xml b/dev-perl/Crypt-OpenPGP/metadata.xml
index 91898a5..4da8627 100644
--- a/dev-perl/Crypt-OpenPGP/metadata.xml
+++ b/dev-perl/Crypt-OpenPGP/metadata.xml
@@ -32,6 +32,10 @@
     <remote-id type="cpan-module">Crypt::OpenPGP::Digest::MD5</remote-id>
     <remote-id type="cpan-module">Crypt::OpenPGP::Digest::RIPEMD160</remote-id>
     <remote-id type="cpan-module">Crypt::OpenPGP::Digest::SHA1</remote-id>
+    <remote-id type="cpan-module">Crypt::OpenPGP::Digest::SHA224</remote-id>
+    <remote-id type="cpan-module">Crypt::OpenPGP::Digest::SHA256</remote-id>
+    <remote-id type="cpan-module">Crypt::OpenPGP::Digest::SHA384</remote-id>
+    <remote-id type="cpan-module">Crypt::OpenPGP::Digest::SHA512</remote-id>
     <remote-id type="cpan-module">Crypt::OpenPGP::ElGamal::Private</remote-id>
     <remote-id type="cpan-module">Crypt::OpenPGP::ElGamal::Public</remote-id>
     <remote-id type="cpan-module">Crypt::OpenPGP::ErrorHandler</remote-id>


             reply	other threads:[~2016-09-04 17:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-04 17:33 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-12 16:24 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenPGP/ Sam James
2025-08-11  2:26 Sam James
2024-12-05 12:29 Sam James
2024-12-02 13:15 Jakov Smolić
2024-11-14  3:21 Sam James
2024-10-17  3:40 Sam James
2024-10-14  4:44 Sam James
2021-10-16 10:43 Andreas K. Hüttel
2020-07-23  9:18 Kent Fredric
2017-05-04  0:15 Kent Fredric
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 10:27 Agostino Sarubbo
2016-12-27 20:00 Andreas Hüttel
2016-09-12 11:08 Kent Fredric
2015-12-31 11:45 Andreas Hüttel
2015-12-31 11:08 Agostino Sarubbo

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=1473010359.23187cfee864201094a54fffe192d2f4e727f44d.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