diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-04-12 18:05:35 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-04-12 18:05:35 +0000 |
commit | 9553684f4b4a6b4a8a7ded1ba0f2fd11a1bd5a16 (patch) | |
tree | 315dca5b1b9d93e572be904115795b4542c3c203 /app-office/openoffice/files | |
parent | cleanup (diff) | |
download | historical-9553684f4b4a6b4a8a7ded1ba0f2fd11a1bd5a16.tar.gz historical-9553684f4b4a6b4a8a7ded1ba0f2fd11a1bd5a16.tar.bz2 historical-9553684f4b4a6b4a8a7ded1ba0f2fd11a1bd5a16.zip |
Revision bump for security fix, see bug #88863
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-office/openoffice/files')
-rw-r--r-- | app-office/openoffice/files/1.1.4/crash-objstream.diff | 16 | ||||
-rw-r--r-- | app-office/openoffice/files/digest-openoffice-1.1.4-r1 | 5 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-office/openoffice/files/1.1.4/crash-objstream.diff b/app-office/openoffice/files/1.1.4/crash-objstream.diff new file mode 100644 index 000000000000..b23bb413eb4c --- /dev/null +++ b/app-office/openoffice/files/1.1.4/crash-objstream.diff @@ -0,0 +1,16 @@ +Index: sot/source/sdstor/stgole.cxx +=================================================================== +RCS file: /cvs/util/sot/source/sdstor/stgole.cxx,v +retrieving revision 1.4 +diff -u -p -u -r1.4 stgole.cxx +--- sot/source/sdstor/stgole.cxx 22 Jul 2002 12:28:43 -0000 1.4 ++++ sot/source/sdstor/stgole.cxx 12 Apr 2005 10:14:48 -0000 +@@ -157,7 +157,7 @@ BOOL StgCompObjStream::Load() + INT32 nLen1 = 0; + *this >> nLen1; + sal_Char* p = new sal_Char[ (USHORT) nLen1 ]; +- if( Read( p, nLen1 ) == (ULONG) nLen1 ) ++ if( Read( p, (USHORT) nLen1 ) == (ULONG) nLen1 ) + { + aUserName = String( p, gsl_getSystemTextEncoding() ); + /* // Now we can read the CB format diff --git a/app-office/openoffice/files/digest-openoffice-1.1.4-r1 b/app-office/openoffice/files/digest-openoffice-1.1.4-r1 new file mode 100644 index 000000000000..179a6c7801b2 --- /dev/null +++ b/app-office/openoffice/files/digest-openoffice-1.1.4-r1 @@ -0,0 +1,5 @@ +MD5 20c10db97865ae4c51dc827d668b8939 OOo_1.1.4_source.tar.gz 219743530 +MD5 4c01c84f1212369ceb369567ed06d1a2 STLport-4.6.2.tar.gz 755958 +MD5 072736926e5c04aba26b2fedaaf413fb LINUXGCCPinc.zip 4145981 +MD5 6cfa9ea26afd1effaee4497a7c82ef89 LINUXGCCPlib.zip 496451 +MD5 e77e91543d95353f742942af8f8d01b3 LINUXGCCPruntime.zip 2533976 |