Received: by mail.netbsd.org (Postfix, from userid 605) id 58BA984D71; Sat, 7 Oct 2017 11:58:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF21184D6F for ; Sat, 7 Oct 2017 11:58:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Hm05fmOL_h7K for ; Sat, 7 Oct 2017 11:58:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5C1B884CDE for ; Sat, 7 Oct 2017 11:58:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 571B5FBC7; Sat, 7 Oct 2017 11:58:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150737748957570" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 11:58:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-foolscap To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171007115809.571B5FBC7@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. --_----------=_150737748957570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 7 11:58:09 UTC 2017 Modified Files: pkgsrc/net/py-foolscap: Makefile distinfo Log Message: py-foolscap: update to 0.12.7 Release 0.12.7: This is a minor bugfix release to help Tahoe-LAFS. It depends upon a newer version of I2P, which should handle Tahoe storage servers that listen on I2P sockets (the Tahoe executable makes an outbound connection to the local I2P daemon, however it then accepts inbound TLS connections on that same socket, which confuses the TLS negotiation because both sides appear to be "clients", and TLS requires exactly one "client" and one "server"). It also fixes a minor Tub shutdown behavior to let unit tests work more reliably. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/py-foolscap/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/py-foolscap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150737748957570 Content-Disposition: inline Content-Length: 1984 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-foolscap/Makefile diff -u pkgsrc/net/py-foolscap/Makefile:1.27 pkgsrc/net/py-foolscap/Makefile:1.28 --- pkgsrc/net/py-foolscap/Makefile:1.27 Tue Feb 14 10:26:29 2017 +++ pkgsrc/net/py-foolscap/Makefile Sat Oct 7 11:58:09 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2017/02/14 10:26:29 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/10/07 11:58:09 adam Exp $ -DISTNAME= foolscap-0.12.6 +DISTNAME= foolscap-0.12.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=f/foolscap/} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>= DEPENDS+= ${PYPKGPREFIX}-twisted>=16.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.12.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.12.7 TEST_TARGET= test Index: pkgsrc/net/py-foolscap/distinfo diff -u pkgsrc/net/py-foolscap/distinfo:1.17 pkgsrc/net/py-foolscap/distinfo:1.18 --- pkgsrc/net/py-foolscap/distinfo:1.17 Wed Jan 18 20:46:34 2017 +++ pkgsrc/net/py-foolscap/distinfo Sat Oct 7 11:58:09 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2017/01/18 20:46:34 wiz Exp $ +$NetBSD: distinfo,v 1.18 2017/10/07 11:58:09 adam Exp $ -SHA1 (foolscap-0.12.6.tar.gz) = b516272996aab15ce4b65e125ede661fd407b51d -RMD160 (foolscap-0.12.6.tar.gz) = d8d4bd09ed0c797331da1f19d54273c28de2aa96 -SHA512 (foolscap-0.12.6.tar.gz) = def08309ac1c69e274aef4913f30b247de002e938efce84ac9eaf9955bc0033561da9257f958352b1ddfc56dc82c3b049f3c6c208af7f7bc081ac4e6fd568fec -Size (foolscap-0.12.6.tar.gz) = 517752 bytes +SHA1 (foolscap-0.12.7.tar.gz) = 113a61acb99428ea79d0ea76dd0a475ce5118663 +RMD160 (foolscap-0.12.7.tar.gz) = aa213758caf4b0f807bfa05af38e8b11798cf42d +SHA512 (foolscap-0.12.7.tar.gz) = bded8c86331c471002271a2baa2efae0b8bad767707427cea61ca8e3725fab5b8f0e1f36a5658c0afd6de607dac9e1278e49504fec0c1045b0628d5c2dc01950 +Size (foolscap-0.12.7.tar.gz) = 518685 bytes --_----------=_150737748957570--