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.58.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c53df34a06a1
branches:  trunk
changeset: 527101:c53df34a06a1
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Mar 24 18:35:14 2007 +0000

description:
Updated to version 1.58.

Pkgsrc changes:
  - Added CHECK_INTERPRETER_SKIP patterns to stop complaints about
    non-existing "/usr/bin/perl" interpreter.

Changes since version 1.57:
===========================
1.58                                                          Dec 21, 2006
 * We turn on binmode() on filehandles when reading and writing
   keys from disk, so allow safe exchange of SSH private keys
   from Windows and *nix systems. Thanks to Ulisses Gomes
   <ulisses%ibiz.com.br@localhost> for pointing this out.
 * Include a copy of the GPL in the distribution. This addresses
   bug #18771. (http://rt.cpan.org/Public/Bug/Display.html?id=18771)
 * Removed warnings from t/15-benchmark.t

diffstat:

 security/p5-Crypt-RSA/Makefile |  7 +++++--
 security/p5-Crypt-RSA/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r bc7bff4f08b8 -r c53df34a06a1 security/p5-Crypt-RSA/Makefile
--- a/security/p5-Crypt-RSA/Makefile    Sat Mar 24 18:32:25 2007 +0000
+++ b/security/p5-Crypt-RSA/Makefile    Sat Mar 24 18:35:14 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2006/02/14 23:45:47 heinz Exp $
+# $NetBSD: Makefile,v 1.18 2007/03/24 18:35:14 heinz Exp $
 #
 
-DISTNAME=              Crypt-RSA-1.57
+DISTNAME=              Crypt-RSA-1.58
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5rsa
 CATEGORIES=            security perl5
@@ -30,5 +30,8 @@
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Crypt/RSA/.packlist
 
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Crypt/RSA.pm
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Crypt/RSA/*
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc7bff4f08b8 -r c53df34a06a1 security/p5-Crypt-RSA/distinfo
--- a/security/p5-Crypt-RSA/distinfo    Sat Mar 24 18:32:25 2007 +0000
+++ b/security/p5-Crypt-RSA/distinfo    Sat Mar 24 18:35:14 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/02/14 23:45:47 heinz Exp $
+$NetBSD: distinfo,v 1.5 2007/03/24 18:35:14 heinz Exp $
 
-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
+SHA1 (Crypt-RSA-1.58.tar.gz) = c46e2d898fa9edc6d3ceec05ece7cbf77379bb29
+RMD160 (Crypt-RSA-1.58.tar.gz) = ceac844bd5c849db036b40bbece6ad13e5e93ccf
+Size (Crypt-RSA-1.58.tar.gz) = 40898 bytes



Home | Main Index | Thread Index | Old Index