summaryrefslogtreecommitdiff
path: root/filesystems/tahoe-lafs
diff options
context:
space:
mode:
authorwiz <wiz>2015-08-14 20:37:43 +0000
committerwiz <wiz>2015-08-14 20:37:43 +0000
commit9dd530a054351244f3059f367c170089b209770b (patch)
tree5bb4f52ccf9dcf31dba987bbf8f5c9ef4e3f7670 /filesystems/tahoe-lafs
parentda3c10afb9d23721f7bedf853a798be5396d6042 (diff)
downloadpkgsrc-9dd530a054351244f3059f367c170089b209770b.tar.gz
Update to 1.10.2:
Release 1.10.2 (2015-07-30) ''''''''''''''''''''''''''' Packaging Changes ----------------- This release no longer requires the ``mock`` library (which was previously used in the unit test suite). Shortly after the Tahoe-LAFS 1.10.1 release, a new version of ``mock`` was released (1.1.0) that proved to be incompatible with Tahoe's fork of setuptools, preventing Tahoe-1.10.1 from building at all. `#2465`_ The ``tahoe --version`` output is now less likely to include scary diagnostic warnings that look deceptively like stack traces. `#2436`_ The pyasn1 requirement was increased to >= 0.1.8. .. _`#2465`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2465 .. _`#2436`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2436 Other Fixes ----------- A WebAPI ``GET`` would sometimes hang when using the HTTP Range header to read just part of the file. `#2459`_ Using ``tahoe cp`` to copy two different files of the same name into the same target directory now raises an error, rather than silently overwriting one of them. `#2447`_ All tickets closed in this release: 2328 2436 2446 2447 2459 2460 2461 2462 2465 2470. .. _`#2459`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2459 .. _`#2447`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2447
Diffstat (limited to 'filesystems/tahoe-lafs')
-rw-r--r--filesystems/tahoe-lafs/Makefile13
-rw-r--r--filesystems/tahoe-lafs/PLIST5
-rw-r--r--filesystems/tahoe-lafs/distinfo8
3 files changed, 14 insertions, 12 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile
index c1377d7f6e7..a594a9535ff 100644
--- a/filesystems/tahoe-lafs/Makefile
+++ b/filesystems/tahoe-lafs/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2015/07/16 10:59:27 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2015/08/14 20:37:43 wiz Exp $
-VERSION= 1.10.1
+VERSION= 1.10.2
DISTNAME= allmydata-tahoe-${VERSION}
PKGNAME= tahoe-lafs-${VERSION}
-PKGREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= https://tahoe-lafs.org/source/tahoe-lafs/releases/
#for beta, add
@@ -26,23 +25,23 @@ TEST_TARGET= test
# Included egg darcsver, but depend anyway.
BUILD_DEPENDS+= ${PYPKGPREFIX}-darcsver-[0-9]*:../../devel/py-darcsver
+DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-zfec-[0-9]*:../../converters/py-zfec
DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32
DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
DEPENDS+= ${PYPKGPREFIX}-pyutil-[0-9]*:../../devel/py-pyutil
-DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
# Included egg setuptools_trial, not used.
# Included egg setuptools_darcs, used (no package yet).
DEPENDS+= ${PYPKGPREFIX}-foolscap>=0.8.0:../../net/py-foolscap
DEPENDS+= ${PYPKGPREFIX}-twisted>=13.0.0:../../net/py-twisted
-DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.4:../../security/py-asn1
+DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.8:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.0.5:../../security/py-asn1-modules
DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
-DEPENDS+= ${PYPKGPREFIX}-cryptopp-[0-9]*:../../security/py-cryptopp
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.14:../../security/py-OpenSSL
+DEPENDS+= ${PYPKGPREFIX}-cryptopp>=0.6.0:../../security/py-cryptopp
+DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow
DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
diff --git a/filesystems/tahoe-lafs/PLIST b/filesystems/tahoe-lafs/PLIST
index 5c3cc2abeeb..41cdf82e862 100644
--- a/filesystems/tahoe-lafs/PLIST
+++ b/filesystems/tahoe-lafs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/07/01 13:58:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/08/14 20:37:43 wiz Exp $
bin/tahoe
${PYSITELIB}/allmydata/__init__.py
${PYSITELIB}/allmydata/__init__.pyc
@@ -531,6 +531,9 @@ ${PYSITELIB}/allmydata/util/log.pyo
${PYSITELIB}/allmydata/util/mathutil.py
${PYSITELIB}/allmydata/util/mathutil.pyc
${PYSITELIB}/allmydata/util/mathutil.pyo
+${PYSITELIB}/allmydata/util/namespace.py
+${PYSITELIB}/allmydata/util/namespace.pyc
+${PYSITELIB}/allmydata/util/namespace.pyo
${PYSITELIB}/allmydata/util/netstring.py
${PYSITELIB}/allmydata/util/netstring.pyc
${PYSITELIB}/allmydata/util/netstring.pyo
diff --git a/filesystems/tahoe-lafs/distinfo b/filesystems/tahoe-lafs/distinfo
index 1165bb93625..0eab494e847 100644
--- a/filesystems/tahoe-lafs/distinfo
+++ b/filesystems/tahoe-lafs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2015/07/01 13:58:21 wiz Exp $
+$NetBSD: distinfo,v 1.11 2015/08/14 20:37:43 wiz Exp $
-SHA1 (allmydata-tahoe-1.10.1.tar.bz2) = b689847399eede07627d232d49818967f9f0c1cb
-RMD160 (allmydata-tahoe-1.10.1.tar.bz2) = c27b838deb4b5b62b4399b35ffad66fa15f70e28
-Size (allmydata-tahoe-1.10.1.tar.bz2) = 1375024 bytes
+SHA1 (allmydata-tahoe-1.10.2.tar.bz2) = f8ea798bb137611fda620d610367846e094eb609
+RMD160 (allmydata-tahoe-1.10.2.tar.bz2) = e8ff2cdad3b01bad3f672a75f54f5027cdf9d1c0
+Size (allmydata-tahoe-1.10.2.tar.bz2) = 1378204 bytes