pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-DSA Updated to version 0.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/372df0eef112
branches:  trunk
changeset: 508158:372df0eef112
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Feb 15 20:42:54 2006 +0000

description:
Updated to version 0.13.

Pkgsrc changes:
  - Removed dependency on p5-Math-Pari, p5-Crypt-Random, p5-Class-Loader.

Changes since version 0.12:
===========================
0.13  2005.05.26
    - Rewrote to use Math::BigInt instead of Math::Pari, including patches
      from Brad Fitzpatrick for a replacement for the isprime function
      (both using pure Perl and an external gp program).
    - Added optional Content argument to Crypt::DSA::Key->new, to specify
      serialized Content to be deserialized.
    - Added Signature serialization and deserialization of ASN.1-encoded
      structures.
    - Added ability to do key generation using an external openssl binary.
      Thanks to Brad Fitzpatrick for the patch.
    - Signature object now has better get/set acccessors.
    - Use Module::Install instead of hand-coded Makefile.PL.

diffstat:

 security/p5-Crypt-DSA/Makefile |  10 +++-------
 security/p5-Crypt-DSA/distinfo |   8 ++++----
 2 files changed, 7 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r 933771b05487 -r 372df0eef112 security/p5-Crypt-DSA/Makefile
--- a/security/p5-Crypt-DSA/Makefile    Wed Feb 15 20:08:41 2006 +0000
+++ b/security/p5-Crypt-DSA/Makefile    Wed Feb 15 20:42:54 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2005/08/06 06:19:29 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/02/15 20:42:54 heinz Exp $
 #
 
-DISTNAME=              Crypt-DSA-0.12
+DISTNAME=              Crypt-DSA-0.13
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           3
 SVR4_PKGNAME=          p5dsa
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
@@ -13,11 +12,8 @@
 COMMENT=               Perl5 module for the DSA public key algorithm
 
 DEPENDS+=              p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
-DEPENDS+=              p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
-DEPENDS+=              p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
 DEPENDS+=              p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
-DEPENDS+=              p5-Convert-PEM-[0-9]*:../../textproc/p5-Convert-PEM
-DEPENDS+=              p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader
+DEPENDS+=              p5-Convert-PEM>=0.07:../../textproc/p5-Convert-PEM
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
diff -r 933771b05487 -r 372df0eef112 security/p5-Crypt-DSA/distinfo
--- a/security/p5-Crypt-DSA/distinfo    Wed Feb 15 20:08:41 2006 +0000
+++ b/security/p5-Crypt-DSA/distinfo    Wed Feb 15 20:42:54 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:10:09 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/02/15 20:42:54 heinz Exp $
 
-SHA1 (Crypt-DSA-0.12.tar.gz) = 1a90589b34102f2a000f4ae91c183ebc542fb096
-RMD160 (Crypt-DSA-0.12.tar.gz) = 1f0a427a0ef21e0822cc2c99fb18a0b02b7ac115
-Size (Crypt-DSA-0.12.tar.gz) = 11336 bytes
+SHA1 (Crypt-DSA-0.13.tar.gz) = fdb198be9428e860086a808c656a7386df5fb603
+RMD160 (Crypt-DSA-0.13.tar.gz) = 6ab32cd4abe0141e5fba7337964bb17cda8ea4d8
+Size (Crypt-DSA-0.13.tar.gz) = 28178 bytes



Home | Main Index | Thread Index | Old Index