svn commit: r451004 - head/security/p5-IO-Socket-SSL

Philippe Audeoud jadawin at FreeBSD.org
Sat Sep 30 19:10:35 UTC 2017


Author: jadawin
Date: Sat Sep 30 19:10:34 2017
New Revision: 451004
URL: https://svnweb.freebsd.org/changeset/ports/451004

Log:
  - syswrite: if SSL_write sets SSL_ERROR_SYSCALL but no $! (as seen with
    OpenSSL 1.1.0 on Windows) set $! to EPIPE to propagate a useful error
  - removed unecessary settings of SSL_version and SSL_cipher_list from tests
  - protocol_version.t can now deal when TLS 1.0 and/or TLS 1.1 are not supported

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 Sep 30 19:01:43 2017	(r451003)
+++ head/security/p5-IO-Socket-SSL/Makefile	Sat Sep 30 19:10:34 2017	(r451004)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	IO-Socket-SSL
-PORTVERSION=	2.049
-PORTREVISION=	1
+PORTVERSION=	2.051
 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 Sep 30 19:01:43 2017	(r451003)
+++ head/security/p5-IO-Socket-SSL/distinfo	Sat Sep 30 19:10:34 2017	(r451004)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498960056
-SHA256 (IO-Socket-SSL-2.049.tar.gz) = 610aed6cb3263d0c86c7fab4cee9c760eb5151e40d0a2d0badd33e5425c4b4c3
-SIZE (IO-Socket-SSL-2.049.tar.gz) = 219780
+TIMESTAMP = 1506687693
+SHA256 (IO-Socket-SSL-2.051.tar.gz) = 18453ceca9a2490dbde0154355c0dc7915f5848b7e452c5e0282914c1f4219f3
+SIZE (IO-Socket-SSL-2.051.tar.gz) = 220529


More information about the svn-ports-head mailing list