system/encfs: Updated for version 1.7.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-01-11 11:31:47 -06:00 committed by Robby Workman
parent 7b1b634264
commit 015b3e36fa
3 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
EncFS is a program which provides an encrypted virtual filesystem for Linux EncFS is a program which provides an encrypted virtual filesystem for
using the FUSE kernel module. FUSE provides a loadable kernel module Linux using the FUSE kernel module. FUSE provides a loadable kernel
which exports a filesystem interface to user-mode. EncFS runs entirely in module which exports a filesystem interface to user-mode. EncFS runs
user-mode and acts as a transparent encrypted filesystem. entirely in user-mode and acts as a transparent encrypted filesystem.
This requires rlog. This requires rlog.

View file

@ -2,7 +2,7 @@
# Slackware build script for encfs # Slackware build script for encfs
# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, The Netherlands # Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=encfs PRGNAM=encfs
VERSION=1.7.2 VERSION=1.7.4
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="encfs" PRGNAM="encfs"
VERSION="1.7.2" VERSION="1.7.4"
HOMEPAGE="http://www.arg0.net/encfs" HOMEPAGE="http://www.arg0.net/encfs"
DOWNLOAD="http://encfs.googlecode.com/files/encfs-1.7.2.tgz" DOWNLOAD="http://encfs.googlecode.com/files/encfs-1.7.4.tgz"
MD5SUM="3a3fef640c7c9f020104304392cd1836" MD5SUM="ac90cc10b2e9fc7e72765de88321d617"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger" MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at" EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero" APPROVED="rworkman"