History log of /aoo41x/main/scp2/source/ooo/file_library_ooo.scp (Results 1 - 25 of 60)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA
# 746748b1 24-Sep-2020 Jim Jagielski

Various macOS fixes to force C++11 and correct file layout and builds


Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
# e9fab906 26-Aug-2016 truckman

Upgrade bundled raptor from raptor-1.4.18 to raptor2-2.0.15 to get the
fix for CVE-2012-0037. It is not know whether this vulnerability
affects OpenOffice.

Also upgrade rasqal from

Upgrade bundled raptor from raptor-1.4.18 to raptor2-2.0.15 to get the
fix for CVE-2012-0037. It is not know whether this vulnerability
affects OpenOffice.

Also upgrade rasqal from version 0.9.16 to version 0.9.33 and redland
from version 1.0.8 to version 1.0.17 since all three packages are
closely related parts of the OpenOffice redland module for handling RDF.

OpenDocument version 1.2 documents contain an RDF metadata blob for
things like bookmarks and OLE objects.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1757789 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO4121
# 7f9310bd 25-Jul-2016 truckman

The nss upgrade in r1753163 broke packaging on Windows (if nss is
enabled, which it is not by default) and Mac (not actually verified).
These two platforms do not build a separate libfreeblpr

The nss upgrade in r1753163 broke packaging on Windows (if nss is
enabled, which it is not by default) and Mac (not actually verified).
These two platforms do not build a separate libfreeblpriv3.so (or
Windows equivalent) but instead bundle it into libfreebl3.so. Since a
separate libfreeblpriv3.so is only required on Linux (see #i105566# and
moz#513024#), only attempt to package this library on Linux. Since a
separate libfreeblpriv3.so does not seem to be required on FreeBSD,
don't build it there.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1753962 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# e32eb42e 18-Jul-2016 truckman

#i126891# bundled nss-3.14.4-with-nspr-4.9.5 has many security
vulnerabilities

Upgrade bundled nss-3.14.4-with-nspr-4.9.5 to nss-3.25-with-nspr-4.12.
These CVEs have been fixed since

#i126891# bundled nss-3.14.4-with-nspr-4.9.5 has many security
vulnerabilities

Upgrade bundled nss-3.14.4-with-nspr-4.9.5 to nss-3.25-with-nspr-4.12.
These CVEs have been fixed since nss-3.14.4 was released:
CVE-2014-1533
CVE-2014-1534
CVE-2014-1536
CVE-2014-1537
CVE-2014-1540
CVE-2014-1541
CVE-2014-1542
CVE-2014-1543
CVE-2014-1544
CVE-2014-1545
CVE-2014-1547
CVE-2014-1548
CVE-2014-1549
CVE-2014-1550
CVE-2014-1551
CVE-2014-1552
CVE-2014-1555
CVE-2014-1556
CVE-2014-1557
CVE-2014-1558
CVE-2014-1559
CVE-2014-1560
CVE-2014-1561
CVE-2014-1568
CVE-2014-1569
CVE-2014-1587
CVE-2014-1588
CVE-2014-1589
CVE-2014-1590
CVE-2014-1591
CVE-2014-1592
CVE-2014-1593
CVE-2014-1594
CVE-2014-1595
CVE-2015-4513
CVE-2015-4514
CVE-2015-4515
CVE-2015-4518
CVE-2015-7181
CVE-2015-7182
CVE-2015-7183
CVE-2015-7185
CVE-2015-7186
CVE-2015-7187
CVE-2015-7188
CVE-2015-7189
CVE-2015-7190
CVE-2015-7191
CVE-2015-7192
CVE-2015-7193
CVE-2015-7194
CVE-2015-7195
CVE-2015-7196
CVE-2015-7197
CVE-2015-7198
CVE-2015-7199
CVE-2015-7200
CVE-2015-7575
CVE-2016-1938
CVE-2016-1950
CVE-2016-1978
CVE-2016-1979
Whether any of these actually impacts OpenOffice is not known.

Rebase the nss patches to the new version and move any non-conflicting
changes from the platform-specific patch files to nss.patch. The
nss.patch.mingw file was already out of date and was not updated.

Disable nss tests which require at least partial c++11 (-stdc++0x)
support because they use nullptr. This reportedly requires at least
gcc 4.6, which is newer that some of what is provided by some of
our supported platforms.

Fix build issue on FreeBSD 11.0 and other platforms with picky compilers.
The result of shifting a negative signed value is undefined in C and C++.
The generated code does the expected thing in my experience and this
construct just generates a compiler warning, but
nss-3.24/nss/lib/zlib/inflate.c is compiled with -Werror, which breaks
the build. Fix the issue by doing the calculations using the equivalent
unsigned type. The function return should probably also be changed, but
that is more invasive.

Patch pratom.h to no include <intrin.H> inside an extern "C" block
because it breaks the build on Windows.

Recent versions of nss include a new shared library, libfreeblpriv3.so,
so package it so that it gets installed.

Temporarily change nss download URL from https to http to avoid breaking
bootstrap on the buildbots.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1753163 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 257b46fa 24-May-2016 pfg

Update APR and APR-util.

Update APR to version 1.5.2.
Update APR-util to version 1.5.4

This brings many updates and fixes that have little effect over Apache
OpenOffice at t

Update APR and APR-util.

Update APR to version 1.5.2.
Update APR-util to version 1.5.4

This brings many updates and fixes that have little effect over Apache
OpenOffice at this time.

Tested on FreeBSD.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745407 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# fcb37b40 20-Oct-2019 Ariel Constenla-Haile

i127138 Remove the avmedia Quicktime plugin

(cherry picked from commit 845e2aaed316432f79097128de0c3797d5756a54)


Revision tags: AOO412, SNAPSHOT, AOO411
# 95ea2752 12-May-2014 Herbert Dürr

#i124875# support Mac AV-Foundation API for multimedia content


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1593965 13f79535-47bb-0310-9956-ffa450edef68
(cherry pic

#i124875# support Mac AV-Foundation API for multimedia content


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1593965 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit eb7664d6c5c9be8a69ece33db9cd896580c512b8)

show more ...


# 7a3beb32 11-Oct-2018 Matthias Seidel

Rollback to Rev. 1843088 due to build errors.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843571 13f79535-47bb-0310-9956-ffa450edef68


# 64f932e6 08-Oct-2018 Peter Kovacs

merged in: Issue 127887 - update bundled redland/raptor/rasqal

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843108 13f79535-47bb-0310-9956-ffa450edef68


# 5b11f0d3 14-Sep-2015 Yuri Dario

#i118923# merge OS/2 trunk changesets from #i125501# #i125592# #i118932# into AOO410 branch.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1702880 13f79535-47bb-031

#i118923# merge OS/2 trunk changesets from #i125501# #i125592# #i118932# into AOO410 branch.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1702880 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 104bdc1d 13-Jun-2014 Herbert Dürr

#i124800# switch avmedia's QuickTime component to QTKit for now

because the QuickTime API is not available to 64bit clients. The switch to QTKit
is temporary only because it has already

#i124800# switch avmedia's QuickTime component to QTKit for now

because the QuickTime API is not available to 64bit clients. The switch to QTKit
is temporary only because it has already been deprecated in OSX 10.9. We'll have
to switch to OSX's AVFoundation framework instead soon.

Suggested by: Ariel Constenla-Haile <arielch@apache.org>

Merged from AOO's trunk revisions 1592716 and 1594206


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602357 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO410
# 9874e4f6 22-Apr-2014 Juergen Schmidt

#124701# merge from trunk, bring moz bootstrap back to find profiles

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1589052 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO410_Beta
# 1e1ac450 23-Jan-2014 Herbert Dürr

#i122301# switch Mac port to SDK 10.7 / 64bit

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560747 13f79535-47bb-0310-9956-ffa450edef68


# 5a7504da 08-Jan-2014 Herbert Dürr

#i114728# the quicktime framework is is no longer available in OSX SDKs>=10.7


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556579 13f79535-47bb-0310-9956-ffa450edef68


# e6ca2088 06-Nov-2013 Herbert Dürr

#i123647# RmMoz 9/9: with the moz-module gone the ancient msvc* dlls are no longer needed


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539283 13f79535-47bb-0310-9956-f

#i123647# RmMoz 9/9: with the moz-module gone the ancient msvc* dlls are no longer needed


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539283 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# ffd43a0a 06-Nov-2013 Herbert Dürr

#i123575# RmMoz 6/9: drop seamonkey provided address books


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539264 13f79535-47bb-0310-9956-ffa450edef68


# cc99daad 06-Nov-2013 Herbert Dürr

#i122365# RmMoz 2/9: make the Mozilla->NSS replacement work


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539258 13f79535-47bb-0310-9956-ffa450edef68


# 06f2ef55 06-Nov-2013 Herbert Dürr

#i122365# RmMoz 1/9: start replacing AOO's dependency on full Mozilla with just the NSS library

Patch by: Fan Zheng


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun

#i122365# RmMoz 1/9: start replacing AOO's dependency on full Mozilla with just the NSS library

Patch by: Fan Zheng


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539257 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# b0a7a3cf 03-Nov-2013 Steve Yin

1. Updated ia2 api idl with version 1.3
2. Changed UAccCOM.dll to a isolated COM dll

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538382 13f79535-47bb-0310-9956-

1. Updated ia2 api idl with version 1.3
2. Changed UAccCOM.dll to a isolated COM dll

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538382 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 3a700b0a 29-Oct-2013 Steve Yin

sal: commented WaitForSingleObject (g_cache_list.m_update_thread, INFINITE), which can lead a deadlock when unloading the sal3.dll after register UAccCOM.dll.

vcl: removed all unused UAccCOM

sal: commented WaitForSingleObject (g_cache_list.m_update_thread, INFINITE), which can lead a deadlock when unloading the sal3.dll after register UAccCOM.dll.

vcl: removed all unused UAccCOM.dll registration lines.

winaccessibility: updated to Apache License.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1536599 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO401, AOO400
# fd6d8138 19-Jun-2013 Andre Fischer

122398: Fixed Mac and Linux build breaker.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1494655 13f79535-47bb-0310-9956-ffa450edef68


# 2e2269f7 31-May-2013 Jürgen Schmidt

#122356# rename toolkit lib due to conflicts on MacOS, it's a workaround for conflicts with sqlite..., will be probably solved with dropping mozilla libs

git-svn-id: https://svn.apache.org/r

#122356# rename toolkit lib due to conflicts on MacOS, it's a workaround for conflicts with sqlite..., will be probably solved with dropping mozilla libs

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1488119 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# fb9073b6 20-May-2013 Yuri Dario

i118923 - OS/2 port: use short names for dynamic libraries.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1484394 13f79535-47bb-0310-9956-ffa450edef68


# 1076d7f7 22-Apr-2013 Jürgen Schmidt

#121101# consolidate directory entries, remove empty name/placeholder dirs

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1470584 13f79535-47bb-0310-9956-ffa450edef68


# 79e0a548 16-Apr-2013 Ariel Constenla-Haile

i121873 - Integrate the Presenter Screen

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468300 13f79535-47bb-0310-9956-ffa450edef68


123