diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-25 11:58:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-25 11:58:41 +0000 |
commit | 228f9c2862425fee56aabe543018b33ed9c931a0 (patch) | |
tree | 901a115caf26ea2258cbc3801eb949101cf19c80 /security/p5-Net-SSLeay | |
parent | 538382b9cfa61585fd270e95bdf74cf40be6efb7 (diff) | |
download | pkgsrc-228f9c2862425fee56aabe543018b33ed9c931a0.tar.gz |
Update to 1.68:
1.68 2015-01-24
Fixed a problem on OSX when macports openssl 1.x is installed: headers from
macport were found but older OSX openssl libraries were linked, resulting
in "Symbol not found: _EVP_MD_do_all_sorted".
Added notes about runtime error "no OPENSSL_Applink", when calling
Net::SSLeay::P_PKCS12_load_file.
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index dbcfc3a7d35..f0aecd78df4 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2015/01/18 18:56:43 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2015/01/25 11:58:41 wiz Exp $ -DISTNAME= Net-SSLeay-1.67 +DISTNAME= Net-SSLeay-1.68 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index 1302dde9872..cc1c062684b 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2015/01/18 18:56:43 wiz Exp $ +$NetBSD: distinfo,v 1.34 2015/01/25 11:58:41 wiz Exp $ -SHA1 (Net-SSLeay-1.67.tar.gz) = 35132cdd380a13836dd3e09b238dd888a5a18198 -RMD160 (Net-SSLeay-1.67.tar.gz) = 78f3552f294ef4cbb1da3eee7fbabecfd7bde557 -Size (Net-SSLeay-1.67.tar.gz) = 383532 bytes +SHA1 (Net-SSLeay-1.68.tar.gz) = cf2fea6241e0250cbcf3e572835b2397f35944d2 +RMD160 (Net-SSLeay-1.68.tar.gz) = 373cb8fa303b181d7af806bb372b0f3bb4c60c70 +Size (Net-SSLeay-1.68.tar.gz) = 384100 bytes |