Hi,
Can we update SSL related ports during this stage of the libreSSL
transition? All regression tests of p5-IO-Socket-SSL pass with
both 1.967 and 1.982. The test pass/fail pattern of the depending
packages did not change.
PASS: databases/p5-ldap devel/p5-IO-Lambda mail/imapsync
mail/p5-Mail-IMAPClient mail/p5-Mail-SpamAssassin mail/sieve-connect mail/sympa
net/ddclient net/nagios/check_email_delivery net/p5-Net-FTPSSL
net/p5-Net-SMTP-SSL security/p5-Net-SSLGlue textproc/p5-XML-Stream
www/p5-LWP-Protocol-socks www/p5-SOAP-Lite
FAIL: net/p5-Event-RPC net/p5-Net-SMTP-TLS-ButMaintained www/p5-Mojo
ok?
bluhm
Index: security/p5-IO-Socket-SSL/Makefile
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/security/p5-IO-Socket-SSL/Makefile,v
retrieving revision 1.64
diff -u -p -r1.64 Makefile
--- security/p5-IO-Socket-SSL/Makefile 9 Feb 2014 00:22:27 -0000 1.64
+++ security/p5-IO-Socket-SSL/Makefile 26 Apr 2014 22:13:32 -0000
@@ -2,7 +2,7 @@
COMMENT = perl interface to SSL sockets
-DISTNAME = IO-Socket-SSL-1.967
+DISTNAME = IO-Socket-SSL-1.982
CATEGORIES = security
@@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
BUILD_DEPENDS = ${RUN_DEPENDS}
-RUN_DEPENDS = security/p5-Net_SSLeay>=1.46
+RUN_DEPENDS = security/p5-Net_SSLeay>=1.58
TEST_DEPENDS = net/p5-IO-Socket-INET6>=2.55 \
net/p5-IO-Socket-IP>=0.20 \
converters/p5-Net-IDN-Encode \
Index: security/p5-IO-Socket-SSL/distinfo
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/security/p5-IO-Socket-SSL/distinfo,v
retrieving revision 1.53
diff -u -p -r1.53 distinfo
--- security/p5-IO-Socket-SSL/distinfo 9 Feb 2014 00:22:27 -0000 1.53
+++ security/p5-IO-Socket-SSL/distinfo 26 Apr 2014 21:49:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (IO-Socket-SSL-1.967.tar.gz) =
2e5Cv2Z6yScy6MNdOTB1f61riZbSSl5bjutiULpBEpk=
-SIZE (IO-Socket-SSL-1.967.tar.gz) = 97036
+SHA256 (IO-Socket-SSL-1.982.tar.gz) =
auX3EXauxJSOf0TwpQsoOGkGe7+l5vPhwTXbG9J07hk=
+SIZE (IO-Socket-SSL-1.982.tar.gz) = 154896
Index: security/p5-IO-Socket-SSL/pkg/PLIST
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/security/p5-IO-Socket-SSL/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- security/p5-IO-Socket-SSL/pkg/PLIST 9 Jun 2013 02:09:31 -0000 1.10
+++ security/p5-IO-Socket-SSL/pkg/PLIST 26 Apr 2014 22:14:45 -0000
@@ -4,13 +4,16 @@ ${P5SITE}/IO/Socket/
${P5SITE}/IO/Socket/SSL/
${P5SITE}/IO/Socket/SSL.pm
${P5SITE}/IO/Socket/SSL/Intercept.pm
+${P5SITE}/IO/Socket/SSL/PublicSuffix.pm
${P5SITE}/IO/Socket/SSL/Utils.pm
@man man/man3p/IO::Socket::SSL.3p
@man man/man3p/IO::Socket::SSL::Intercept.3p
+@man man/man3p/IO::Socket::SSL::PublicSuffix.3p
@man man/man3p/IO::Socket::SSL::Utils.3p
share/examples/p5-IO-Socket-SSL/
share/examples/p5-IO-Socket-SSL/async_https_server.pl
share/examples/p5-IO-Socket-SSL/lwp-with-verifycn.pl
+share/examples/p5-IO-Socket-SSL/simulate_proxy.pl
share/examples/p5-IO-Socket-SSL/ssl_client.pl
share/examples/p5-IO-Socket-SSL/ssl_mitm.pl
share/examples/p5-IO-Socket-SSL/ssl_server.pl