pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-IO-Socket-SSL



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 21 12:29:57 UTC 2016

Modified Files:
        pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo

Log Message:
Updated p5-IO-Socket-SSL to 2.033.

2.033 2016/07/15
- support for session ticket reuse over multiple contexts and processes
  (if supported by Net::SSLeay)
- small optimizations, like saving various Net::SSLeay constants into variables
  and access variables instead of calling the constant sub all the time
- make t/dhe.t work with openssl 1.1.0
2.032 2016/07/12
- Set session id context only on the server side. Even if the documentation for
  SSL_CTX_set_session_id_context makes clear that this function is server side
  only it actually affects hndling of session reuse on the client side too and
  can result in error "SSL3_GET_SERVER_HELLO:attempt to reuse session in
  different context" at the client.
2.031 2016/07/08
- fix for bug in session handling introduced in 2.031, RT#115975
  Thanks to paul[AT]city-fan[DOT]org for reporting
2.030 2016/07/08
- Utils::CERT_create - don't add given extensions again if they were already
  added. Firefox croaks with sec_error_extension_value_invalid if (specific?)
  extensions are given twice.
- assume that Net::SSLeay::P_PKCS12_load_file will return the CA certificates
  with the reverse order as in the PKCS12 file, because that's what it does.
- support for creating ECC keys in Utils once supported by Net::SSLeay
- remove internal sub session_cache and access cache directly (faster)


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/security/p5-IO-Socket-SSL/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-IO-Socket-SSL/Makefile
diff -u pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.103 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.104
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.103     Thu Jun 30 17:44:18 2016
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile   Thu Jul 21 12:29:56 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2016/06/30 17:44:18 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2016/07/21 12:29:56 wiz Exp $
 
-DISTNAME=      IO-Socket-SSL-2.029
+DISTNAME=      IO-Socket-SSL-2.033
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    security net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}

Index: pkgsrc/security/p5-IO-Socket-SSL/distinfo
diff -u pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.77 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.78
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.77      Thu Jun 30 17:44:18 2016
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo   Thu Jul 21 12:29:56 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.77 2016/06/30 17:44:18 wiz Exp $
+$NetBSD: distinfo,v 1.78 2016/07/21 12:29:56 wiz Exp $
 
-SHA1 (IO-Socket-SSL-2.029.tar.gz) = 237bb449632747b7712537b24dcba388c4399b11
-RMD160 (IO-Socket-SSL-2.029.tar.gz) = 21dd2e0a89a3e2769868b7e321e8042e0717bf09
-SHA512 (IO-Socket-SSL-2.029.tar.gz) = b3ca8fa8dc07d9f6ea5ac041946f6c723ed0aef9d6795ba8e1c4c09fd33dd9074b36673e3495ef881ff4181070fd9c583105291544c3fa75d13a504c29cad542
-Size (IO-Socket-SSL-2.029.tar.gz) = 210607 bytes
+SHA1 (IO-Socket-SSL-2.033.tar.gz) = 7866a39b7ebff3e2eb440bcaab5193d41979dc9e
+RMD160 (IO-Socket-SSL-2.033.tar.gz) = 1dc80e09214f87d30a6cb05a460cd37ab1830d11
+SHA512 (IO-Socket-SSL-2.033.tar.gz) = 04a2121dffc446a06b20188e59fff5c8c063dd80d8eda5f4eca7aba80d7e8a6d839eb6003b0b404aece14fe13911913f2a818a4f510025a25562977190a9560c
+Size (IO-Socket-SSL-2.033.tar.gz) = 212723 bytes



Home | Main Index | Thread Index | Old Index