summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-07-09 23:00:46 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-07-09 23:00:46 +0000
commit42605f19736ebd46dc49c571f9eb9e2d4d869490 (patch)
treeb3995ec105e1c1863959f0683daafa08efac9eeb /app-crypt/truecrypt/files
parentstable x86, bug 231196 (diff)
downloadgentoo-2-42605f19736ebd46dc49c571f9eb9e2d4d869490.tar.gz
gentoo-2-42605f19736ebd46dc49c571f9eb9e2d4d869490.tar.bz2
gentoo-2-42605f19736ebd46dc49c571f9eb9e2d4d869490.zip
remove version 5.1a as it cannot be downloaded and is on fetch restriction - thanks Arfrever. remove gcc patch on 6.0a as it compiles fine on gcc-4.3.1
(Portage version: 2.2_rc1/cvs/Linux 2.6.22-vs2.2.0.7-gentoo x86_64)
Diffstat (limited to 'app-crypt/truecrypt/files')
-rw-r--r--app-crypt/truecrypt/files/truecrypt-5.1a-gcc-4.3.patch33
-rw-r--r--app-crypt/truecrypt/files/truecrypt-6.0a-gcc-4.3.patch33
2 files changed, 0 insertions, 66 deletions
diff --git a/app-crypt/truecrypt/files/truecrypt-5.1a-gcc-4.3.patch b/app-crypt/truecrypt/files/truecrypt-5.1a-gcc-4.3.patch
deleted file mode 100644
index acd92a2eb23e..000000000000
--- a/app-crypt/truecrypt/files/truecrypt-5.1a-gcc-4.3.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -ubr ./truecrypt-5.1a-source/Core/FatFormatter.cpp ./truecrypt-5.1a-source-patch/Core/FatFormatter.cpp
---- ./truecrypt-5.1a-source/Core/FatFormatter.cpp 2008-02-04 18:28:50.000000000 +0100
-+++ ./truecrypt-5.1a-source-patch/Core/FatFormatter.cpp 2008-04-17 18:58:06.000000000 +0200
-@@ -13,6 +13,7 @@
- #include "Common/Tcdefs.h"
- #include "Platform/Platform.h"
- #include "FatFormatter.h"
-+#include <cstring>
-
- namespace TrueCrypt
- {
-diff -ubr ./truecrypt-5.1a-source/Platform/Memory.cpp ./truecrypt-5.1a-source-patch/Platform/Memory.cpp
---- ./truecrypt-5.1a-source/Platform/Memory.cpp 2008-02-04 12:14:46.000000000 +0100
-+++ ./truecrypt-5.1a-source-patch/Platform/Memory.cpp 2008-04-17 18:58:06.000000000 +0200
-@@ -8,6 +8,7 @@
-
- #include "Memory.h"
- #include "Exception.h"
-+#include <cstring>
-
- namespace TrueCrypt
- {
-diff -ubr ./truecrypt-5.1a-source/Volume/EncryptionTest.cpp ./truecrypt-5.1a-source-patch/Volume/EncryptionTest.cpp
---- ./truecrypt-5.1a-source/Volume/EncryptionTest.cpp 2008-02-04 12:14:12.000000000 +0100
-+++ ./truecrypt-5.1a-source-patch/Volume/EncryptionTest.cpp 2008-04-17 18:58:06.000000000 +0200
-@@ -15,6 +15,7 @@
- #include "EncryptionModeXTS.h"
- #include "EncryptionTest.h"
- #include "Pkcs5Kdf.h"
-+#include <cstring>
-
- namespace TrueCrypt
- {
diff --git a/app-crypt/truecrypt/files/truecrypt-6.0a-gcc-4.3.patch b/app-crypt/truecrypt/files/truecrypt-6.0a-gcc-4.3.patch
deleted file mode 100644
index 9855c8eea612..000000000000
--- a/app-crypt/truecrypt/files/truecrypt-6.0a-gcc-4.3.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -urNp truecrypt-6.0-source.dist/Core/FatFormatter.cpp truecrypt-6.0-source/Core/FatFormatter.cpp
---- truecrypt-6.0-source.dist/Core/FatFormatter.cpp 2008-07-05 14:17:17.000000000 +0200
-+++ truecrypt-6.0-source/Core/FatFormatter.cpp 2008-07-05 14:43:32.000000000 +0200
-@@ -14,6 +14,7 @@
- #include "Platform/Platform.h"
- #include "FatFormatter.h"
- #include "RandomNumberGenerator.h"
-+#include <cstring>
-
- namespace TrueCrypt
- {
-diff -urNp truecrypt-6.0-source.dist/Platform/Memory.cpp truecrypt-6.0-source/Platform/Memory.cpp
---- truecrypt-6.0-source.dist/Platform/Memory.cpp 2008-07-05 14:17:17.000000000 +0200
-+++ truecrypt-6.0-source/Platform/Memory.cpp 2008-07-05 14:42:53.000000000 +0200
-@@ -8,6 +8,7 @@
-
- #include "Memory.h"
- #include "Exception.h"
-+#include <cstring>
-
- namespace TrueCrypt
- {
-diff -urNp truecrypt-6.0-source.dist/Volume/EncryptionTest.cpp truecrypt-6.0-source/Volume/EncryptionTest.cpp
---- truecrypt-6.0-source.dist/Volume/EncryptionTest.cpp 2008-07-05 14:17:17.000000000 +0200
-+++ truecrypt-6.0-source/Volume/EncryptionTest.cpp 2008-07-05 14:42:53.000000000 +0200
-@@ -15,6 +15,7 @@
- #include "EncryptionModeXTS.h"
- #include "EncryptionTest.h"
- #include "Pkcs5Kdf.h"
-+#include <cstring>
-
- namespace TrueCrypt
- {