diff options
author | 2024-12-21 08:32:15 -0500 | |
---|---|---|
committer | 2024-12-21 20:31:09 +0000 | |
commit | 04cb4f8a6be5428a6860d69448aff68feea5d82a (patch) | |
tree | 59688d9d481dd001fcbb310e34c7bee04dfd75cb /dev-perl/Convert-PEM | |
parent | dev-perl/Convert-Binary-C: Drop old versions (diff) | |
download | gentoo-04cb4f8a6be5428a6860d69448aff68feea5d82a.tar.gz gentoo-04cb4f8a6be5428a6860d69448aff68feea5d82a.tar.bz2 gentoo-04cb4f8a6be5428a6860d69448aff68feea5d82a.zip |
dev-perl/Convert-PEM: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Convert-PEM')
6 files changed, 0 insertions, 179 deletions
diff --git a/dev-perl/Convert-PEM/Convert-PEM-0.80.0-r2.ebuild b/dev-perl/Convert-PEM/Convert-PEM-0.80.0-r2.ebuild deleted file mode 100644 index 0edcdde1a3ba..000000000000 --- a/dev-perl/Convert-PEM/Convert-PEM-0.80.0-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=BTROTT -DIST_VERSION=0.08 -inherit perl-module - -DESCRIPTION="Read/write encrypted ASN.1 PEM files" - -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -RDEPEND=" - dev-perl/Class-ErrorHandler - >=dev-perl/Convert-ASN1-0.100.0 - dev-perl/Crypt-DES_EDE3 - virtual/perl-Digest-MD5 - virtual/perl-MIME-Base64 -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.420.0 -" -PATCHES=( - "${FILESDIR}/${P}-526.patch" - "${FILESDIR}/${P}-decryptiontest.patch" - "${FILESDIR}/${P}-testbuilder.patch" -) diff --git a/dev-perl/Convert-PEM/Convert-PEM-0.90.0.ebuild b/dev-perl/Convert-PEM/Convert-PEM-0.90.0.ebuild deleted file mode 100644 index 72ffd8de65a8..000000000000 --- a/dev-perl/Convert-PEM/Convert-PEM-0.90.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=TIMLEGGE -DIST_VERSION=0.09 -inherit perl-module - -DESCRIPTION="Read/write encrypted ASN.1 PEM files" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" - -RDEPEND=" - dev-perl/Class-ErrorHandler - >=dev-perl/Convert-ASN1-0.340.0 - dev-perl/Crypt-DES_EDE3 - virtual/perl-Digest-MD5 - virtual/perl-MIME-Base64 -" -BDEPEND=" - ${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( dev-perl/Test-Exception ) -" diff --git a/dev-perl/Convert-PEM/Manifest b/dev-perl/Convert-PEM/Manifest index 074e351d1a36..6220620d213a 100644 --- a/dev-perl/Convert-PEM/Manifest +++ b/dev-perl/Convert-PEM/Manifest @@ -1,3 +1 @@ -DIST Convert-PEM-0.08.tar.gz 54089 BLAKE2B f550295b225539ac5ab91e05cf1b0fa8fdfb8d0f1e718d69c7c86a318173cabe4967efd4abba4e0a1f3ff86811a87ceb27b306cf1026b39652e4d1c7e402139e SHA512 d5e4342b40d01d534ec5f81ab009af185f795267c1bce792d26739ab07078a618093c720230ac2b6cf10c4b5ae1c282c94afa5b9db2eef6fd66e684d2080c273 -DIST Convert-PEM-0.09.tar.gz 21825 BLAKE2B 908224295796f6d7a070f83ad2df2903aeaa312b07da5fe9c212ee134c75a25865b9b96550ef1843b9abaf9bc6618177513f9a26a69e5cd1d34e3b46fb9d476f SHA512 502dfa69b166d8db22e1338f9b20b45eb70c80c3b68814d6fa35383f096e0a5ba3a22a5f8cf9609a653f07f7d3a01bee7b9ab015e78035cb4e083f2eaca55b6d DIST Convert-PEM-0.12.tar.gz 47465 BLAKE2B 0db6b04a675b4a929e4ba834d1f36033895f05659e9ac3ab74c6bb48ffedcbc483b2c91612122dff4e3b7bbed678bef7c7785e2eb46647ac43723ef7cda23bcc SHA512 5bb1a969181329fdb9ff70c05654ad32e28ef7339874682bcd812248336ddabc2b06afcb703d9c8ee3960db1d071373a9d2a7822d0f806e33f55108ec4ec5476 diff --git a/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-526.patch b/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-526.patch deleted file mode 100644 index 49c74e5e688f..000000000000 --- a/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-526.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 22b4a18d00c7080972341db2052041448391fbfe Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentnl@gentoo.org> -Date: Sun, 11 Jun 2017 14:42:41 +1200 -Subject: Fix Makefile.PL for Perl 5.26 w/o "." in @INC - -Bug: https://bugs.gentoo.org/613632 -Bug: https://rt.cpan.org/Ticket/Display.html?id=120714 ---- - Makefile.PL | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Makefile.PL b/Makefile.PL -index 8d4d686..3e87348 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -1,3 +1,4 @@ -+use lib '.'; - use inc::Module::Install; - name 'Convert-PEM'; - all_from 'lib/Convert/PEM.pm'; --- -2.14.1 - diff --git a/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-decryptiontest.patch b/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-decryptiontest.patch deleted file mode 100644 index 3fac17d111dd..000000000000 --- a/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-decryptiontest.patch +++ /dev/null @@ -1,70 +0,0 @@ -From 9b8f76ece49348cfdc50c5e3b4098694e07184d6 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> -Date: Fri, 5 Sep 2014 11:04:30 +0200 -Subject: Do not test the reason for decryption failure on bad key -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Tests checking error message after using bad decryption key fails -randomly. - -Some bad keys can fool the "Bad key/passphrase" heuristic in the -Convert::PEM::CBC::decode() because it's a feature a stream cipher to -spit out bad output on bad key. So the heuristic is just a kind -service to point to the cause of the decoding failure (i.e. bad key). -By probabilistic nature of the heuristic, we cannot rely on the -/^Decryption failed/ error message. - -This patch removes these tests. - -Bug: https://rt.cpan.org/Ticket/Display.html?id=27574 -Bug: https://bugs.gentoo.org/625652 - -Signed-off-by: Petr Písař <ppisar@redhat.com> ---- - t/01-readwrite.t | 3 +-- - t/02-encode.t | 3 +-- - 2 files changed, 2 insertions(+), 4 deletions(-) - -diff --git a/t/01-readwrite.t b/t/01-readwrite.t -index 42a4416..208eba1 100644 ---- a/t/01-readwrite.t -+++ b/t/01-readwrite.t -@@ -1,5 +1,5 @@ - use strict; --use Test::More tests => 16; -+use Test::More tests => 15; - use Test::Exception; - - use Convert::PEM; -@@ -29,7 +29,6 @@ lives_ok { $pem->write( Filename => $objfile, Content => $obj, Password => 'xx' - ok -e $objfile, 'output file exists'; - lives_ok { $obj2 = $pem->read( Filename => $objfile ) } 'can read'; - ok !defined $obj2, 'cannot read encrypted file'; --like $pem->errstr, qr/^Decryption failed/, 'errstr matches decryption failed'; - lives_ok { $obj2 = $pem->read( Filename => $objfile, Password => 'xx') } 'can read'; - is $obj->{TestObject}{int}, $obj2->{TestObject}{int}, 'input matches output'; - unlink $objfile; -diff --git a/t/02-encode.t b/t/02-encode.t -index 37aa987..9c6ab4c 100644 ---- a/t/02-encode.t -+++ b/t/02-encode.t -@@ -1,5 +1,5 @@ - use strict; --use Test::More tests => 9; -+use Test::More tests => 8; - - use Convert::PEM; - use Math::BigInt; -@@ -25,7 +25,6 @@ $blob = $pem->encode( Content => $obj, Password => 'xx' ); - ok $blob, 'encode gave us something'; - $obj2 = $pem->decode( Content => $blob ); - ok !defined $obj2, 'decode fails on encrypted input'; --like $pem->errstr, qr/^Decryption failed/, 'errstr matches decrypt failed'; - $obj2 = $pem->decode( Content => $blob, Password => 'xx' ); - is $obj->{TestObject}{int}, $obj2->{TestObject}{int}, 'input matches output'; - --- -2.14.1 - diff --git a/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-testbuilder.patch b/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-testbuilder.patch deleted file mode 100644 index f12b64d5c5f4..000000000000 --- a/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-testbuilder.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 831b57ff2167e1192964c190271767e469dac48a Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentnl@gentoo.org> -Date: Tue, 3 Oct 2017 05:01:21 +1300 -Subject: Fix Test::Builder warning - -Ideally upstream should just stop bundling Test::Builder, but this -is the smallest change that avoids the issue - -Bug: https://rt.cpan.org/Ticket/Display.html?id=111009 ---- - inc/Test/Builder.pm | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/inc/Test/Builder.pm b/inc/Test/Builder.pm -index 795361f..6b0c8c3 100644 ---- a/inc/Test/Builder.pm -+++ b/inc/Test/Builder.pm -@@ -589,7 +589,7 @@ sub _is_dualvar { - - no warnings 'numeric'; - my $numval = $val + 0; -- return $numval != 0 and $numval ne $val ? 1 : 0; -+ return ($numval != 0 and $numval ne $val ? 1 : 0); - } - - #line 876 --- -2.14.1 - |