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.
This commit is contained in:
heinz 2006-02-14 23:45:47 +00:00
parent b7f8977d2c
commit 1c7e3e4399
3 changed files with 6 additions and 22 deletions

View file

@ -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/}

View file

@ -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

View file

@ -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, {