./security/p5-Crypt-DSA, Perl5 module for the DSA public key algorithm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 1.17, Package name: p5-Crypt-DSA-1.17, Maintainer: heinz

Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. The implementation itself is pure Perl,
although the heavy-duty mathematics underneath are provided by the
Math::Pari library.

This package provides DSA signing, signature verification,
and key generation.


Required to run:
[lang/perl5] [devel/p5-File-Which] [devel/p5-Data-Buffer] [textproc/p5-Convert-PEM] [security/p5-Digest-SHA1]

Master sites: (Expand)

SHA1: 32069da8c04d8bea79b260dda6f94b3000b3df24
RMD160: a72d486f2b9ec631907a3d848fee0e303fe7e402
Filesize: 41.924 KB

Version history: (Expand)


CVS history: (Expand)


   2011-10-08 22:39:43 by Matthias Scheler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #3539 - requested by gls
pkgsrc/security/p5-Crypt-DSA: security update

Revisions pulled up:
- security/p5-Crypt-DSA/Makefile                                1.25
- security/p5-Crypt-DSA/distinfo                                1.7
- security/p5-Crypt-DSA/patches/patch-aa                        deleted
- security/p5-Crypt-DSA/patches/patch-lib_Crypt_DSA_Util.pm     1.1

---
   Module Name:	pkgsrc
   Committed By:	gls
   Date:		Thu Oct  6 19:22:03 UTC 2011

   Modified Files:
   	pkgsrc/security/p5-Crypt-DSA: Makefile distinfo
   Added Files:
   	pkgsrc/security/p5-Crypt-DSA/patches: patch-lib_Crypt_DSA_Util.pm
   Removed Files:
   	pkgsrc/security/p5-Crypt-DSA/patches: patch-aa

   Log message:
   Update security/p5-Crypt-DSA to 1.17

   1.17 2011.06.16
   - Upgrade to Module::Install 1.01
   - Added support for OpenSSL 1.0.0 dsaparam format change.
   - Requires perl 5.6 now
   - Fixes for 64-bit support

   While here, fix SA46275, with upstream patch from
   https://rt.cpan.org/Public/Bug/Display.html?id=71421