summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Pierre Cazenave <pwcazenave at gmail {dot} com>2012-08-02 07:54:17 -0300
committer Robby Workman <rworkman@slackbuilds.org>2012-08-14 22:30:34 -0500
commit6564409126bbceed1796604bf2aa95bd1a280c60 (patch)
tree7c19390a8b6938634d2ce052bcfd4a54c0ab66c7
parentf0d5ed081158ae46a1336a4c2fd8fde93a19a42a (diff)
downloadslackbuilds-6564409126bbceed1796604bf2aa95bd1a280c60.tar.gz
slackbuilds-6564409126bbceed1796604bf2aa95bd1a280c60.tar.xz
system/truecrypt: Updated for version 7.1a.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--system/truecrypt/README2
-rw-r--r--system/truecrypt/truecrypt.SlackBuild7
-rw-r--r--system/truecrypt/truecrypt.info6
3 files changed, 6 insertions, 9 deletions
diff --git a/system/truecrypt/README b/system/truecrypt/README
index a9fa2b246e..6a462784b4 100644
--- a/system/truecrypt/README
+++ b/system/truecrypt/README
@@ -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
diff --git a/system/truecrypt/truecrypt.SlackBuild b/system/truecrypt/truecrypt.SlackBuild
index eadfdc8792..08d523062e 100644
--- a/system/truecrypt/truecrypt.SlackBuild
+++ b/system/truecrypt/truecrypt.SlackBuild
@@ -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 .
diff --git a/system/truecrypt/truecrypt.info b/system/truecrypt/truecrypt.info
index 5119ce539a..a64ebb496e 100644
--- a/system/truecrypt/truecrypt.info
+++ b/system/truecrypt/truecrypt.info
@@ -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"