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 Feb 16 15:07:03 UTC 2017

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

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

2.045 2017/02/13
- fixed memory leak caused by not destroying CREATED_IN_THIS_THREAD for SSL
  objects -> github pull#55
- optimization: don't track SSL objects and CTX in *CREATED_IN_THIS_THREAD
  if perl is compiled w/o thread support
- small fix in t/protocol_version.t to use older versions of Net::SSLeay
  with openssl build w/o SSLv3 support
- when setting SSL_keepSocketOnError to true the socket will not be closed
  on fatal error. This is a modified version of
  https://github.com/noxxi/p5-io-socket-ssl/pull/53/


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.87 -r1.88 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.113 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.114
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.113     Tue Feb  7 12:02:04 2017
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile   Thu Feb 16 15:07:02 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2017/02/07 12:02:04 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2017/02/16 15:07:02 wiz Exp $
 
-DISTNAME=      IO-Socket-SSL-2.044
+DISTNAME=      IO-Socket-SSL-2.045
 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.87 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.88
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.87      Tue Feb  7 12:02:04 2017
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo   Thu Feb 16 15:07:02 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.87 2017/02/07 12:02:04 wiz Exp $
+$NetBSD: distinfo,v 1.88 2017/02/16 15:07:02 wiz Exp $
 
-SHA1 (IO-Socket-SSL-2.044.tar.gz) = 2791c42a2d08a9a0bbc571ebb2e9231faef50c0c
-RMD160 (IO-Socket-SSL-2.044.tar.gz) = b58300d49aee9403c02671a4269a05158d8c66e1
-SHA512 (IO-Socket-SSL-2.044.tar.gz) = 2c92494f795a6dbad8636636e69131689512d6a4c5da68ee19f2fc807b9e7a368b62936a772c3b9aa0d3a1c6bbb7dcf118bb501a30ba91830edeb768b1ce556e
-Size (IO-Socket-SSL-2.044.tar.gz) = 214477 bytes
+SHA1 (IO-Socket-SSL-2.045.tar.gz) = 7a149d1728a45c182881af69bb076946fb38cde6
+RMD160 (IO-Socket-SSL-2.045.tar.gz) = c5db3935c94434f523320ab79102360f4a74b345
+SHA512 (IO-Socket-SSL-2.045.tar.gz) = fa2d1c9ad690965069a2f05a0bcecfd6c03fe3c2d38e50195933a9301c5c2374871eed3da637eaf3556df0c8e60ef8be26491d2d3ca453062079d69d2ce0ffa0
+Size (IO-Socket-SSL-2.045.tar.gz) = 214926 bytes



Home | Main Index | Thread Index | Old Index