Subject: CVS commit: pkgsrc/security/p5-Crypt-OpenSSL-RSA
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 05/17/2007 16:40:19
Module Name:	pkgsrc
Committed By:	heinz
Date:		Thu May 17 16:40:19 UTC 2007

Modified Files:
	pkgsrc/security/p5-Crypt-OpenSSL-RSA: Makefile distinfo
Added Files:
	pkgsrc/security/p5-Crypt-OpenSSL-RSA/patches: patch-ab
Removed Files:
	pkgsrc/security/p5-Crypt-OpenSSL-RSA/patches: patch-aa

Log Message:
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}


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/security/p5-Crypt-OpenSSL-RSA/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/security/p5-Crypt-OpenSSL-RSA/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.