Subject: CVS commit: pkgsrc/security/p5-Crypt-SSLeay
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 08/22/2006 22:04:51
Module Name: pkgsrc
Committed By: abs
Date: Tue Aug 22 22:04:51 UTC 2006
Modified Files:
pkgsrc/security/p5-Crypt-SSLeay: Makefile distinfo
Added Files:
pkgsrc/security/p5-Crypt-SSLeay/patches: patch-ab
Log Message:
Update p5-Crypt-SSLeay to 0.51nb7
For OpenSSL 0.9.8b SSLeay_add_all_algorithms() does not setup any
algorithms, wheras SSL_library_init() does. The net result was that
SSL_CTX_new() would return a NULL pointer causing a perl coredump
in such cases as:
my $request = HTTP::Request->new( "GET", 'https://<some_url>' );
my $ua = LWP::UserAgent->new;
my $response = $ua->request($request);
Tracking this down was an entire flaming evening and change of my
life that I'm never going to get back, but at least my NetBSD-4
retail machines can now run NetBSD-4 built perl binaries again.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/security/p5-Crypt-SSLeay/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/p5-Crypt-SSLeay/distinfo
cvs rdiff -r0 -r1.1 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.