diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-01-11 11:31:47 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-11 11:31:47 -0600 |
commit | 015b3e36faabd3096a35fca7baef67714c069f32 (patch) | |
tree | c3ed79863c53b5014272e1b1a504b849b27decb2 /system/encfs | |
parent | 7b1b634264bc298f338d101b43de6e87ce95228a (diff) | |
download | slackbuilds-015b3e36faabd3096a35fca7baef67714c069f32.tar.gz |
system/encfs: Updated for version 1.7.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/encfs')
-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" |