Subject: CVS commit: pkgsrc/security/p5-Crypt-SSLeay
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 06/08/2007 07:57:11
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Jun  8 07:57:11 UTC 2007

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

Log Message:
Update to 0.55:

0.55 2007-06-01 17:34:22 UTC

- Added a blocking() method to Net::SSL (and bumped version to
  2.81).

0.54 2007-04-12 22:05:26 UTC

- Rebadged 0.53_05, since no bugs appear to have surfaced.

0.53_05

- Fixed up incorrect LIBS key in WriteMakefile args. Thanks to
  David Cantrell for giving me access to an OpenBSD box that
  revealed this problem.
- Added the list of modules that depend on Crypt::SSLeay to
  the README, as per cpants.perl.org. (think: improvements
  to the test suite).

0.53_04 2007-03-06 09:39:01 UTC

- add diag() info to determine possible reasons for failure as per
  http://www.nntp.perl.org/group/perl.cpan.testers/2007/03/msg428964.html
- Tweaks for Strawberry Perl detection.

0.53_03 2007-03-04 18:30:06 UTC

- Adjusted the typemap shims to silence the compiler warnings that
  occur when sizeof(IV) is larger than sizeof(char *).
- use XSLoader for faster loading if available, otherwise fall
  back to DynaLoader.
- Makefile.PL heavily reworked, lots of cruft removed.
- Ask to see whether the live tests should be run.
- renamed net_sst.t to 01-connect.t
- added 02-live.t that performs live HTTPS requests.

0.53_02 2007-01-29 10:02:34 UTC

- don't proxy hosts in NO_PROXY environment variable (CPAN
  bug #11078).
- don't send user agent string to proxy unless
  send_useragent_to_proxy is enabled. (CPAN bug #4759).
- Net::SSL bumped to 2.80

0.53_01 2007-01-24 22:21:09 UTC

- patch for CPAN #12444 applied (Jeff Lavallee). Net::SSL bumped
  tp 2.79.
- example scripts moved into eg/ directory and the documentation
  updated.
- added a TODO to remind me of what needs to be done.

0.53 2006-12-26 17:21:22 UTC

- 0.52_02 deemed stable

0.52_02 2006-12-20 19:29:01 UTC

- improved VMS support (CPAN bug #19829).
- add a test to see if cert file is readable in
  Net::SSL::configure_certs (CPAN bug #8498) and Net::SSL version
  to 2.78.
- known working platforms list removed from documentation. Too old,
  and CPAN Testers has the up-to-date information.
- minor documentation improvements.

0.52_01 2006-12-17

- add call to SSL_library_init() in new()
- maintenance taken over by brian d foy and David Landgren.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/security/p5-Crypt-SSLeay/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/p5-Crypt-SSLeay/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/p5-Crypt-SSLeay/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/security/p5-Crypt-SSLeay/patches/patch-ab

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