Commit graph

318 commits

Author SHA1 Message Date
obache
6e518767d0 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
jakllsch
3a28afbba9 Update OpenAFS to 1.6.1.
Upstream release notes for 1.6.0 and 1.6.1:

            OpenAFS Release Notes - Version 1.6.1
     _________________________________________________________________
All server platforms: Critical bugfixes.
All systems: Major bugfixes.
     _________________________________________________________________

Sites running 1.6.0 fileserver are urged to update immediately to
avoid data loss.

Sites running 1.6.0 UNIX clients are urged to update immediately to
avoid excess network traffic.

All platforms:

- Updated idle dead handling to avoid issues with retrying
  calls which could succeed but error and then error on a retry.

- libafscp updates.

- uafs userspace cache manager updates.

All server platforms:

- A bug which can lose data on a fileserver for volumes which are
replicated or backed up has been fixed. Sites running 1.6.0 are urged to
upgrade immediately! (130295)

- Fix salvaging of volumes with large numeric IDs.

- Further correct tracking of alternate and changed addresses in
  the fileserver.

- Do not perform Rx keepalives during disk IO to allow timeouts
  to occur in event IO cannot complete.

- Properly associate link tables recreated during salvage with the volume
  group ID.

- Demand attach: better error handling during volume attachment.

- Confirm vnode lengths are as expected during fileserver operations.

- Demand attach: better handling of volumes being passed for salvage
  and being returned from salvage.

- Conditions which cause a restored volume to immediately need salvage
  are now properly tracked.

- Bosserver properly honors rxbind mode.

- Ensure salvager returns volumes to fileserver even when
  no applicable vnodes are found.

- DAFS: perform additional verification of data restored about
  clients and callbacks.

All UNIX platforms:

- Correct handling of server NAT pings to avoid unnecessary growth of
  NAT ping traffic.

- Fix hard mount retry behavior to retry all servers.

- Several lock order inversions which could deadlock fixed.

- Handle issues updating mtab.

- Fix fs setserverprefs to work again for DB servers.

FreeBSD:

- Track kernel API changes for 9.0

Linux:

- Support for kernel versions through 3.4.

- Avoid potential panic due to an error being returned as a positive
  number when doing inode operations.

- Fix vcache lock ordering during readdir.

- Updated RPM packaging.

- Updated dkms support.

- Updated systemd support.

MacOS:

- Fix panic at shutdown due to not stopping network listener.

- Updated Kerberos support for additional issues in Lion.

NetBSD:

- Updated support for 5.0 userspace binaries.

- Add support for 6.0.

Solaris:

- Avoid panic on shutdown when mount failed.

- Disable SSE instructions when compiling to avoid panics on non-SSE hosts.

Windows:

- Properly handle VNOSERVICE, which indicates a fileserver has
  done an idle timeout of a call.

- Improved tracking of volume groups.

- Do not recycle buffers in the current file if they are in the active chunk
  and up to date.

- Support Windows 7 Advanced Firewall.

- Default to maximum 2 CPUs unless registry overrides.

- Failover and retry for VBUSY.

- Properly fetch unix mode when requested.



            OpenAFS Release Notes - Version 1.6.0
     _________________________________________________________________
All UNIX systems: Security bugfixes.
All systems: Major bugfixes.
     _________________________________________________________________

All platforms:

- Rx NAT pings are not enabled until peer has answered.

- Numerous fixes to command argument parsing.

All server platforms:

- Avoid crashing on host table exhaustion. Instead, defer clients.

All UNIX platforms:

- Rx connection reference counting is enabled.

- An Rx connection reference count leak is fixed in bulkstat.

- Handle unparsable directory objects.

- Handle Kerberos cred cache errors in aklog.

Linux:

- Init script properly returns status as exit code.

- RPM packaging fixes (executable libraries, no postinstall message)

- Kill i386 from RPM packaging.

MacOS:

- Fix 32 bit Lion client support.

- Avoid panic when doing FSEvent synthesis.

- Fix bug when using non-dynroot.

- Update Kerberos support in PreferencesPane.

Solaris:

- Avoid panic on shutdown when mount failed.

Windows:

- Add shutdown message to event log.

- Check offline volume status by policy rather than on each daemon thread
  run.

- Return error on directory object not found instead of crashing.

- Improve error message output.

- afslogin.dll can start afsd_service if it's not starting or started.

- Optimize away release lock RPCs for deleted files.

- Background Daemon will not perform operations on deleted files.

- Resort recently used directories to the top of the LRU if the directory
  is larger than the stat cache.

- Resort deleted objects to the bottom of the LRU.

- Use interlocked operations for state and queue fields to allow safe
  bit set and clear on multiprocessor systems.

CHANGES IN 1.6.0PRE7

All platforms:

- Substantial Rx updates to correct erroneous behavior.

- Salvager tries harder to detect linktable issues.

- Additional documentation.

- xstat tools now cope with differing timeval structures between endpoints.

All UNIX platforms:

- New build targets to make distribution tarfiles (make dist) and
  srpms (srpm).

Demand Attach Fileserver platforms:

- Don't attach volumes with special status set.

FreeBSD:

- Avoid panic at shutdown due to vcache flushing.

- Support virtual network stacks.

Linux:

- Treat Linux 3.0 as Linux 2.6 for sysname purposes.

- Attempt to properly handle SELinux in packaging.

MacOS:

- MacOS 10.7 support.

Solaris:

- Try harder to avoid deadlocks on file-larger-than-cache operations.

Windows:

- Add support for NTFS symlinks.

- Handle file search requests for virtual syscall ioctl file.

- Process SyncOps properly to enforce ordered operations.

- Avoid recursing during NewServer operations.

- Correct lock acquisition order during SMB locking.

CHANGES IN 1.6.0PRE6

All UNIX platforms:

- Fall back to afs3-vlserver SRV record values when afs3-ptserver SRV
  record is not available.

- Avoid holding unneeded locks when probing server capabilties.

- Do not attempt page flushes for directories.

Demand Attach Fileserver platforms:

- Unlink fileserver state file on standalone salvage.

FreeBSD:

- Support for virtual network stacks.

Linux:

- Further corrections to Redhat packaging.

- Avoid showing files larger than one cache chunk size as full of NULLs.
  (129880) This bug was in unissued pre5 only, not in pre4.

- Fix lockup in 2.6.38 due to erroneous kernel feature configure test.

MacOS:

- Rework logic for bulk status operations to avoid a potential hang.

Solaris:

- Don't leave dangling function references if kernel extension fails to load.

Windows:

- aklog supports dotted Kerberos v5 principal names.

- afskfw library always attempts afs/cell@USER-REALM

- afskfw library must test return code from
  krb5_cc_start_seq_get() or will trigger a null
  pointer exception when using Heimdal.

- lock protected fields must be 32-bit in order
  to avoid memory overwrite races.

CHANGES IN 1.6.0PRE5

All server platforms:

- Avoid leaking references to hosts during callback break multi-Rx
  operations. (129376)

All UNIX platforms:

- Avoid a potential deadlock (which times out) when we need to allocate more
  callback returns and must flush some already in use.

- Deal with libcom_err conflicts with other packages using it (e.g. krb5)
  (128640)

AIX:

- Fix PAG usage to track by PAG identifier, not group list.

Irix:

- Properly create new vnodes to avoid crashing in the client.

Linux:

- Support 2.6.39.

- Avoid attempting to free stat cache entries when we are below user-specified
  number of entries in use.

- Properly track user-specified number of stat cache entries to use as a
  desired usage target.

- Don't read pages beyond EOF in the cache. (128452)

MacOS:

- Properly shut down AFS, closing the Rx socket in the upcall handler to
  avoid attempting to process data after we can no longer do so.

NetBSD:

- Updates for platform support.

Windows:

- Fix caching of non-existent volumes.  The test to
  trigger an immediate CM_ERROR_NOSUCHVOLUME in
  cm_UpdateVolumeLocation() was backwards.

- Prevent the background daemon from checking the
  status of non-existent volumes.  cm_CheckOfflineVolumes()
  should skip volume groups with the CM_VOLUMEFLAG_NOEXIST
  flag set.

- The afskfw library should return an error immediately
  if the krb5_32.dll library cannot be loaded.  Affects
  afslogon.dll and afscreds.exe.

- No longer depend on leashw32.dll in afskfw library.

- NPLogonNotify must provide the user password in all
  calls to KFW_AFS_get_cred().  It cannot count on a
  credential cache being preserved between calls.  Permits
  tokens to be acquired for all cells listed in the
  TheseCells registry value for a domain.

- Improve the trace logging from NPLogonNotify().

- Avoid a race when writing the cm_scache_t mountPointString
  when acquiring mount point or symlink target data via
  cm_GetData().  The race could result in bogus target
  data being cached.

- Permit the use of des-cbc-md5 and des-cbc-md4 enctypes
  as DES keys in asetkey.exe.

CHANGES IN 1.6.0PRE4

All server platforms:

- A file descriptor leak which could result in corrupted files
  in the fileserver was fixed. An IMMEDIATE upgrade from previous
  1.6 release candidates as well as 1.5 release fileserver is
  SUGGESTED!

- Properly support large volume numbers (larger than 2147483647).

All platforms:

- Documentation updates.

Demand Attach Fileserver platforms:

- Allow salvager to be run manually again when DAFS is being used. (129458)

FreeBSD:

- New RC script, updated packaging.

Linux:

- Improve RPM building tools.

- setpag() errors are now properly reported.

MacOS:

- Preferences Pane behavior fixed for 1.6 series (version detection
  is used to select default behavior).

- A potential kernel panic during bulkstat operations is fixed. (128511)

- 64-bit MacOS kernel performance is greatly improved. (128934)

Solaris:

- Properly report errors for AFS system call callers.

Windows:

- Properly create new cell mount points in freelance mode.

- Avoid recursive offline volume checks.

CHANGES IN 1.6.0PRE3

All platforms:

- Revert UUID support in vos.

- pt_util fixed to properly create new databases.

- Rx busy call channel error handling improved.

- MTU discovery now properly shut down on call reset.

- FUSE client support fixed for non-/afs mounts.

All server platforms:

- A deleted volume can now be recreated properly.

- Callbacks are again not broken during whole partition salvages.

- Positional vectored IO fixed for largefile (>2GB) capable systems.

- Fileserver per-client thread usage again properly enforced.

- Anonymous dropbox support improved and drawbacks documented.

Demand Attach Fileserver platforms:

- Ensure vnodes are not reallocated while in use due to volume
  bitmap errors.

Linux:

- Perform vcache eviction via a fast path before visiting vcaches
  where sleep is needed.

MacOS:

- aklog AuthorizationPlugin now provided.

Solaris:

- Corrected Solaris 11 startup script.

- vcache mappings freed on shutdown to avoid panic.

Windows:

- icon tray state now conditionally set (128591)

CHANGES IN 1.6.0PRE2

All platforms:

- Documentation updates.

- Don't stop Rx keepalives after an ackall is received, avoiding
  spurious connection timeouts. (128848)

- Don't retry Rx calls on channels returning busy errors. (128671)

- vos will not die with a double free error at command completion.

- Properly enable Rx connection hard timeouts.

- Initialize rx_multi lock before use.

- Avoid spurious crashes when initializing in "backup" client.

All unix platforms:

- Check for /afs existance before starting, unless -nomount is specified.

- Avoid a potential panic when using /afs/.:mount syntax.

- Avoid a panic in memcache mode due to missing CellItems file.

All server platforms:

- Attempt to recovery more quickly from timed out volume release
  transactions.

- Auditing now properly byte order swaps IP addresses when printing.

- vos split now has improved error handling.

- Many changes to again support Windows fileservers.

- During volume removal, data removal speed improved.

- Improve CPU utilization during volume attaching by DAFS.

- In salvager check-only mode, avoid potentially fixing a vnode.

- Fix support for large (greater than 2gb) volume special files.

- Salvager will not crash if multiple or bad volume link tables
  are encountered.

- Avoid erroneous full dump by remembering which sites were out of date
  at the start of the release.

FreeBSD:

- Remove support for "Giant" lock as we no longer need to use it.

- Don't sleep with AFS GLOCK.

- Properly enable 64 bit long long support.

- Restore support for FreeBSD 7 (128612)

- Fix locking issues at shutdown.

Linux:

- support through kernel 2.6.38.

- RedHat packaging now properly supports RHEL6.

- Use rx_Readv in cache bypass to improve performance.

- Properly handle 0-length replies during cache bypass operations.

- Properly handle non-contiguous readpage cache bypass operations.

- Do proper locking when transitioning to or from cache bypass.

- Avoid extra runs of vcache freeing routine. (128756)

MacOS:

- Check for unloaded kernel extensions when decoding AFS panics.

- Properly handle setpag errors. PAGs are not supported.

- Disable "get tokens at login" in prefs pane if AD authentication
  plugin is configured.

OpenBSD:

- support through OpenBSD 4.8.

Solaris:

- Fix support for Solaris pre-10.

Windows:

- afs_config will not longer set the Tray Icon State
  in the registry if the checkbox is not present in
  the dialog. (128591)

- AFS Explorer Shell Extension now works from folder
  backgrounds.  Overlays for mount points and symlinks
  are present in the dll, but are not registered at present
  by the installers.

- Do not use RankServerInterval registry value as the value for
  PerformanceTuningInterval.

- When the data version of a mountpoint or symlink changes,
  the target string in the cm_scache_t object must be cleared.

- "fs checkservers" now includes vldb servers in the output
  and only lists multi-homed servers once.  A multi-homed
  server that has at least one up interface is no longer
  considered to be down.

- When asynchronously storing dirty data buffers to the
  file server ensure that (a) the cm_scache_t object and
  the cm_buf_t object are for the same File ID so that
  locking and signalling work properly; and (b) if the
  FID no longer exists on the file server, do not panic,
  just discard the buffer.

- When processing VNOVOL, VMOVED and VOFFLINE errors perform
  server comparisons by UUID or address and not simply by
  cm_server_t pointer.  Otherwise, server failover may not
  succeed.

- Do not preserve status information for cm_scache_t objects
  when the issuing server is multi-homed.

- Giving up all callbacks when shutting down or suspending
  the machine is now significantly faster due to the use
  of an rx_multi implementation.  (This functionality is
  still off by default and must be activated by a registry
  value.)

- Race conditions were possible when updating the state
  of the cm_volume_t flags and when moving the volumes
  within the least recently used list.

- Ensure that the lanahelper library does not perform a
  NCBRESET of each lan adapter when enumerating the
  current network bindings.  Correcting this permits OpenAFS
  to work on Windows 7 when the network adapter settings
  change.

- Fix creation of mount points and symlinks as \\AFS\xxxx

PREVIOUS CHANGES:

All platforms:

- vos now properly deals with matching sites when servers are multihomed.

All Unix platforms:

- Servers now marked down when GetCapabilities returns error.

- In-use vcache count is now properly tracked.

All server platforms:

- Fix ptserver supergroups support on 64 bit platforms.

- Demand attach salvaging doesn't use freed volume pointers.

- Properly hold host lock during host enumeration in fileserver.

FreeBSD:

- Fix socket termination on shutdown.

- Support for 7.2, 7.3, 7.4 and 8.2 included.

- References to vcaches are no longer leaked during root or reclaim.

Linux:

- Define llseek handler to avoid ESPIPE error in 2.6.37.

- Mount interface replaces get_sb (new for 2.6.37, not yet required).

- RedHat init script allows deferring for a new binary restart.

- DEFINE_MUTEX replaces DECLARE_MUTEX for 2.6.37.

MacOS:

- Correct return value from setpag syscall.

OpenBSD:

- Bug fixes for issues introduced previously in 1.5 series.

Solaris:

- Switch to ioctl() syscall replacement for Solaris 11 since syscall 65
  is not safe.
2012-12-01 15:22:32 +00:00
jakllsch
6b1068ef24 Add (formally allocated) SYS_NAME_ID numbers and config glue to allow
building on NetBSD/x86 5.99.x and 6.x.
2012-11-22 22:22:45 +00:00
manu
29e25868d8 Bump to glusterfs-3.3.1, which brings
- unified file and object storage
- storage for Hadoop (not tested here)
- proactive self-healing
- much better performance
2012-10-19 04:15:21 +00:00
adam
ed93f0ca47 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
cheusov
fb1ffebcad Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
cheusov
2144a22c15 CONFLICTS between python modules 2012-10-03 23:40:35 +00:00
wiz
3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
2eea1f0364 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 16:08:30 +00:00
tron
78f9c75877 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
8ace00dcd8 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
e7608643ab Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
jakllsch
6a2c0f7051 Move net/openafs to filesystems/openafs-devel.
Re-add net/openafs as of 2012-05-01 as filesystems/openafs.
2012-08-30 17:37:54 +00:00
marino
fd568d96c1 filesystems/fuse-encfs: Piggyback on NetBSD switches
This package is still broken on DragonFly after this fix.
error: multiple failures on RawFileIO.cpp (might be gcc 4.4 related)
2012-08-17 15:15:27 +00:00
marino
51317904f0 filesystems/fuse-djmount: Piggyback on NetBSD switches
This package is still broken on DragonFly after this fix.
error:
  vfs.o: In function `vfs_file_begin':
  vfs.c:(.text+0x244): undefined reference to `DTTOIF'
2012-08-17 15:13:40 +00:00
marino
101e34aed4 filesystem/fuse-lzofs: mask O_LARGEFILE like NetBSD
Just piggyback on __NetBSD__ switches to fix DragonFly.
2012-08-17 15:11:57 +00:00
marino
e7deceaa31 filesystems/fuse-cryptofs: Defined DragonFly as BSD
Another configure that assumings all BSD platform names end in "BSD"...
2012-08-17 14:24:21 +00:00
marino
c8d695e3a9 filesystems/fuse-mp3fs: Fix build for DragonFly
DragonFly needs same macro switches as NetBSD, adjust existing patch
accordingly.
2012-08-17 14:10:31 +00:00
marino
2b683ca6bc filesystems/fuse-ntfs-3g: Add DragonFly to configure script
DragonFly can be configured under the NetBSD option so piggyback there.
2012-08-17 13:39:06 +00:00
marino
87c6d07fc4 filesystems/fuse-chironfs: LDFLAGS.DragonFly+= -lpthread
The package can't find pthread_create without this LDFLAG.  I tried used
the mk-pthread buildlink and it didn't fix it.  I am not sure why only
DragonFly sees the problem, so leaving it as a platform-specific fix for
now is probably wise.
2012-08-17 13:02:49 +00:00
marino
5421c8c2f6 filesystems/fuse-loggedfs: Let makefile use pkgsrc LDFLAGS
LDFLAGS.DragonFly is passed by fuse buildlink3 and this patch modification
is required to use it.
2012-08-17 12:58:59 +00:00
marino
fc87abc093 filesystems/fuse-gstfs: Let makefile use pkgsrc LDFLAGS
LDFLAGS.DragonFly is passed by fuse buildlink3 and this patch modification
is required to use it.
2012-08-17 12:56:49 +00:00
marino
c9036ba791 filesystems/fuse-svnfs: LDFLAGS.DragonFly+= -lsvn_subr-1 2012-08-17 12:53:19 +00:00
gdt
48a24c7c50 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`_)
2012-07-07 00:34:18 +00:00
manu
978ee9a5dd Update glusterfs to 3.2.7, a maintenance release 2012-06-16 01:47:33 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gdt
257c69653b Depend on foolscap >= 0.6.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-25 11:25:56 +00:00
wiz
37d5deee78 Fix build with automake-1.2.
While here, add missing INSTALLATION_DIRS line (or perhaps it's a
Makefile dependency issue, but this fixes it).
2012-05-10 10:49:49 +00:00
obache
99dc9c311a Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
obache
529350d4b8 * fixes build with libupnp>=1.6.7
* bump PKGREVISION from libupnp shlib bump
2012-04-13 23:55:37 +00:00
wiz
4773e0d7e2 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
4faa202860 Remove python24 and all traces of it from pkgsrc.
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-04-08 19:08:44 +00:00
dholland
feab06d913 Fix manu's update by updating the package version instead of just the
distinfo and patches.
2012-03-31 18:14:23 +00:00
wiz
9012c502b2 Fix build with clang-3.1. 2012-03-29 11:40:19 +00:00
manu
f8a6dad9a7 Update glusterfs to 3.2.6, which is a maintenance releases fixing various bugs 2012-03-28 14:24:59 +00:00
obache
34a560cbb0 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
abs
33b37a01f8 fix missing DIST_SUBDIR in EXTRACT_CMD - picked up by joerg 2012-03-12 17:05:03 +00:00
markd
a6fe29ec80 Fix error 'CLONE_NEWNS' undeclared on recent linux. From git. 2012-03-10 20:59:52 +00:00
wiz
b46885d560 Mark as PYTHON_VERSIONS_INCOMPATIBLE=24 because of
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-10 19:48:06 +00:00
abs
cd06659a6d +cloudfuse 2012-03-09 22:46:53 +00:00
abs
bf89029eca Added filesystems/cloudfuse version 20120124
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-09 22:46:25 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
65471d840c Add builtin.mk to support a native fuse where it exists. 2012-02-28 15:03:39 +00:00
wiz
3e5aee20cf Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
manu
8936db0bdf Update perfuse to 20120206, with a more graceful unmounting when
the FUSE filesystem crashes
2012-02-06 05:46:25 +00:00
gdt
9eaa7115f7 Use version in PKGNAME. 2012-02-01 14:47:45 +00:00
gdt
c5e0463907 +py-filesystem 2012-02-01 14:37:19 +00:00
gdt
5843594487 Import py26-filesystem as filesystems/py-filesystem.
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-02-01 14:36:42 +00:00
gdt
4b192070e9 Update to 1.9.1 (security fix):
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-13 01:14:56 +00:00
manu
678100efad Update perfused to 20111217 2012-01-09 05:31:26 +00:00