[arch-commits] Commit in truecrypt/repos (extra-i686 extra-i686/gcc-4.3.patch)

Tom Killian tom at archlinux.org
Tue Apr 15 06:04:55 UTC 2008


    Date: Tuesday, April 15, 2008 @ 02:04:55
  Author: tom
Revision: 286

Merged revisions 277-285 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/truecrypt/trunk

........
  r285 | tom | 2008-04-15 07:02:29 +0100 (Tue, 15 Apr 2008) | 1 line
  
  patch for gcc 4.3
........

Added:
  truecrypt/repos/extra-i686/gcc-4.3.patch
    (from rev 285, truecrypt/trunk/gcc-4.3.patch)
Modified:
  truecrypt/repos/extra-i686/	(properties)

---------------+
 gcc-4.3.patch |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)


Property changes on: truecrypt/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /truecrypt/trunk:1-276
   + /truecrypt/trunk:1-285

Copied: truecrypt/repos/extra-i686/gcc-4.3.patch (from rev 285, truecrypt/trunk/gcc-4.3.patch)
===================================================================
--- extra-i686/gcc-4.3.patch	                        (rev 0)
+++ extra-i686/gcc-4.3.patch	2008-04-15 06:04:55 UTC (rev 286)
@@ -0,0 +1,44 @@
+diff -uNr ../truecrypt-5.1a-source-orig/Common/BootEncryption.cpp truecrypt-5.1a-source/Common/BootEncryption.cpp
+--- ../truecrypt-5.1a-source-orig/Common/BootEncryption.cpp	2008-04-14 12:39:50.000000000 +0100
++++ truecrypt-5.1a-source/Common/BootEncryption.cpp	2008-04-14 14:29:11.000000000 +0100
+@@ -6,6 +6,7 @@
+ distribution packages.
+ */
+ 
++#include <cstring>
+ #include "Tcdefs.h"
+ #include "Platform/Finally.h"
+ #include "Platform/ForEach.h"
+diff -uNr ../truecrypt-5.1a-source-orig/Core/FatFormatter.cpp truecrypt-5.1a-source/Core/FatFormatter.cpp
+--- ../truecrypt-5.1a-source-orig/Core/FatFormatter.cpp	2008-04-14 12:39:50.000000000 +0100
++++ truecrypt-5.1a-source/Core/FatFormatter.cpp	2008-04-14 14:28:22.000000000 +0100
+@@ -9,6 +9,7 @@
+  file License.txt included in TrueCrypt binary and source code distribution
+  packages. */
+ 
++#include <cstring>
+ #include <time.h>
+ #include "Common/Tcdefs.h"
+ #include "Platform/Platform.h"
+diff -uNr ../truecrypt-5.1a-source-orig/Platform/Memory.cpp truecrypt-5.1a-source/Platform/Memory.cpp
+--- ../truecrypt-5.1a-source-orig/Platform/Memory.cpp	2008-04-14 12:39:50.000000000 +0100
++++ truecrypt-5.1a-source/Platform/Memory.cpp	2008-04-14 14:27:26.000000000 +0100
+@@ -6,6 +6,7 @@
+  distribution packages.
+ */
+ 
++#include <cstring>
+ #include "Memory.h"
+ #include "Exception.h"
+ 
+diff -uNr ../truecrypt-5.1a-source-orig/Volume/EncryptionTest.cpp truecrypt-5.1a-source/Volume/EncryptionTest.cpp
+--- ../truecrypt-5.1a-source-orig/Volume/EncryptionTest.cpp	2008-04-14 12:39:50.000000000 +0100
++++ truecrypt-5.1a-source/Volume/EncryptionTest.cpp	2008-04-14 14:27:26.000000000 +0100
+@@ -6,6 +6,7 @@
+  distribution packages.
+ */
+ 
++#include <cstring>
+ #include "Cipher.h"
+ #include "Common/Crc.h"
+ #include "EncryptionAlgorithm.h"





More information about the arch-commits mailing list