diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-29 14:16:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-29 14:16:37 +0000 |
commit | 05c42389bedd9171fb04d23dc43420faf4ce26dc (patch) | |
tree | 740c13dbe288949083c585dcef3841bb041cc800 /security/p5-Crypt-SSLeay/Makefile | |
parent | d3dad8389f0f52f7018c08df87b36acd5c53b4d3 (diff) | |
download | pkgsrc-05c42389bedd9171fb04d23dc43420faf4ce26dc.tar.gz |
Update to 0.57:
0.57 2007-09-17 20:45:20 UTC
- Honour both $ENV{NO_PROXY} and $ENV{no_proxy} in
Net::SSL::proxy_connect_helper. (Bug #29371 reported by Jan Dubois).
- $@ construction used in Net::SSL::connect was messed up, which could
lead to sub-optimal error reporting. (Bug #29372 reported by Jan
Dubois).
- Ensure no proxification is used in t/01-connect.t (which might be the
reason for all the spurious smoke failures). Bug #29373 reported by,
you guessed it, Jan Dubois).
- Silence a dubious fopen() warning in SSLeay.xs.
- s/Netware/NetWare/ in Net/SSL.pm platform check
- Improvements to Makefile.PL for dealing with platforms where openssl
is installed with ./include and ./lib as sibling directories rather
than child directories. This should allow the code to configure and
build "out of the box" on Solaris (and probably other proprietary
platforms).
- Don't carp in LICENSE key addition code in Makefile.PL
0.56_01 2007-08-09 21:59:47 UTC
- Various improvements to the Win32 configure code in Makefile.PL,
based on CPAN tickets #28431 and #28432, by Guenter Knauf,
notably to allow static linking and OpenSSL living in a relative
directory.
- Net::SSL: alarm() is not implemented on Netware platform, so don't
try to set one there. (Guenter Knauf).
- Should build on Solaris correctly (bug fix in include dir
specification). Based on fix suggested in CPAN bug #28680.
0.56 2007-07-10 19:08:20 UTC
- Purely a documentation issue raised by CPAN bug #27935. Users
of previous versions do not need to upgrade.
Diffstat (limited to 'security/p5-Crypt-SSLeay/Makefile')
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 051d38b840c..70c09fa46a3 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2007/09/30 17:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/11/29 14:16:37 wiz Exp $ # -DISTNAME= Crypt-SSLeay-0.55 +DISTNAME= Crypt-SSLeay-0.57 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5csl CATEGORIES= security perl5 www |