summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
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
2011-10-30Update to perfuse-20111030:manu2-6/+6
- do not confuse FUSE fileno with inode numbers - do not use kernel name cache, implement our own instead. - honour cache directive from FUSE filesystem for name and attrbiutes
2011-10-30Additionnal fixes from upstream to ensure inodes are consistent formanu4-14/+484
all operations (readdir and getattr)
2011-10-25Pull upstream patch to make inode more reliable. LOOKUP and READDIRmanu3-9/+68
cans show different inodes for the same object without that fix.
2011-10-25Update perfused:manu2-6/+6
- raise memory limit for vnode caches - avoid deadlock with syslog
2011-10-25glusterfs memory usage can grow quite large when using a lot of vnodes,manu3-3/+22
and the amount of data memory involved is not easy to forcast. We therefore raise the limit to the maximum. Patch from Manuel Bouyer. It helps completing a cvs update on a glusterfs volume.
2011-10-16Add bin/ulockmgr_server to PLIST.Linuxsbd2-3/+4
Bump PKGREVISION
2011-10-16Patch from bouyer@manu4-9/+37
- #include <signal.h> for sigprocmask(2) else we break without COMPAT_13 - usleep(3) shall not be called with argument higher than one second
2011-10-10Remove duplicate lines (hello manu!)sborrill1-4/+1
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered2-4/+4
2011-10-06Add missing comments and RCSId in 3.2.3 patches, fix patch-bb checksummanu12-13/+69
2011-10-02A patch was lost in 3.2.3 update, this made impossible to open a filemanu3-7/+18
(client complained about O_DIRECTORY being set for a non directory)
2011-09-27Missing commit for 3.2.3 updatemanu6-48/+50
2011-09-18Update glusterfs to 3.2.3manu31-283/+175
This maintenance release with no new features. Majot bug fixes are: Bug 2464 Fixed all the issues caused by GFID mismatch during distribute rename. Bug 2988 Fixed the issue of high CPU usage when Directory Quota is enabled. Bug 3122 Enhanced the volume set interface to support io-threads on the client. Bug 3210 Fixed the issue of modified mtime/atime of the files after rebalance operation. Bug 3191 Fixed the issue with symlinks during rebalance operation.
2011-09-14* Release 1.8.3 (2011-09-13)gdt2-6/+6
** Security-related Bugfix - Fix flaw that would allow a person who knows a storage index of a file to delete shares of that file (#1528). - Remove corner cases in mutable file bounds management which could expose extra lease info or old share data (from prior versions of the mutable file) if someone with write authority to that mutable file exercised these corner cases in a way that no actual Tahoe-LAFS client does. (Probably not exploitable.) (#1528).
2011-09-09Update perfuse, with two fixesmanu2-6/+6
- avoid system deadlock in low memory conditions - avoid a racecondition leading to data corruption (chuncks of zeroed data)
2011-08-20Now that we hide OpenGroup Extended API set 2 from configure, make suremanu1-2/+4
that it is seen here when we actually need it.