summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-09-06 12:16:28 +0000
committerwiz <wiz@pkgsrc.org>2014-09-06 12:16:28 +0000
commit47cc32bef2a99c55f57349cbe4d973574b287bce (patch)
treed887e2a6c1c078eed5067ae6064e393e468dedc5 /security
parent2970316f59ab9734b6f393875c13d98070596806 (diff)
downloadpkgsrc-47cc32bef2a99c55f57349cbe4d973574b287bce.tar.gz
Update to 1.997:
1.997 2014/07/12 - thanks to return code 1 from Net::SSLeay::library_init if the library needed initialization and 0 if not we can now clearly distinguish if initialization was needed and do not need any work-arounds for perlcc by the user. 1.996 2014/07/12 - move initialization of OpenSSL-internals out of INIT again because this breaks if module is used with require. Since there is no right place to work in all circumstances just document the work-arounds needed for perlcc. RT#97166 1.995 2014/07/11 - RT#95452 - move initialization and creation of OpenSSL-internals into INIT section, so they get executed after compilation and perlcc is happy. - refresh option for peer_certificate, so that it checks if the certificate changed in the mean time (on renegotiation) - fix fingerprint checking - now applies only to topmost certificate - IO::Socket::SSL::Utils - accept extensions within CERT_create - documentations fixes thanks to frioux - fix documentation bug RT#96765, thanks to Salvatore Bonaccorso. 1.994 2014/06/22 - IO::Socket::SSL can now be used as dual-use socket, e.g. start plain, upgrade to SSL and downgrade again all with the same object. See documentation of SSL_startHandshake and chapter Advanced Usage. - try to apply SSL_ca* even if verify_mode is 0, but don't complain if this fails. This is needed if one wants to explicitly verify OCSP lookups even if verification is otherwise off, because otherwise the signature check would fail. This is mostly useful for testing. - reorder documentation of attributes for new, so that the more important ones are at the top. 1.993 2014/06/13 - major rewrite of documentation, now in separate file - rework error handling to distinguish between SSL errors and internal errors (like missing capabilities). - fix handling of default_ca if given during the run of the program (Debian#750646) - util/analyze-ssl.pl - fix hostname check if SNI does not work
Diffstat (limited to 'security')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile4
-rw-r--r--security/p5-IO-Socket-SSL/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index 779d285e02f..bd0d7c70df3 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2014/06/09 19:43:51 schmonz Exp $
+# $NetBSD: Makefile,v 1.71 2014/09/06 12:16:28 wiz Exp $
-DISTNAME= IO-Socket-SSL-1.992
+DISTNAME= IO-Socket-SSL-1.997
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5
diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo
index 01d6b55cd33..5409c9d52d4 100644
--- a/security/p5-IO-Socket-SSL/distinfo
+++ b/security/p5-IO-Socket-SSL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2014/06/09 19:43:51 schmonz Exp $
+$NetBSD: distinfo,v 1.50 2014/09/06 12:16:28 wiz Exp $
-SHA1 (IO-Socket-SSL-1.992.tar.gz) = b0313bb650bc931b340ca50549bfe781d5b5baab
-RMD160 (IO-Socket-SSL-1.992.tar.gz) = 31075269225912cc2d69a313018c74025558a55e
-Size (IO-Socket-SSL-1.992.tar.gz) = 180052 bytes
+SHA1 (IO-Socket-SSL-1.997.tar.gz) = cc648f8ee2632cdc77282ced5cd4063ba55cda71
+RMD160 (IO-Socket-SSL-1.997.tar.gz) = 66f5f16ad648b0ac1b3b4797d1abb110421a8012
+Size (IO-Socket-SSL-1.997.tar.gz) = 186642 bytes