summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
2011-01-06Put EXTRACT_SUFX in the correct place in the makefileagc3-5/+8
Add a LICENSE statement. Add a comment to a patch No functional change
2011-01-06Help this package build on Mac OS X, DragonflyBSD and FreeBSD. No functionalagc2-4/+4
change.
2010-12-04* Release 1.8.1 (2010-10-28)gdt3-6/+23
** Bugfixes and Improvements - Allow the repairer to improve the health of a file by uploading some shares, even if it cannot achieve the configured happiness threshold. This fixes a regression introduced between v1.7.1 and v1.8.0. (#1212) - Fix a memory leak in the ResponseCache which is used during mutable file/directory operations. (#1045) - Fix a regression and add a performance improvement in the downloader. This issue caused repair to fail in some special cases. (#1223) - Fix a bug that caused 'tahoe cp' to fail for a grid-to-grid copy involving a non-ASCII filename. (#1224) - Fix a rarely-encountered bug involving printing large strings to the console on Windows. (#1232) - Perform ~ expansion in the --exclude-from filename argument to 'tahoe backup'. (#1241) - The CLI's 'tahoe mv' and 'tahoe ln' commands previously would try to use an HTTP proxy if the HTTP_PROXY environment variable was set. These now always connect directly to the WAPI, thus avoiding giving caps to the HTTP proxy (and also avoiding failures in the case that the proxy is failing or requires authentication). (#1253) - The CLI now correctly reports failure in the case that 'tahoe mv' fails to unlink the file from its old location. (#1255) - 'tahoe start' now gives a more positive indication that the node has started. (#71) - The arguments seen by 'ps' or other tools for node processes are now more useful (in particular, they include the path of the 'tahoe' script, rather than an obscure tool named 'twistd'). (#174) ** Removed Features - The tahoe start/stop/restart and node creation commands no longer accept the -m or --multiple option, for consistency between platforms. (#1262) ** Packaging - We now host binary packages so that users on certain operating systems can install without having a compiler. <http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/README.html> - Use a newer version of a dependency if needed, even if an older version is installed. This would previously cause a VersionConflict error. (#1190) - Use a precompiled binary of a dependency if one with a sufficiently high version number is available, instead of attempting to compile the dependency from source, even if the source version has a higher version number. (#1233) ** Documentation - All current documentation in .txt format has been converted to .rst format. (#1225) - Added docs/backdoors.rst declaring that we won't add backdoors to Tahoe-LAFS, or add anything to facilitate government access to data. (#1216)
2010-12-03Add untested builtin.mk to increase its chances of being tested.wiz1-0/+47
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-10-11Update glusterfs message to reflect that it is gettign a bit lessmanu1-3/+9
experimental
2010-10-11Update to 20101011 with important fixes on permission checks whenmanu2-6/+6
accessing the filesystem asunprivilegied. Also fix hangs on read(2), and remove unused code
2010-10-04Update perfused to 20101004, restoring ntfs-3 functionnality (it broke atmanu2-6/+6
ls /)
2010-10-03Update to 20101003 with important fixes in rename operationsmanu2-6/+6
2010-10-02convert flex dependency from buildlink3 to USE_TOOLS.obache1-2/+3
and bison is also required to build.
2010-09-29Update to 10100929, with important fixes in write and renamemanu2-6/+6
2010-09-24Update to 1.8.0.gdt3-19/+52
* Release 1.8.0 (2010-09-23) ** New Features - A completely new downloader which improves performance and robustness of immutable-file downloads. It uses the fastest K servers to download the data in K-way parallel. It automatically fails over to alternate servers if servers fail in mid-download. It allows seeking to arbitrary locations in the file (the previous downloader which would only read the entire file sequentially from beginning to end). It minimizes unnecessary round trips and unnecessary bytes transferred to improve performance. It sends requests to fewer servers to reduce the load on servers (the previous one would send a small request to every server for every download) (#287, #288, #448, #798, #800, #990, #1170, #1191) - Non-ASCII command-line arguments and non-ASCII outputs now work on Windows. In addition, the command-line tool now works on 64-bit Windows. (#1074) ** Bugfixes and Improvements - Document and clean up the command-line options for specifying the node's base directory. (#188, #706, #715, #772, #1108) - The default node directory for Windows is ".tahoe" in the user's home directory, the same as on other platforms. (#890) - Fix a case in which full cap URIs could be logged. (#685, #1155) - Fix bug in WUI in Python 2.5 when the system clock is set back to 1969. Now you can use Tahoe-LAFS with Python 2.5 and set your system clock to 1969 and still use the WUI. (#1055) - Many improvements in code organization, tests, logging, documentation, and packaging. (#983, #1074, #1108, #1127, #1129, #1131, #1166, #1175)
2010-09-23Update perfuse, with important fixes in file handles management.manu2-6/+6
2010-09-15Update to perfused-20100915, which fixes reliability problems (lost frames).manu2-6/+6
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-09Update perfuse with fixes for ntfs-3gmanu2-6/+6
2010-09-07Update to perfuse-20100907: fix perfused auto-start, cleanup debug messages,manu2-13/+7
fix warnings
2010-09-06Fix path to perfused. Bump PKGREVISION.wiz1-2/+8
2010-09-06Remove obsolete MESSAGE, bump PKGREVISION.wiz2-9/+2
2010-09-06Make pkglint happier.wiz1-4/+4
2010-09-06Add symlinks for libperfuse. Simplify package. Bump PKGREVISION.wiz2-6/+10
2010-09-06On NetBSD, pull in perfuse.wiz1-1/+7
2010-09-06Remove -Werror from compiler flags until code is clean enough.wiz1-1/+2
2010-09-06Missing commit for checksum updatemanu1-1/+4
2010-09-06LP64 fixesmanu2-6/+3
2010-09-05A few reliability fixes for using perfuse with glusterfs.manu2-6/+6
I can now build libperfuse within a glusterfs mounted filesystem.
2010-08-26Add glusterfs 3.0.5manu1-1/+2
2010-08-26This is an experimental port of glusterfs on NetBSD. Don't do this at home!manu24-0/+924
2010-08-26Fix enough filehandle problems to make glusterfs happier.manu5-9/+9
2010-08-25Update FUSE to 2.8.4 and add NetBSD support through filesystems/perfusemanu18-23/+478
Changes since previous verion, from the NEWS file 2.8.x: - More scalable directory tree locking - Atomic open(O_TRUNC) support - Support big write requests on kernels 2.6.26 and newer - Out-of-tree fuse module removed - Better NFS exporting support - New ioctl and poll requests - New CUSE (Character Device in Userspace) interface - Allow umask processing in userspace - Added cache invalidation notifications - Bugfixes and small improvements 2.7.x: - Stacking support for the high level API - Add filename charset conversion module - Improved mounting 2.6.x! - Improved read characteristics (asynchronous reads) - Support for aborting filesystem connection - POSIX file locking support - Request interruption support - Building module for Linux kernels earlier than 2.6.9 not supported - Allow block device based filesystems to support swap files - Several bugs fixed, including a rare system hang on SMP
2010-08-25Add perfuse-20100825manu1-1/+2
This is exactly the code in-tree for NetBS-current. The package is there to help using that code on NetBSD-5.x
2010-08-25perfuse brings full FUSE support to NetBSD It has two components:manu6-0/+76
- a daemon that creates a /dev/fuse socket and that performs PUFFS relay to FUSE. - a library and a header file to use in filesystems and libraries that open /dev/fuse, so that they are directed to the socket.
2010-07-25Fix yet another package with bogus dependencies.joerg1-14/+14
2010-07-24Permissions fix: chmod +r all the distfile contents, because they aregdt1-1/+8
600 and this results in installed python files that non-root users cannot access.
2010-07-24SUBDIR+= tahoe-lafsgdt1-1/+2
2010-07-24Import tahoe-lafs-1.7.1 as filesystems/tahoe-lafs.gdt4-0/+636
Tahoe-LAFS is a Free Software/Open Source decentralized data store. It distributes your filesystem across multiple servers, and even if some of the servers fail or are taken over by an attacker, the entire filesystem continues to work correctly and to preserve your privacy and security.
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2010-07-02Supports staged installation.asau1-1/+3
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg2-4/+4
2010-02-02Fix build in OS X.jmmv4-7/+31
2010-02-02s/unionfs/nullfs/ as reported by David Holland.jmmv1-1/+1
2010-02-01Add and enable fuse-bindfs.jmmv1-1/+2
2010-02-01Initial import of fuse-bindfs-1.8.4:jmmv5-0/+57
bindfs is a FUSE filesystem for mounting a directory to another location, similar to 'mount --bind' in Linux or unionfs in BSD. The permissions in the mountpoint can be altered through various rules.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz4-7/+8
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-11-16Updated fs-utils to version 20091116stacktic2-10/+11
- Syncd code with HEAD - Fixed build on Linux/x86_64 CentOS5 (RHEL5) reported by Nicolas Joly
2009-11-02Fixed linux buildstacktic1-1/+2
2009-11-02Updated filesystems/fs-utils to version 20091102stacktic3-16/+44
- Added support for FreeBSD and Linux