Subject: CVS commit: pkgsrc/security/p5-IO-Socket-SSL
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/02/2007 19:05:12
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Feb  2 19:05:12 UTC 2007

Modified Files:
	pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo

Log Message:
Update to 1.02:

v1.02
	- added some info to BUGS and to BUGS section of pod
	- added TELL and BINMODE to IO::Socket::SSL::SSL_HANDLE, even
          if they do nothing useful.
	- all tests allocate now the ports dynamically, so there should
          be no longer a conflict with open ports on the system where
          the tests run
v1.01
	- work around Bug in Net::HTTPS where it defines sub blocking
          as {}, e.g. force scalar context when calling sub blocking
          (in IO::Socket::SSL::write)
          see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383106
v1.0
	- fix depreciated and practically undocumented function
          get_peer_certificate so that LWP Net::HTTPS works again
        - set arg 'Blocking' while calling SUPER::configure only
          if it was set by the caller to work around Problem in LWP
          Net::HTTPS


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/security/p5-IO-Socket-SSL/distinfo

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