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:           Tue Aug 21 12:06:03 UTC 2018

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

Log Message:
p5-IO-Socket-SSL: update to 2.059.

2.059 2018/08/15
- fix memleak when CRL are used.
  Thanks to Franz Skale for report and patch
  https://rt.cpan.org/Ticket/Display.html?id=125867
- fix memleak when using stop_SSL and threads, reported by Paul Evans
  https://rt.cpan.org/Ticket/Display.html?id=125867#txn-1797132
2.058 2018/07/19
- fix t/session_ticket.t: it failed with OpenSSL 1.1.* since this version
  expects the extKeyUsage of clientAuth in the client cert also to be allowed
  by the CA if CA uses extKeyUsage
2.057 2018/07/18
- fix memory leak which occured with explicit stop_SSL in connection with
  non-blocking sockets or timeout - https://rt.cpan.org/Ticket/Display.html?id=125867
  Thanks to Paul Evans for reporting
- fix redefine warnings in case Socket6 is installed but neither IO::Socket::IP
  nor IO::Socket::INET6 - https://rt.cpan.org/Ticket/Display.html?id=124963
- IO::Socket::SSL::Intercept - optional 'serial' argument can be starting number
  or callback to create serial number based on the original certificate
- new function get_session_reused to check if a session got reused
- IO::Socket::SSL::Utils::CERT_asHash: fingerprint_xxx now set to the correct value


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.95 -r1.96 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.122 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.123
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.122     Sun Feb 25 18:47:31 2018
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile   Tue Aug 21 12:06:03 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2018/02/25 18:47:31 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2018/08/21 12:06:03 wiz Exp $
 
-DISTNAME=      IO-Socket-SSL-2.056
+DISTNAME=      IO-Socket-SSL-2.059
 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.95 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.96
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.95      Sun Feb 25 18:47:31 2018
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo   Tue Aug 21 12:06:03 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.95 2018/02/25 18:47:31 wiz Exp $
+$NetBSD: distinfo,v 1.96 2018/08/21 12:06:03 wiz Exp $
 
-SHA1 (IO-Socket-SSL-2.056.tar.gz) = 281b20a3b50294b4362a7a7b9c631dc5a0d04b4c
-RMD160 (IO-Socket-SSL-2.056.tar.gz) = 942d7cbeb58e098bbf9c1b9dc2c2f8cb320dec5e
-SHA512 (IO-Socket-SSL-2.056.tar.gz) = a3d580f977f8fd99f196a710f6eb5bc649d46e22d17f4e02660b2bab130629b34d1aff037974f320ce52121b13c1d77aa2f504278ec50530667e67413442b70b
-Size (IO-Socket-SSL-2.056.tar.gz) = 232898 bytes
+SHA1 (IO-Socket-SSL-2.059.tar.gz) = e8ea25371105bef2b17a6bcb96188adaa0a9837d
+RMD160 (IO-Socket-SSL-2.059.tar.gz) = 3f07a6df57da1439e0fa4d76ba083a6b18f430cb
+SHA512 (IO-Socket-SSL-2.059.tar.gz) = af3800d171036b026bcb502692f70d88c4a9f2546e465181ef9037467b942c94303840cc479403f5f0e6f0ad6b06918cbaf78f0b1447e5416594c819ed94a39b
+Size (IO-Socket-SSL-2.059.tar.gz) = 233372 bytes



Home | Main Index | Thread Index | Old Index