system/truecrypt: Updated for version 7.1a.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Pierre Cazenave 2012-08-02 07:54:17 -03:00 committed by Robby Workman
parent f0d5ed0811
commit 6564409126
3 changed files with 6 additions and 9 deletions

View file

@ -1,5 +1,5 @@
TrueCrypt is free open-source disk encryption software for
Windows Vista/XP, Mac OS X, and Linux.
Windows 7/Vista/XP, Mac OS X, and Linux.
Since version 6.1a of TrueCrypt, a number of header files from RSA
Laboratories are required during the compilation. I've separated the

View file

@ -6,7 +6,7 @@
# http://connie.slackware.com/~alien/slackbuilds/truecrypt/build/
# http://repository.slacky.eu/slackware-12.2/security/6.3a/src
#
# Copyright 2009-2011 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# Copyright 2009-2012 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,7 +28,7 @@
PRGNAM=truecrypt
SRCNAM=TrueCrypt
VERSION=${VERSION:-7.1}
VERSION=${VERSION:-7.1a}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -67,9 +67,6 @@ rm -rf $PRGNAM-$VERSION-source
tar xvf $CWD/"${SRCNAM} ${VERSION} Source.tar.gz"
cd ${PRGNAM}-${VERSION}-source
# Fix dismount failure on Slackware using neongen's patch from slacky.eu
#patch -p1 < $CWD/truecrypt_dismount_failure.diff
chown -R root:root .
chmod -R u+w,go+r-w,a-s .

View file

@ -1,10 +1,10 @@
PRGNAM="truecrypt"
VERSION="7.1"
VERSION="7.1a"
HOMEPAGE="http://www.truecrypt.org"
DOWNLOAD="http://www.truecrypt.org/downloads2"
MD5SUM="a8268630a870faff07af940f63fb29eb"
MD5SUM="102d9652681db11c813610882332ae48"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"
EMAIL="pwcazenave <at> gmail {dot} com"
APPROVED="Erik Hanson"
APPROVED="Erik Hanson,Niels Horn"