summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorheinz <heinz>2006-02-15 20:42:54 +0000
committerheinz <heinz>2006-02-15 20:42:54 +0000
commit7b6a987785db7873b0bc15ae9c4834bd8b190965 (patch)
tree7d28da4531f625d478445757dd02786969406259 /security
parentda25615ea0f46b9523d76ef0e742ca9b1fcfb1a9 (diff)
downloadpkgsrc-7b6a987785db7873b0bc15ae9c4834bd8b190965.tar.gz
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 (limited to 'security')
-rw-r--r--security/p5-Crypt-DSA/Makefile10
-rw-r--r--security/p5-Crypt-DSA/distinfo8
2 files changed, 7 insertions, 11 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index e861a194522..393bc6c0531 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-DSA/
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 --git a/security/p5-Crypt-DSA/distinfo b/security/p5-Crypt-DSA/distinfo
index ca936d8219e..e91f5ecceb1 100644
--- a/security/p5-Crypt-DSA/distinfo
+++ b/security/p5-Crypt-DSA/distinfo
@@ -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