summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2013-04-19 07:21:48 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2013-04-19 07:21:48 +0000
commit36decb26ce35e41af20d47a2cb2f1cf5b6b49dbe (patch)
tree0c505cf9b49e890fa6c770c91b1ab9d4d291bab0 /security/p5-Net-SSLeay
parentfd2f356668b581a7eaa2bcc6ef7a1001c933481d (diff)
downloadpkgsrc-36decb26ce35e41af20d47a2cb2f1cf5b6b49dbe.tar.gz
Update Net-SSLeay to 1.54.
Changes from previous: ---------------------- 1.54 2013-03-23 t/data/testcert_cdp.crt.pem_dump and t/data/testcert_cdp.crt.pem were missing from MANIFEST. Added MANIFEST to svn Improvement to test 07_sslecho.t so that if set_cert_and_key fails we can tell why. 1.53 2013-03-22 Added support for SSL_export_keying_material where present (ie in OpenSSL 1.0.1 and later). Changed t/handle/external/50_external.t to use www.airspayce.com instead of perldition.org, who no longer have an https server. Patch to fix a crash: P_X509_get_crl_distribution_points on an X509 certificate with values in the CDP extension which do not have an ia5 string will cause a segmentation fault when accessed. Patch from Robert Duncan. Change in t/local/32_x509_get_cert_info.t to not use Net::SSLeay::ASN1_INTEGER_get, since it works differntly on 32 and 64 bit platforms. Updated author and distribution location details to airspayce.com 1.52 2013-01-09 Rebuild package with gnu format tar, to prevent problems with unpacking on other systems such as old Solaris, 1.51 2012-12-14 Fixed a problem where SSL_set_SSL_CTX is not available with OpenSSL < 0.9.8f. Reported by Paul. 1.50 2012-12-13 Fixed a problem where t/handle/external/50_external.t would crash if any of the test sites were not contactable. Now builds on VMS. Patch kindly supplied by Craig A. Berry. Fixed a few compiler warnings in SSLeay.xs. Most of them are just signed/unsigned pointer mismatches but there is one that actually fixes returning what would be an arbitrary value off the stack from get_my_thread_id if it happened to be called in a non-threaded build. Patch kindly supplied by Craig A. Berry. Added README.VMS, contributed by Craig A. Berry. Added SSL_set_tlsext_host_name, SSL_get_servername, SSL_get_servername_type, SSL_CTX_set_tlsext_servername_callback for server side Server Name Indication (SNI) support. Patched by kmx. Further mods for VMS building supplied by Craig A. Berry. Fixed a problem with C++ comments preventing builds on AIX and HPUX. Patched by Gisle Aas. perdition.org not available for tests, changed to www.airspayce.com Added SSL_FIPS_mode_set Improvements to test suite so it succeeds with and without FIPS mode enabled. Patch supplied by Petr Pisar. Added documentation, warning not to pass UTF-8 data in the content argument to post_https. Reported by Jason Terry.
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile5
-rw-r--r--security/p5-Net-SSLeay/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 6a8a1f52270..b86b6f4c027 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2013/02/06 23:23:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.57 2013/04/19 07:21:48 hiramatsu Exp $
-DISTNAME= Net-SSLeay-1.49
+DISTNAME= Net-SSLeay-1.54
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5nsl
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 6d061b80fd6..c08a1d4ae18 100644
--- a/security/p5-Net-SSLeay/distinfo
+++ b/security/p5-Net-SSLeay/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2012/10/21 22:28:16 wiz Exp $
+$NetBSD: distinfo,v 1.27 2013/04/19 07:21:48 hiramatsu Exp $
-SHA1 (Net-SSLeay-1.49.tar.gz) = 2044721cf0e4b4c828e4cf9af601a91aa4bc615b
-RMD160 (Net-SSLeay-1.49.tar.gz) = 3b64bebee9e0ec5aabcd2d31bd3df3fe6bbf3806
-Size (Net-SSLeay-1.49.tar.gz) = 385835 bytes
+SHA1 (Net-SSLeay-1.54.tar.gz) = d1ce8f26f5e4c1a897170a32b3e2caff9d2bf147
+RMD160 (Net-SSLeay-1.54.tar.gz) = ce2684b21c5559f5263753627fd175211547df8f
+Size (Net-SSLeay-1.54.tar.gz) = 393431 bytes