summaryrefslogtreecommitdiff
path: root/filesystems/tahoe-lafs/patches/patch-aa
diff options
context:
space:
mode:
authorgdt <gdt>2012-07-07 00:34:18 +0000
committergdt <gdt>2012-07-07 00:34:18 +0000
commit787dfcce63943fe09641ed347234a4142e6a4a7c (patch)
treef3073a1c1e79a271ede22f874fa8a11d31b54489 /filesystems/tahoe-lafs/patches/patch-aa
parentaac559d82cd6e4a3c184a604ea23d5905a200a93 (diff)
downloadpkgsrc-787dfcce63943fe09641ed347234a4142e6a4a7c.tar.gz
Update to 1.9.2.
Release 1.9.2 (2012-07-03) ---------------------------- Notable Bugfixes '''''''''''''''' - Several regressions in support for reading (`#1636`_), writing/modifying (`#1670`_, `#1749`_), verifying (`#1628`_) and repairing (`#1655`_, `#1669`_, `#1676`_, `#1689`_) mutable files have been fixed. - FTP can now list directories containing mutable files, although it still does not support reading or writing mutable files. (`#680`_) - The FTP frontend would previously show Jan 1 1970 for all timestamps; now it shows the correct modification time of the directory entry. (`#1688`_) - If a node is configured to report incidents to a log gatherer, but the gatherer is offline when some incidents occur, it would previously not "catch up" with those incidents as intended. (`#1725`_) - OpenBSD 5 is now supported. (`#1584`_) - The ``count-good-share-hosts`` field of file check results is now computed correctly. (`#1115`_) Configuration/Behavior Changes '''''''''''''''''''''''''''''' - The capability of the upload directory for the drop-upload frontend is now specified in the file ``private/drop_upload_dircap`` under the gateway's node directory, rather than in its ``tahoe.cfg``. (`#1593`_)
Diffstat (limited to 'filesystems/tahoe-lafs/patches/patch-aa')
-rw-r--r--filesystems/tahoe-lafs/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/filesystems/tahoe-lafs/patches/patch-aa b/filesystems/tahoe-lafs/patches/patch-aa
index 5a5ffac414d..9c1a48cca1a 100644
--- a/filesystems/tahoe-lafs/patches/patch-aa
+++ b/filesystems/tahoe-lafs/patches/patch-aa
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.2 2012/01/13 01:14:56 gdt Exp $
+$NetBSD: patch-aa,v 1.3 2012/07/07 00:34:18 gdt Exp $
Upstream incorrectly installs test code. Patch from David-Sarah
Hopwood (of upstream) in private mail.
---- setup.py.orig 2012-01-11 22:40:51.000000000 +0000
+--- setup.py.orig 2012-05-31 22:25:33.000000000 +0000
+++ setup.py
-@@ -453,8 +453,7 @@ setup(name=APPNAME,
- 'allmydata.test',
+@@ -467,8 +467,7 @@ setup(name=APPNAME,
'allmydata.util',
'allmydata.web',
+ 'allmydata.web.static',
- 'allmydata.windows',
- 'buildtest'],
+ 'allmydata.windows'],