diff options
-rw-r--r-- | system/encfs/README | 8 | ||||
-rw-r--r-- | system/encfs/encfs.SlackBuild | 4 | ||||
-rw-r--r-- | system/encfs/encfs.info | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/system/encfs/README b/system/encfs/README index 2ed7f46382..b4bb0fbd43 100644 --- a/system/encfs/README +++ b/system/encfs/README @@ -1,7 +1,7 @@ -EncFS is a program which provides an encrypted virtual filesystem for Linux -using the FUSE kernel module. FUSE provides a loadable kernel module -which exports a filesystem interface to user-mode. EncFS runs entirely in -user-mode and acts as a transparent encrypted filesystem. +EncFS is a program which provides an encrypted virtual filesystem for +Linux using the FUSE kernel module. FUSE provides a loadable kernel +module which exports a filesystem interface to user-mode. EncFS runs +entirely in user-mode and acts as a transparent encrypted filesystem. This requires rlog. diff --git a/system/encfs/encfs.SlackBuild b/system/encfs/encfs.SlackBuild index 332cfc8616..c1feef5b83 100644 --- a/system/encfs/encfs.SlackBuild +++ b/system/encfs/encfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for encfs -# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=encfs -VERSION=1.7.2 +VERSION=1.7.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/encfs/encfs.info b/system/encfs/encfs.info index ffaba0423f..166b8274fb 100644 --- a/system/encfs/encfs.info +++ b/system/encfs/encfs.info @@ -1,10 +1,10 @@ PRGNAM="encfs" -VERSION="1.7.2" +VERSION="1.7.4" HOMEPAGE="http://www.arg0.net/encfs" -DOWNLOAD="http://encfs.googlecode.com/files/encfs-1.7.2.tgz" -MD5SUM="3a3fef640c7c9f020104304392cd1836" +DOWNLOAD="http://encfs.googlecode.com/files/encfs-1.7.4.tgz" +MD5SUM="ac90cc10b2e9fc7e72765de88321d617" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="dsomero" +APPROVED="rworkman" |