[Lunar-commits] encfs: version bumped to 1.4.1.

Florin Braescu florin at lunar-linux.org
Sun Jan 13 17:05:41 CET 2008


commit f25d44e7901846c137435c7037bd4d8a41dd12ca
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 13 18:05:41 2008 +0200

    encfs: version bumped to 1.4.1.
    
    Features / improvements:
    -add new options to man page.
    -add on-demand mount option. Combined with external password
     prompting, this allows user to be prompted for a password when
     filesystem is accessed.
    -reverse-encryption support, which produces an encrypted filesystem
     on-demand - useful in combination with rsync for creating a
     remote encrypted backup.
    -pass through -o options to FUSE, for mounting through fstab.
    -add -h option to encfssh.
    -run external password program via shell to allow passing arguments.
    
    Bug fixes:
    -return unencrypted link size on fstat of a symbolic link,
     otherwise git fails when working with symbolic links.
    -chop off trailing newline from passwords passed via --stdinpass
     option.
    -fix failure to undo a failed directory rename.
    -don't close stderr when running in foreground.
    
    Other Changes:
    -Update to libfuse 2.6 API, adding lock support through ulockmgr.
    -Replaced internal reference counting implementation with Boost
     C++ Library eliminating some complex (and potentially buggy)
     locking code.
---
 filesys/encfs/DEPENDS |    4 ++--
 filesys/encfs/DETAILS |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/filesys/encfs/DEPENDS b/filesys/encfs/DEPENDS
index c4d66e0..379137a 100644
--- a/filesys/encfs/DEPENDS
+++ b/filesys/encfs/DEPENDS
@@ -1,4 +1,4 @@
-depends fuse  &&
-depends rlog  &&
+depends fuse
+depends rlog
 
 optional_depends "openssl" "" "" "For SSL encryption options"
diff --git a/filesys/encfs/DETAILS b/filesys/encfs/DETAILS
index 0c6020c..e6b83c6 100644
--- a/filesys/encfs/DETAILS
+++ b/filesys/encfs/DETAILS
@@ -1,11 +1,11 @@
           MODULE=encfs
-         VERSION=1.3.2
-          SOURCE=$MODULE-$VERSION-1.tgz
-      SOURCE_URL=http://arg0.net/users/vgough/download/
-      SOURCE_VFY=sha1:6b200c9f7e0118e974384a5daa6c9b3301df076e
-        WEB_SITE=http://arg0.net/users/vgough/encfs.html
+         VERSION=1.4.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://encfs.googlecode.com/files
+      SOURCE_VFY=sha1:d44cabf3b33dd847c237c2f8d7da1141aaebc697
+        WEB_SITE=http://arg0.net/encfs
          ENTERED=20040422
-         UPDATED=20070215
+         UPDATED=20080113
            SHORT="Encrypted file system"
 
 cat << EOF


More information about the Lunar-commits mailing list