diff options
author | adam <adam@pkgsrc.org> | 2017-10-07 11:58:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-07 11:58:09 +0000 |
commit | 1943ff1573ec5ebdcf3b708f6b3b23eca430f9d7 (patch) | |
tree | 53f58619ab4f4f610a25e62c6f28ae7f76a469c8 /net | |
parent | 5223e2d271ea4cbc04ba54aebc1f1dca497d2388 (diff) | |
download | pkgsrc-1943ff1573ec5ebdcf3b708f6b3b23eca430f9d7.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/py-foolscap/Makefile | 6 | ||||
-rw-r--r-- | net/py-foolscap/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index b3ffd6b42a6..f43c1cf9249 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -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>=3.6.1:../../devel/py-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 diff --git a/net/py-foolscap/distinfo b/net/py-foolscap/distinfo index d4239cdfc57..388ec77d1ee 100644 --- a/net/py-foolscap/distinfo +++ b/net/py-foolscap/distinfo @@ -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 |