./security/p5-Crypt-OpenSSL-RSA, Perl5 wrapper module for the OpenSSL RSA functions

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


Branch: CURRENT, Version: 0.26, Package name: p5-Crypt-OpenSSL-RSA-0.26, Maintainer: heinz

Crypt::OpenSSL::RSA is a XS Perl module designed to provide basic RSA
functionality by using the RSA functions in the OpenSSL library.


Required to run:
[lang/perl5] [security/p5-Crypt-OpenSSL-Random] [security/p5-Crypt-OpenSSL-Bignum]

Master sites: (Expand)

SHA1: c566ca13eb58712105609fdc0307387526d260d0
RMD160: 14846f0fb04fe0da0e3fce23749555cf1255ad72
Filesize: 18.91 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-29 11:40:20 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating security/p5-Crypt-OpenSSL-RSA from 0.25nb3 to 0.26

Upstream changes:
0.26  Sun Nov 22 2009 11:01:13
        - Change subclassing test to generate a 512 bit key in order to
          work around an odd issue seen on some 64-bit redhat systems.
          (CPAN bug 45498)
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2010-01-16 20:27:19 by Klaus Heinz | Files touched by this commit (19) | Package updated
Log message:
Set or updated LICENSE
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-01-18 06:10:07 by Tobias Nygren | Files touched by this commit (245)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2008-01-08 16:01:58 by Klaus Heinz | Files touched by this commit (3) | Package updated
Log message:
Updated to version 0.25.

Pkgsrc changes:
  - A C compiler is necessary.
  - Added explicit license identification.
  - Removed patch-ab (fixed upstream).

Changes since version 0.24:
===========================
0.25  Sun May 20 2007 12:56:11
        - Add a LICENSE file.
        - Fix a bug (reported by many) in rsa.t - we were incorrectly counting
          the number of tests in situations where use_sha512_hash was
          not available.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.