pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-RSA Updated to version 1.57.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3c988017af7b
branches: trunk
changeset: 508110:3c988017af7b
user: heinz <heinz%pkgsrc.org@localhost>
date: Tue Feb 14 23:45:47 2006 +0000
description:
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@localhost> <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:
security/p5-Crypt-RSA/Makefile | 5 ++---
security/p5-Crypt-RSA/distinfo | 9 ++++-----
security/p5-Crypt-RSA/patches/patch-aa | 14 --------------
3 files changed, 6 insertions(+), 22 deletions(-)
diffs (48 lines):
diff -r 1af7ad8a5fca -r 3c988017af7b security/p5-Crypt-RSA/Makefile
--- a/security/p5-Crypt-RSA/Makefile Tue Feb 14 23:09:50 2006 +0000
+++ b/security/p5-Crypt-RSA/Makefile Tue Feb 14 23:45:47 2006 +0000
@@ -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 -r 1af7ad8a5fca -r 3c988017af7b security/p5-Crypt-RSA/distinfo
--- a/security/p5-Crypt-RSA/distinfo Tue Feb 14 23:09:50 2006 +0000
+++ b/security/p5-Crypt-RSA/distinfo Tue Feb 14 23:45:47 2006 +0000
@@ -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 -r 1af7ad8a5fca -r 3c988017af7b security/p5-Crypt-RSA/patches/patch-aa
--- a/security/p5-Crypt-RSA/patches/patch-aa Tue Feb 14 23:09:50 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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, {
Home |
Main Index |
Thread Index |
Old Index