Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (c2308a6b7452117ee2100a892e2faab0e453d0bb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (c2308a6b7452117ee2100a892e2faab0e453d0bb)
  • Date: Fri, 1 Apr 2011 07:01:05 -0500

GIT changes to master z-rejected grimoire by Julien ROZO <julien AT rozo.org>:

z-crypto/truecrypt/BUILD | 2 +-
z-crypto/truecrypt/DEPENDS | 2 +-
z-crypto/truecrypt/DETAILS | 8 ++++----
z-crypto/truecrypt/HISTORY | 5 +++++
4 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit c2308a6b7452117ee2100a892e2faab0e453d0bb
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

truecrypt: updated version to 7.0a, and WXVERSION to 2.8.12
replace opensc with pkcs11-helper to fix compilation issue (pkcs11.h not
found)

diff --git a/z-crypto/truecrypt/BUILD b/z-crypto/truecrypt/BUILD
index 7dfb104..ab58c9e 100755
--- a/z-crypto/truecrypt/BUILD
+++ b/z-crypto/truecrypt/BUILD
@@ -1,2 +1,2 @@
make WX_ROOT=$SOURCE_DIRECTORY/wxGTK-$WXVERSION wxbuild &&
-PKCS11_INC="/usr/include/opensc/" make
+PKCS11_INC="/usr/include/pkcs11-helper-1.0/" make
diff --git a/z-crypto/truecrypt/DEPENDS b/z-crypto/truecrypt/DEPENDS
index 84d45de..a09faa2 100755
--- a/z-crypto/truecrypt/DEPENDS
+++ b/z-crypto/truecrypt/DEPENDS
@@ -1,6 +1,6 @@
depends lvm &&
depends fuse &&
-depends opensc &&
+depends pkcs11-helper &&
depends gtk+2 &&

suggest_depends sudo "" "" "to create volume as a simple user"
diff --git a/z-crypto/truecrypt/DETAILS b/z-crypto/truecrypt/DETAILS
index dfeb8d3..9e7c099 100755
--- a/z-crypto/truecrypt/DETAILS
+++ b/z-crypto/truecrypt/DETAILS
@@ -1,13 +1,13 @@
SPELL=truecrypt
- VERSION=7.0
+ VERSION=7.0a
SOURCE_ORIG="TrueCrypt $VERSION Source.tar.gz"
SOURCE="TrueCrypt-$VERSION-Source.tar.gz"
-
SOURCE_HASH=sha512:3d72bcf6e5bba17c322309d2209774ec39800fc7419e110db0f6d17fc8666bc7edc043d9fa4c8471c842faea79d851f2620ada0aec6e6651957aa67e507aa84b
+
SOURCE_HASH=sha512:24745f9a897f03fbe84b2177c79a5f60156b55355c85be5ddf9a43c14b8e5127d49e4900ce89fd67704577646061078124ad30f9c29f608bf9c3ae3518b61e07

- WXVERSION=2.8.11
+ WXVERSION=2.8.12
SOURCE2=wxGTK-$WXVERSION.tar.bz2
SOURCE2_URL=$SOURCEFORGE_URL/wxwindows/$SOURCE2
-
SOURCE2_HASH=sha512:25439876fd3641cd469055681f9ec36ca8fe5bf93b15d98513ff82797945aa8b1ac557345475ceee80ec7d053f926c23592d2cc729af2bf4ff99e3bacc5519e8
+
SOURCE2_HASH=sha512:7a28bc9571813c58ff4f67b46d9aa6abf9cdda201da7659f4bbb8ac365fb0653e5abe392222f756a0cf20cb11f5746783bf887b1f3b68b95a7ea388ad8f7c14e
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-source
WEB_SITE=http://www.truecrypt.org
SOURCE_URL[0]=
diff --git a/z-crypto/truecrypt/HISTORY b/z-crypto/truecrypt/HISTORY
index de3d378..11fa001 100644
--- a/z-crypto/truecrypt/HISTORY
+++ b/z-crypto/truecrypt/HISTORY
@@ -1,3 +1,8 @@
+2011-04-01 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 7.0a, WXVERSION=2.8.12
+ * BUILD, DEPENDS: replaced opensc with pkcs11-helper, as the former
no longer
+ provides needed headers
+
2010-08-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 7.0, WXVERSION=2.8.11




  • [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (c2308a6b7452117ee2100a892e2faab0e453d0bb), Julien ROZO, 04/01/2011

Archive powered by MHonArc 2.6.24.

Top of Page