svn commit: r475588 - head/security/p5-IO-Socket-SSL
Jochen Neumeister
joneum at FreeBSD.org
Sat Jul 28 16:05:48 UTC 2018
Author: joneum
Date: Sat Jul 28 16:05:47 2018
New Revision: 475588
URL: https://svnweb.freebsd.org/changeset/ports/475588
Log:
ecurity/p5-IO-Socket-SSL: update to 2.058
Changelog:
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
PR: 229908
Submitted by: Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)
Modified:
head/security/p5-IO-Socket-SSL/Makefile
head/security/p5-IO-Socket-SSL/distinfo
Modified: head/security/p5-IO-Socket-SSL/Makefile
==============================================================================
--- head/security/p5-IO-Socket-SSL/Makefile Sat Jul 28 15:58:29 2018 (r475587)
+++ head/security/p5-IO-Socket-SSL/Makefile Sat Jul 28 16:05:47 2018 (r475588)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= IO-Socket-SSL
-PORTVERSION= 2.056
+PORTVERSION= 2.058
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SULLR
Modified: head/security/p5-IO-Socket-SSL/distinfo
==============================================================================
--- head/security/p5-IO-Socket-SSL/distinfo Sat Jul 28 15:58:29 2018 (r475587)
+++ head/security/p5-IO-Socket-SSL/distinfo Sat Jul 28 16:05:47 2018 (r475588)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525944539
-SHA256 (IO-Socket-SSL-2.056.tar.gz) = 91451ecc28b243a78b438f0a42db24c4b60a86f088879b38e40bdbd697818259
-SIZE (IO-Socket-SSL-2.056.tar.gz) = 232898
+TIMESTAMP = 1532793839
+SHA256 (IO-Socket-SSL-2.058.tar.gz) = 746cd17c292cfc206b394497a060b0582d0b06a1040e6bb27e6530d56786e40b
+SIZE (IO-Socket-SSL-2.058.tar.gz) = 234586
More information about the svn-ports-all
mailing list