Received: by mail.netbsd.org (Postfix, from userid 605) id B82EB84D87; Fri, 8 Sep 2017 08:48:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4960184D86 for ; Fri, 8 Sep 2017 08:48:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ro7gj21hDSc9 for ; Fri, 8 Sep 2017 08:48:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CA7BD84D22 for ; Fri, 8 Sep 2017 08:48:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5BB2FA97; Fri, 8 Sep 2017 08:48:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504860512115980" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 08:48:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-IO-Socket-SSL To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170908084832.C5BB2FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504860512115980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 8 08:48:32 UTC 2017 Modified Files: pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo Log Message: Updated p5-IO-Socket-SSL to 2.051. 2.051 2017/09/05 - 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 up https://github.com/noxxi/p5-io-socket-ssl/issues/62 To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 pkgsrc/security/p5-IO-Socket-SSL/Makefile cvs rdiff -u -r1.92 -r1.93 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. --_----------=_1504860512115980 Content-Disposition: inline Content-Length: 1800 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-IO-Socket-SSL/Makefile diff -u pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.119 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.120 --- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.119 Mon Sep 4 12:26:14 2017 +++ pkgsrc/security/p5-IO-Socket-SSL/Makefile Fri Sep 8 08:48:32 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.119 2017/09/04 12:26:14 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2017/09/08 08:48:32 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.050 +DISTNAME= IO-Socket-SSL-2.051 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.92 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.93 --- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.92 Mon Sep 4 12:26:14 2017 +++ pkgsrc/security/p5-IO-Socket-SSL/distinfo Fri Sep 8 08:48:32 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.92 2017/09/04 12:26:14 wiz Exp $ +$NetBSD: distinfo,v 1.93 2017/09/08 08:48:32 wiz Exp $ -SHA1 (IO-Socket-SSL-2.050.tar.gz) = 8597a676e78234b850605249f35058fb8e074749 -RMD160 (IO-Socket-SSL-2.050.tar.gz) = d619ab5c826ec96c4d2b7c4fcfe1cc9dc5ab8944 -SHA512 (IO-Socket-SSL-2.050.tar.gz) = 49edda46df64a6f09485843ddae81db674d9f8c8a1a0a10638567367ca544372f4ccf6ef062add2fa960819c582e14c3f50db7d19a67af2523a2e26111a06b66 -Size (IO-Socket-SSL-2.050.tar.gz) = 220409 bytes +SHA1 (IO-Socket-SSL-2.051.tar.gz) = 0006ca67ba9aead07f1335ac48517007f4464132 +RMD160 (IO-Socket-SSL-2.051.tar.gz) = 7268363b4361fe72106fc4935e5a14d18747aa0a +SHA512 (IO-Socket-SSL-2.051.tar.gz) = 36b7c8b0369297fdbddf48aebab5646248718f5692b358074f6de4858a4a952d8c9ac0e398e9023805f923bb52c3b9e0605d3cd5b39d67d7cf12d38aa9ee6e78 +Size (IO-Socket-SSL-2.051.tar.gz) = 220529 bytes --_----------=_1504860512115980--