NetBSD.se

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

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / security / p5-Crypt-OpenSSL-RSA

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue May 8 21:17:17 2012 UTC (2 weeks, 1 day ago) by pettai
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
0.28  Thu Aug 25 2011 - Moritz Onken (PERLER)
        - RT 56454 - Win32 compatibility patch (kmx@cpan.org)

0.27  Wed Jun 29 2011 - Todd Rinaldo (TODDR)
        - RT 65947 - Fix RSA.pm break with perl 5.14+

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 29 10:40:20 2010 UTC (2 years, 3 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
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)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 8 15:01:57 2008 UTC (4 years, 4 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -5 lines
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.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 17 16:40:19 2007 UTC (5 years ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Updated to version 0.24.

Pkgsrc changes:
  - Package supports installation to DESTDIR.
  - Removed patch-aa (missing includes when using OpenSSL 0.9.8 were fixed).
  - patch-ab corrects wrong test count.

Changes since version 0.22:
=====================================
0.24  Mon Nov 13 2006 08:21:14
        - Fix a bug reported by Mark Martinec <Mark.Martinec@ijs.si>
          where encrypt could segfault if called with insufficient
          data; it now informatively croaks instead.
        - Fix a bug reported by Mark Martinec where check_key would
          segfault instead of croaking when called on a public key.
        - Fix decrypt and private_encrypt to croak instead of segfault when
          called on a public key.
        - Add an is_private method.
        - Silence a few compiler warnings about ignoring return values
          from certain BIO_* methods.

0.23  Wed Apr 12 2006 00:06:10
        - Provide 32 bytes of seeding in tests, up from 19.
        - Stop relying on implicit includes, which disappeared in the 0.98
          release of OpenSSL.
        - Apply patch from Jim Radford <radford@blackbean.org> to add support
          for SHA{224,256,384,512}

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 23 18:32:15 2006 UTC (6 years, 3 months ago) by joerg
Branches: 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
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Fix build with OpenSSL 0.9.8.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 15 22:22:19 2006 UTC (6 years, 3 months ago) by heinz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 24 13:10:10 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add RMD160 digests.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 18 21:57:35 2004 UTC (8 years, 3 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Convert to buildlink3.
Update to version 0.21.

Changes since 0.19:

0.21  Sun Feb 15 2004 21:13:45
        - Include t/format.t in the MANIFEST file, so that it is
          actually included in the distribution.

0.20  Sun Feb 15 2004 15:21:40
        - Finally add support for the public key format produced by
          "openssl rsa -pubout".
        - Add comment in readme about locating kerberos files on redhat systems

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Dec 3 22:03:22 2003 UTC (8 years, 5 months ago) by heinz
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of p5-Crypt-OpenSSL-RSA.

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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 3 22:03:22 2003 UTC (8 years, 5 months ago) by heinz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>