pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-foolscap
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.
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
Home |
Main Index |
Thread Index |
Old Index