Subject: CVS commit: pkgsrc/security/p5-Crypt-DSA
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 02/15/2006 20:42:54
Module Name: pkgsrc
Committed By: heinz
Date: Wed Feb 15 20:42:54 UTC 2006
Modified Files:
pkgsrc/security/p5-Crypt-DSA: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/security/p5-Crypt-DSA/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/p5-Crypt-DSA/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.