The NetBSD Project

CVS log for pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / p5-Crypt-OpenSSL-RSA

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2006Q2


Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 15 22:22:19 2006 UTC (18 years, 2 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>