Received: by mail.netbsd.org (Postfix, from userid 605) id AD18084DA0; Fri, 23 Jun 2017 03:45:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D55584D7F for ; Fri, 23 Jun 2017 03:45:19 +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 OXz0Mxwo4kbA for ; Fri, 23 Jun 2017 03:45:18 +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 BB6A584CDD for ; Fri, 23 Jun 2017 03:45:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B24EBFAE8; Fri, 23 Jun 2017 03:45:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149818951878440" MIME-Version: 1.0 Date: Fri, 23 Jun 2017 03:45:18 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/security/stunnel To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20170623034518.B24EBFAE8@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. --_----------=_149818951878440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Jun 23 03:45:18 UTC 2017 Modified Files: pkgsrc/security/stunnel: Makefile distinfo Log Message: Update to 5.41. From the changelog: * New features - PKCS#11 engine DLL updated to version 0.4.5. - Default engine UI set with ENGINE_CTRL_SET_USER_INTERFACE. - Key file name added into the passphrase console prompt. - Performance optimization in memory leak detection. * Bugfixes - Fixed crashes with the OpenSSL 1.1.0 branch. - Fixed certificate verification with "verifyPeer = yes" and "verifyChain = no" (the default), while the peer only returns a single certificate. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/security/stunnel/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/stunnel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149818951878440 Content-Disposition: inline Content-Length: 1831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/stunnel/Makefile diff -u pkgsrc/security/stunnel/Makefile:1.106 pkgsrc/security/stunnel/Makefile:1.107 --- pkgsrc/security/stunnel/Makefile:1.106 Sun Jan 29 04:18:20 2017 +++ pkgsrc/security/stunnel/Makefile Fri Jun 23 03:45:18 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.106 2017/01/29 04:18:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.107 2017/06/23 03:45:18 schmonz Exp $ -DISTNAME= stunnel-5.40 +DISTNAME= stunnel-5.41 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/downloads/ Index: pkgsrc/security/stunnel/distinfo diff -u pkgsrc/security/stunnel/distinfo:1.53 pkgsrc/security/stunnel/distinfo:1.54 --- pkgsrc/security/stunnel/distinfo:1.53 Sun Jan 29 04:18:20 2017 +++ pkgsrc/security/stunnel/distinfo Fri Jun 23 03:45:18 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.53 2017/01/29 04:18:20 schmonz Exp $ +$NetBSD: distinfo,v 1.54 2017/06/23 03:45:18 schmonz Exp $ -SHA1 (stunnel-5.40.tar.gz) = 7dfbbcab4dd56458e74410c788ddc7bcbe2179ba -RMD160 (stunnel-5.40.tar.gz) = 7f6448cec82ccff20120f5db2ec558ef92577196 -SHA512 (stunnel-5.40.tar.gz) = 2dd403f212f701370775516d25ea441fe41564daf1460f8a9ba4eb960adfb5f007ebfb51a90503fa168c420f06e17a6d20f1b0eab697e2abb6a42dc6f1f898b2 -Size (stunnel-5.40.tar.gz) = 648828 bytes +SHA1 (stunnel-5.41.tar.gz) = 9aa8335e0f9571480b0d62b4b58d9d510447b732 +RMD160 (stunnel-5.41.tar.gz) = fdab09cd74f94a09c9b407e7cec58868a5e86cc2 +SHA512 (stunnel-5.41.tar.gz) = cfe414330905d133d4ec698b0d3e40e376a29b70376d88695fbf928c78c8ede36a9d80fca3644f9219a7d4f17fea17cb8bc42e80d788848756bd863bf5eb7ff9 +Size (stunnel-5.41.tar.gz) = 649807 bytes SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37 SHA1 (patch-ac) = 4e5e0a3cfe95b3952741814a1f26bcb99d002fdc SHA1 (patch-stunnel.conf-sample.in) = 86d195963e5ad2db381ac89ae0fca13a7f641fa5 --_----------=_149818951878440--