summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA
diff options
context:
space:
mode:
authorheinz <heinz>2006-02-14 23:45:47 +0000
committerheinz <heinz>2006-02-14 23:45:47 +0000
commit1a4ae86274524079586fc60d8353d38f4d67dffd (patch)
treef7c65d1bc4930068cf15f7a5c78c59740aba7773 /security/p5-Crypt-RSA
parent3de57a1071d2005834932f04bc3951643370bb7d (diff)
downloadpkgsrc-1a4ae86274524079586fc60d8353d38f4d67dffd.tar.gz
Updated to version 1.57.
Pkgsrc changes: - Removed (now unnecessary) patch-aa. Changes since version 1.50: =========================== 1.57 Oct 20, 2005 * Updated POD documentation and added POD syntax and coverage tests using Test::Pod and Pod::Coverage. 1.56 July 05, 2005 * Removed references to the mailing list and added support for an optional commercial license. 1.55 February 18, 2005 * Fixed a bug ::DataFormat::i2osp(), wherein there was an encoding problem when the most significant byte is 0x0100. Reported and patched by <jbarkdull@yahoo.com> <rt.cpan.org: Bug #11495> * Fixed warnings in t/15-benchmark.t 1.51 February 25, 2003 * In Crypt::RSA::encrypt() and decrypt() added a check to ensure the blocksize is greater than 0. Blocksize can be smaller than 0 if the RSA key modulus is too small for a particular encoding.
Diffstat (limited to 'security/p5-Crypt-RSA')
-rw-r--r--security/p5-Crypt-RSA/Makefile5
-rw-r--r--security/p5-Crypt-RSA/distinfo9
-rw-r--r--security/p5-Crypt-RSA/patches/patch-aa14
3 files changed, 6 insertions, 22 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index ffcf386eddd..b81b9f4e03a 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2005/11/22 22:43:03 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2006/02/14 23:45:47 heinz Exp $
#
-DISTNAME= Crypt-RSA-1.50
+DISTNAME= Crypt-RSA-1.57
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5rsa
-PKGREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-RSA/distinfo b/security/p5-Crypt-RSA/distinfo
index 2459c0f17cb..040bc8d571f 100644
--- a/security/p5-Crypt-RSA/distinfo
+++ b/security/p5-Crypt-RSA/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:10:10 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/02/14 23:45:47 heinz Exp $
-SHA1 (Crypt-RSA-1.50.tar.gz) = 26387aca1721ff484a087a6b2cfd3d7d1613668c
-RMD160 (Crypt-RSA-1.50.tar.gz) = afdcf0a7ad97d8a9b97b478efcab727e6ccce0fa
-Size (Crypt-RSA-1.50.tar.gz) = 32763 bytes
-SHA1 (patch-aa) = ce8bde917cd0d21d3f8f1eef8ed261151d9249d7
+SHA1 (Crypt-RSA-1.57.tar.gz) = 9040bd093451993856deea8523b45033537a7af8
+RMD160 (Crypt-RSA-1.57.tar.gz) = f4188d9b6ab1a93d2a1016731f6cdc898ea1ef95
+Size (Crypt-RSA-1.57.tar.gz) = 34579 bytes
diff --git a/security/p5-Crypt-RSA/patches/patch-aa b/security/p5-Crypt-RSA/patches/patch-aa
deleted file mode 100644
index e7bf2746fbe..00000000000
--- a/security/p5-Crypt-RSA/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/02/24 23:05:08 heinz Exp $
-
---- t/15-benchmark.t.orig Wed May 30 15:09:20 2001
-+++ t/15-benchmark.t
-@@ -54,7 +54,8 @@ local $sigcrtpkcs = $pkcs->sign (
- );
-
-
--($message, $pkcs, $pss, $pub, $pub2, $priv, $priv2, $sig, $sigcrt,
-+# get rid of "Useless use of a variable in void context"
-+()= ($message, $pkcs, $pss, $pub, $pub2, $priv, $priv2, $sig, $sigcrt,
- $sigcrtpkcs, $keychain, $sigpkcs);
-
- timethese ($count, {