[SM-Commit] GIT changes to master z-rejected grimoire by Ladislav Hagara (f0e0c90e9c58baf7274662cc376276c631b155e9)

Ladislav Hagara scm at sourcemage.org
Mon Nov 16 20:49:42 EST 2009


GIT changes to master z-rejected grimoire by Ladislav Hagara <hgr at vabo.cz>:

 z-crypto/truecrypt/BUILD     |    4 ++--
 z-crypto/truecrypt/DEPENDS   |    3 ++-
 z-crypto/truecrypt/DETAILS   |    9 +++++----
 z-crypto/truecrypt/HISTORY   |    5 +++++
 z-crypto/truecrypt/PRE_BUILD |    5 +++--
 5 files changed, 17 insertions(+), 9 deletions(-)

New commits:
commit f0e0c90e9c58baf7274662cc376276c631b155e9
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    truecrypt 6.3

diff --git a/z-crypto/truecrypt/BUILD b/z-crypto/truecrypt/BUILD
index 29395a8..7dfb104 100755
--- a/z-crypto/truecrypt/BUILD
+++ b/z-crypto/truecrypt/BUILD
@@ -1,2 +1,2 @@
-make WX_ROOT=$SOURCE_DIRECTORY/wxGTK-2.8.8 wxbuild  &&
-make
+make WX_ROOT=$SOURCE_DIRECTORY/wxGTK-$WXVERSION wxbuild &&
+PKCS11_INC="/usr/include/opensc/" make
diff --git a/z-crypto/truecrypt/DEPENDS b/z-crypto/truecrypt/DEPENDS
index e2bbffd..c49697d 100755
--- a/z-crypto/truecrypt/DEPENDS
+++ b/z-crypto/truecrypt/DEPENDS
@@ -1,2 +1,3 @@
 depends lvm &&
-depends fuse
+depends fuse &&
+depends opensc
diff --git a/z-crypto/truecrypt/DETAILS b/z-crypto/truecrypt/DETAILS
index 2c3d417..0dd4ee8 100755
--- a/z-crypto/truecrypt/DETAILS
+++ b/z-crypto/truecrypt/DETAILS
@@ -1,12 +1,13 @@
            SPELL=truecrypt
-         VERSION=6.0a
+         VERSION=6.3
      SOURCE_ORIG="TrueCrypt $VERSION Source.tar.gz"
           SOURCE="TrueCrypt-$VERSION-Source.tar.gz"
-     SOURCE_HASH=sha512:5c78e4e573646294ea18d8e67762e1fd80d2c15a9942d8f52e66183dd54184bae15481b44a5e4222dfcbeaa1628d5f83da6641ca385874ce4be5eb572d94224e
+     SOURCE_HASH=sha512:353d1ef2dbdaef16acd93f40e4269297e42ca466d8646bfcdd892e6c60a86f086e81598fafd5406e42c3e68a0aa17c69620a7d7a412f2f5fd77d54bc9a02355f
 
-         SOURCE2=wxGTK-2.8.8.tar.gz
+       WXVERSION=2.8.10
+         SOURCE2=wxGTK-$WXVERSION.tar.bz2
      SOURCE2_URL=$SOURCEFORGE_URL/wxwindows/$SOURCE2
-    SOURCE2_HASH=sha512:de9c03156e29425f51c83fbca71bb83d107a1f11aa094df7c559b894c95de0991a7a2f624071d1533c54cc1d1ff62a04d38017616b712c1273c622221c61cd8e
+    SOURCE2_HASH=sha512:3a007846beff1ccc736d267d66793967350d1eaccc1d4707d7a9133cd5215d53158247a5f1882479a30e156ebcd86affe74633da392b295ad890f3819ca6bea5
 
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-source
         WEB_SITE=http://www.truecrypt.org
diff --git a/z-crypto/truecrypt/HISTORY b/z-crypto/truecrypt/HISTORY
index 5d95e1c..247505c 100644
--- a/z-crypto/truecrypt/HISTORY
+++ b/z-crypto/truecrypt/HISTORY
@@ -1,3 +1,8 @@
+2009-11-17 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: 6.3, WXVERSION=2.8.10
+	* DEPENDS: added opensc
+	* PRE_BUILD: added sed -i
+
 2009-02-26 Ladislav Hagara <hgr at vabo.cz>
 	* DEPENDS: device-mapper is provided by lvm now
 
diff --git a/z-crypto/truecrypt/PRE_BUILD b/z-crypto/truecrypt/PRE_BUILD
index 94ad8ba..ed2d30e 100755
--- a/z-crypto/truecrypt/PRE_BUILD
+++ b/z-crypto/truecrypt/PRE_BUILD
@@ -1,4 +1,5 @@
-default_pre_build  &&
-cd $SOURCE_DIRECTORY  &&
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
 
+sed -i "660,661d" Common/SecurityToken.cpp &&
 unpack_file 2



More information about the SM-Commit mailing list