pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-foolscap py-foolscap: update to 0.12.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ac94b1d8f66
branches:  trunk
changeset: 369877:4ac94b1d8f66
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 07 11:58:09 2017 +0000

description:
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.

diffstat:

 net/py-foolscap/Makefile |   6 +++---
 net/py-foolscap/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r f7369bae5122 -r 4ac94b1d8f66 net/py-foolscap/Makefile
--- a/net/py-foolscap/Makefile  Sat Oct 07 11:56:21 2017 +0000
+++ b/net/py-foolscap/Makefile  Sat Oct 07 11:58:09 2017 +0000
@@ -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}-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
 
diff -r f7369bae5122 -r 4ac94b1d8f66 net/py-foolscap/distinfo
--- a/net/py-foolscap/distinfo  Sat Oct 07 11:56:21 2017 +0000
+++ b/net/py-foolscap/distinfo  Sat Oct 07 11:58:09 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index