summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
2012-07-07Update to 1.9.2.gdt4-20/+22
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`_)
2012-06-16Update glusterfs to 3.2.7, a maintenance releasemanu4-46/+63
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd3-5/+6
2012-05-25Depend on foolscap >= 0.6.3.gdt1-3/+3
This isn't strictly true; foolscap needs to be >= 0.6.3 if Twisted is > 10, but it's easier to just require it than invent new compound dependencies. PKGREVISION++, because tahoe-lafs built with Twisted > 10 and foolscap 0.6.1 (from today or earlier in pkgsrc) fails to work.
2012-05-10Fix build with automake-1.2.wiz3-8/+16
While here, add missing INSTALLATION_DIRS line (or perhaps it's a Makefile dependency issue, but this fixes it).
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2012-04-13* fixes build with libupnp>=1.6.7obache4-3/+57
* bump PKGREVISION from libupnp shlib bump
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz2-5/+2
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-31Fix manu's update by updating the package version instead of just thedholland1-4/+3
distinfo and patches.
2012-03-29Fix build with clang-3.1.wiz2-1/+46
2012-03-28Update glusterfs to 3.2.6, which is a maintenance releases fixing various bugsmanu4-76/+45
2012-03-15Bump PKGREVISION from default python to 2.7.obache4-7/+8
2012-03-12fix missing DIST_SUBDIR in EXTRACT_CMD - picked up by joergabs1-2/+2
2012-03-10Fix error 'CLONE_NEWNS' undeclared on recent linux. From git.markd2-1/+16
2012-03-10Mark as PYTHON_VERSIONS_INCOMPATIBLE=24 because ofwiz1-1/+3
AttributeError: 'module' object has no attribute 'SEEK_CUR' see http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20120308.0100/py24-filesystem-0.4.0/build.log
2012-03-09+cloudfuseabs1-1/+2
2012-03-09Added filesystems/cloudfuse version 20120124abs4-0/+53
Filesystem (fuse) implemented on Mosso's Cloud Files Cloudfuse is a FUSE application which provides access to Rackspace's Cloud Files (or any installation of Swift). Cloud Files is a remote storage system which is similar in principle to Amazon S3. It provides a simple RESTful interface to storing and retrieving objects. http://www.rackspacecloud.com/cloud_hosting_products/files
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz7-13/+14
2012-02-28Add builtin.mk to support a native fuse where it exists.hans1-0/+11
2012-02-06Revbump forwiz6-12/+12
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Update perfuse to 20120206, with a more graceful unmounting whenmanu2-6/+6
the FUSE filesystem crashes
2012-02-01Use version in PKGNAME.gdt1-2/+2
2012-02-01+py-filesystemgdt1-1/+2
2012-02-01Import py26-filesystem as filesystems/py-filesystem.gdt4-0/+307
Pyfilesystem is a Python module that provides a simplified common interface to many types of filesystem. Filesystems exposed via Pyfilesystem can also be served over the network, or 'mounted' on the native filesystem. Pyfilesystem simplifies working directories and paths, even if you only intend to work with local files. Differences in path formats between platforms are abstracted away, and you can write code that sand-boxes any changes to a given directory. Pyfilesystem works with Linux, Windows and Mac. (And of course, NetBSD.)
2012-01-13Update to 1.9.1 (security fix):gdt3-15/+20
Release 1.9.1 (2012-01-12) -------------------------- Security-related Bugfix ''''''''''''''''''''''' - Fix flaw that would allow servers to cause undetected corruption when retrieving the contents of mutable files (both SDMF and MDMF). (`#1654`_) .. _`#1654`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1654
2012-01-09Update perfused to 20111217manu2-2/+2
2011-12-21Fix shared library linkage with USE_BSD_MAKEFILE in a bootstrappeddholland2-1/+17
environment, where the rules for building .so files don't really accomodate multiple libs in the same package properly. This is a hack; bootstrap-mk-files should be fixed.
2011-12-21Force MKPROFILE=yes to avoid PLIST divergence.dholland1-1/+2
(I suppose there should probably be a better way to handle these...)
2011-12-17perfuse update: fix memory leak and freed buffer reusemanu2-6/+6
2011-12-16Use egg.mk, not distutils.mk.gdt2-7/+7
This package can use either setuptools (egg.mk) or distutils (distutils.mk), but it prefers setuptools and thus should be built with our egg.mk support. Adjust PLIST for egg.mk (different) variables and drop eggfile conditionalization, as eggs always have egg-info directories. Thanks to dholland@ and obache@ for noticing/suggesting.
2011-12-16- SSL bug fixesmanu9-106/+296
- Use secondary groups
2011-12-16Conditionalize EGG_FILE in PLIST, for pre-eggfile versions of python.gdt1-5/+5
2011-12-16Fix PLIST not to have PYVERSION encoded.gdt2-9/+10
No PKGREVISION++, because no change in the case when it built. Adjust whitespace around LICENSE=.
2011-12-16Update to 0.2.1. Note in DESCR that this is what GNU/Linux callsgdt6-69/+77
"fuse-python". Upstream does not provide NEWS. Perusal of Changelog leads to the conclusion that there are many bugfixes and minor enhancements, but no major changes. (Tested with "bup fuse" and ../fuse-wikipediafs on NetBSD 5.1_STABLE.)
2011-12-09- Add experimental support for SSLmanu16-20/+1245
- Ignore again .attribute (a patch part that was lost in last upgrade)
2011-12-04Georeplication is apparently enabled by default, so it must be explicitlybrook1-1/+3
disabled if that option is not selected.
2011-12-02Recursive bump for devel/apr buildlink addition.sbd1-2/+2
2011-11-28Remove two patches being idempotent together. I do not bump PKGREVISION,manu3-50/+1
as the result is the same.
2011-11-28Update to glusterfs 3.2.5. This is a bug-fix releasemanu12-628/+132
2011-11-28Update perfuse: Fix stale file handlingmanu2-6/+6
2011-11-27Recursive bump for www/serf buildlink addition.sbd1-2/+2
2011-11-24Fix build with newer GCCjoerg4-1/+40
2011-11-24Fix GCC 4.5 falloutjoerg2-1/+14
2011-11-24Fix rebalance operation by using /sbin/mount instead of /bin/mountmanu3-9/+33
2011-11-17Perfused update:manu2-6/+6
- fix lookup cache that was not really used - fix advlock for read-only files - return EBADF on directory read/write instead of passing to the filesystem
2011-11-12Add missing information on glusterFS server configurationmanu1-7/+22
2011-11-09Update to 1.9.0.gdt3-16/+36
- The most significant new feature in this release is MDMF: "Medium-size Distributed Mutable Files". Unlike standard SDMF files, these provide efficient partial-access (reading and modifying small portions of the file instead of the whole thing). MDMF is opt-in (it is not yet the default format for mutable files), both to ensure compatibility with previous versions, and because the algorithm does not yet meet memory-usage goals. Enable it with ``--format=MDMF`` in the CLI (``tahoe put`` and ``tahoe mkdir``), or the "format" radioboxes in the web interface. See `<docs/specifications/mutable.rst>`_ for more details (`#393`_, `#1507`_) - A "blacklist" feature allows blocking access to specific files through a particular gateway. See the "Access Blacklist" section of `<docs/configuration.rst>`_ for more details. (`#1425`_) - A "drop-upload" feature has been added, which allows you to upload files to a Tahoe-LAFS directory just by writing them to a local directory. This feature is experimental and should not be relied on to store the only copy of valuable data. It is currently available only on Linux. See `<docs/frontends/drop-upload.rst>`_ for documentation. (`#1429`_) - The timeline of immutable downloads can be viewed using a zoomable and pannable JavaScript-based visualization. This is accessed using the 'timeline' link on the File Download Status page for the download, which can be reached from the Recent Uploads and Downloads page.
2011-11-01Recursive bump for archivers/libarchive buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2