[ooo-build-commit] patches/dev300
Kalman "" Szalai
kami911 at kemper.freedesktop.org
Wed Jun 10 14:17:09 PDT 2009
patches/dev300/apply | 4 ++++
patches/dev300/msitrans-problemchecksum.diff | 11 +++++++++++
2 files changed, 15 insertions(+)
New commits:
commit 37880ac4641c30f2aaa4ea6d785a58d65467e20c
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date: Wed Jun 10 23:16:00 2009 +0200
Enables building multi language installsets with problematic msitrans.exe
It seems I have new (Windows SDK) msitrans.exe with problematic behavior, so I added md5 checksum:
748206e54fc93efe6a1aaa9d491f3ad1 to the database. This enables to create multi language pack
under Windows. We have to test the final installsets.
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 8957104..53f75ec 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -1459,6 +1459,10 @@ boost-patch.diff, tml
# fixes for visual studio express 2005 ( ooo-build only )
2005-express-stl-remove.diff, noelpwer, i#71404
+# This enables building multi language installsets with new (Windows SDK) problematic msitrans.exe
+msitrans-problemchecksum.diff, kami
+
+
[ MultilanguageWin32Only ]
# Multi-language installer stuff
win32-multi-lang-installer.diff, i#66062, i#88638, i#88639, tml
diff --git a/patches/dev300/msitrans-problemchecksum.diff b/patches/dev300/msitrans-problemchecksum.diff
new file mode 100644
index 0000000..8ad7b75
--- /dev/null
+++ b/patches/dev300/msitrans-problemchecksum.diff
@@ -0,0 +1,11 @@
+--- solenv/bin/modules/installer/windows/msiglobal.pm.original 2009-06-10 18:45:19.000000000 +0200
++++ solenv/bin/modules/installer/windows/msiglobal.pm 2009-06-10 18:46:35.000000000 +0200
+@@ -1025,7 +1025,7 @@
+ my $digest = Digest::MD5->new->addfile(*FILE)->hexdigest;
+ close(FILE);
+
+- my @problemchecksums = ("b66190a70145a57773ec769e16777b29", "aa25d3445b94ffde8ef0c1efb77a56b8");
++ my @problemchecksums = ("b66190a70145a57773ec769e16777b29", "aa25d3445b94ffde8ef0c1efb77a56b8", "748206e54fc93efe6a1aaa9d491f3ad1");
+ my $isproblemchecksum = 0;
+
+ foreach my $problemchecksum ( @problemchecksums )
More information about the ooo-build-commit
mailing list