Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 087DD7ACA3 for ; Sun, 31 Jan 2016 02:49:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AEE5C85F52; Sun, 31 Jan 2016 02:49:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3DF9685F1D for ; Sun, 31 Jan 2016 02:49:09 +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 SC9gX2jmQe3y for ; Sun, 31 Jan 2016 02:49:08 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DB43D85EF9 for ; Sun, 31 Jan 2016 02:49:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6F99FBB7; Sun, 31 Jan 2016 02:49:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 31 Jan 2016 02:49:08 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/security/p5-IO-Socket-SSL To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160131024908.D6F99FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Jan 31 02:49:08 UTC 2016 Modified Files: pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo Log Message: Update to 2.023 --------------- 2.023 2016/01/30 - OpenSSL 1.0.2f changed the behavior of SSL shutdown in case the TLS connection was not fully established (commit: f73c737c7ac908c5d6407c419769123392a3b0a9). This somehow resulted in Net::SSLeay::shutdown returning 0 (i.e. keep trying) which caused an endless loop. It will now ignore this result in case the TLS connection was not yet established and consider the TLS connection closed instead. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 pkgsrc/security/p5-IO-Socket-SSL/Makefile cvs rdiff -u -r1.72 -r1.73 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.