Revision tags: AOO420-Dev5-m5 |
|
489ae14a | 16-Jan-2024 |
Arrigo Marchiori |
Disable -Werror during nss compilation (cherry picked from commit 2201f5fd0147ad0b789fa99f490d09968bb8e126) |
2fa1c4e3 | 21-Jan-2024 |
mseidel |
The directory names depend on the OS_TARGET. Better not use hardcoded names here. (cherry picked from commit be73badc2e5d8dff3510ab391842e03eee671edb) |
eb863655 | 20-Jan-2024 |
mseidel |
Updated information on MozillaBuild tools (cherry picked from commit 8a0cb20ae053861042309f0e35a148fc6b55b68b) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
60e0a1c1 | 14-Feb-2022 |
Arrigo Marchiori |
Fix compatibility with VS 2008 C99 is not an option |
568c901e | 12-Feb-2022 |
Arrigo Marchiori |
Check sizes |
7d464770 | 01-Feb-2022 |
Arrigo Marchiori |
Allow compilation on older and newer systems |
94670cb6 | 07-Jan-2022 |
Arrigo Marchiori |
Fix compilation on macOS Catalina |
59e68e95 | 29-Jan-2022 |
Arrigo Marchiori |
Fix compilation on the reference build system for AOO41X |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
f1341198 | 06-Oct-2020 |
Don Lewis |
Fix nss.patch breakage which affected Darwin (cherry picked from commit 2034d94215e67ecaf0deb1d274ec4d9978fefb68) |
3ecf8acb | 29-Sep-2020 |
Don Lewis |
Fix nss build on Windows. (cherry picked from commit 71f9ed3af399651ba219cc7fdfd0a8b8178cb51f) |
0ae430aa | 29-Sep-2020 |
Don Lewis |
Upgrade nss to nss-3.39-with-nspr-4.20 (cherry picked from commit 13effbfbfe1b52a6a38b08a28bfd6972ff86c6ac) |
0fcbebe3 | 22-Oct-2020 |
Jim Jagielski |
Do exactly what we did for AOO417 |
0a994498 | 06-Oct-2020 |
Jim Jagielski |
Fix broken compile for older Linux... disable HW accel just as we used to do before |
Revision tags: 420-Dev2-m2 |
|
564fe94c | 01-Nov-2019 |
Ariel Constenla-Haile |
Check _MSC_VER (cherry picked from commit 60374adc815ee4dfe39410d357c22db295ee1026) |
3bc678c7 | 31-Oct-2019 |
Ariel Constenla-Haile |
Fixes from upstream for newer GCC Bug 1348767 - logical rather than bitwise OR operator used in OCSP requests Bug 1437734 - sign.c use of sprintf generates format-overflow errors Bug
Fixes from upstream for newer GCC Bug 1348767 - logical rather than bitwise OR operator used in OCSP requests Bug 1437734 - sign.c use of sprintf generates format-overflow errors Bug 1438426 - stringop-truncation warning in pathsub.c (cherry picked from commit 4363d9ee5e5c293c9bd85e268df59a8aa7a874c4)
show more ...
|
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
18079e30 | 22-May-2018 |
Matthias Seidel |
Enabling the use of Mozilla Build versions >= 3.0. (From 3.0 on Mozilla Build is 64-bit only and requires Windows 64-bit) Changed locations of nsinstall.exe: Version <= 2.2.0: $(moz_
Enabling the use of Mozilla Build versions >= 3.0. (From 3.0 on Mozilla Build is 64-bit only and requires Windows 64-bit) Changed locations of nsinstall.exe: Version <= 2.2.0: $(moz_build)/moztools/bin (32-bit) Version 3.0 - 3.1.1: $(moz_build)/msys/local/bin (64-bit only) Version >= 3.2: $(moz_build)/bin (64-bit only) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832057 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414 |
|
1c556a90 | 09-Oct-2017 |
Jim Jagielski |
Force lib again git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811604 13f79535-47bb-0310-9956-ffa450edef68 |
e0ac9675 | 09-Oct-2017 |
Jim Jagielski |
More hoo-haa trying to get NSS to compile under macOS with 10.7 as the target. Moving to 10.9 most likely is the better fix, but that means AOO 4.2.0 will no longer support anything older
More hoo-haa trying to get NSS to compile under macOS with 10.7 as the target. Moving to 10.9 most likely is the better fix, but that means AOO 4.2.0 will no longer support anything older than Mavericks. Which I don't think we want to do. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811598 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
12395228 | 24-Jun-2017 |
Matthias Seidel |
Updated link to Mozilla Build (Windows) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1799750 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO413, 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 ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
3ba18013 | 14-Jul-2015 |
Pedro Giffuni |
Fix nss build on the FreeBSD buildbot. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690992 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO410, 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 |
561ab916 | 10-Jan-2014 |
Herbert Dürr |
#i123637# fix the NSS build on AOO's current Linux baseline where binutils assembler doesn't support AVX or AES-NI instructions git-svn-id: https://svn.apache.org/repos/asf/ope
#i123637# fix the NSS build on AOO's current Linux baseline where binutils assembler doesn't support AVX or AES-NI instructions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557116 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
fb2e0c6f | 08-Jan-2014 |
Herbert Dürr |
#i122301# use the BUILD64 flag to simplify the NSS makefile git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556588 13f79535-47bb-0310-9956-ffa450edef68 |