diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-15 22:22:19 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-15 22:22:19 +0000 |
commit | e6ad0859c9b76a4e70ec338aa33e82d45f744526 (patch) | |
tree | bb8cf83f41f0f0b431f1d5aa0d1c9a1796986f52 /security/p5-Crypt-OpenSSL-RSA/Makefile | |
parent | a976cccffcbf98a93971257d029412f3bf740904 (diff) | |
download | pkgsrc-e6ad0859c9b76a4e70ec338aa33e82d45f744526.tar.gz |
Updated to version 0.22.
Pkgsrc changes:
- Removed almost all warnings in MESSAGE.
Changes since version 0.21:
===========================
0.22 Mon Nov 15 2005 21:13:20
- Add public_decrypt, private_encrypt methods, contributed
by Paul G. Weiss <paul@weiss.name>
- Some changes to help builds on Redhat9
- Remove deprecated methods:
* the no-arg new constructor - use new_from_public_key,
new_from_private_key or Crypt::OpenSSL::RSA->generate_key instead
* load_public_key - use new_from_public_key
* load_private_key - use new_from_private_key
* generate_key as an instance method - use it as a class constructor
method instead.
* set_padding_mode - use use_no_padding, use_pkcs1_padding,
use_pkcs1_oaep_padding, or use_sslv23_padding instead.
* get_padding_mode
- Eliminate all(most all) memory leaks.
- fix email address
- Stop returning true from methods just to indicate success.
- Change default public exponent from 65535 to 65537
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA/Makefile')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index a4b4a10f77c..2e32bfa3c68 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:30 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/15 22:22:19 heinz Exp $ # -DISTNAME= Crypt-OpenSSL-RSA-0.21 +DISTNAME= Crypt-OpenSSL-RSA-0.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5ors CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} |