Subject: CVS commit: pkgsrc/security/p5-SSLeay
To: None <pkgsrc-changes@netbsd.org>
From: Shell Hung <shell@netbsd.org>
List: pkgsrc-changes
Date: 06/14/2003 09:26:46
Module Name: pkgsrc
Committed By: shell
Date: Sat Jun 14 09:26:46 UTC 2003
Modified Files:
pkgsrc/security/p5-SSLeay: Makefile distinfo
Log Message:
Updated to p5-SSLeay-0.51
Changes (from 0.49) :
- fixed build problem for OpenSSL 0.9.6 and some builds
of perl 5.8.x which resulted in make error:
/usr/include/openssl/des.h:193: parse error before '&' token"
Thanks to Rob Brown for submitting a similar patch to cover
this problem
- bug fix from Dongqiang Bai when server using proxy cannot
resolve host name being connected to
- Added c:/openssl in default search path on win32 machines
which is the recommended installation area in the openssl dist
- Added patch from Pavel Hlavnicka for freeing memory leaks
from SSL_CTX_use_pkcs12_file() whose functionality is triggered
by the $ENV{HTTPS_PKCS12_*} settings
- Added alarm() during Net::SSL->read() to honor socket timeout
setting for more robust applications. read()
will die_with_error() which in consistent with previous
semantics used during SSL read() failure
Thanks to Pavel Hlavnicka for prompting this change.
- Removed code that supported versions of SSLeay before version 0.8
I believe SSLeay v.8 was released back in 1998
- Added patch from Devin Heitmueller so that initial random seed
would be taken from /dev/urandom if available via RAND_load_file
API
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/security/p5-SSLeay/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/security/p5-SSLeay/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.