746748b1 | 24-Sep-2020 |
Jim Jagielski |
Various macOS fixes to force C++11 and correct file layout and builds |
61fb1b54 | 24-Sep-2020 |
Jim Jagielski |
test Merge branch 'bundle418' of git://github.com/DonLewisFreeBSD/openoffice into AOO418
|
0c0e82a5 | 22-Sep-2020 |
DonLewisFreeBSD |
Merge pull request #95 from DonLewisFreeBSD/jdk8-odk JDK8 ODK Correct javadoc comments to unbreak --enable-odk build with JDK 8 or newer
|
0ffc83b0 | 20-Sep-2020 |
mseidel |
Update download numbers (cherry picked from commit 5d6b1f394b8e4b4fc190ca9be0f356641c0cdea4) |
f9c3c7cc | 19-Sep-2020 |
Don Lewis |
nss switched to MPL-2.0 some time ago. |
7f844d9f | 19-Sep-2020 |
Carl Marcum |
Refs #6 - updated junit url to https (#98) (cherry picked from commit ed5580f768e8fa444b6120a915b0ba3ff46754db) |
3a9903c8 | 18-Sep-2020 |
Matthias Seidel |
Update extensions.lst |
3fae2d04 | 18-Sep-2020 |
mseidel |
Updated Asturian dictionary |
3429ef62 | 17-Sep-2020 |
Pedro Lino <34394465+pedlino@users.noreply.github.com> |
Add files via upload (#97) Intro logo with sentence "free and open-source for 20 years" by Matthias Seidel, as discussed in dev mailing list |
b4a629d0 | 17-Sep-2020 |
Pedro Lino <34394465+pedlino@users.noreply.github.com> |
Add files via upload (#96) About logo with sentence "free and open-source for 20 years" by Matthias Seidel, as discussed in dev mailing list |
5fdea833 | 24-Aug-2015 |
Damjan Jovanovic |
Fix all remaining javadoc errors that break the build with Java 8. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697312 13f79535-47bb-0310-9956-ffa450edef68 |
9ad05808 | 23-Aug-2015 |
Damjan Jovanovic |
More javadoc fixes for building with Java 8. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697237 13f79535-47bb-0310-9956-ffa450edef68 |
7d5c865c | 23-Aug-2015 |
Damjan Jovanovic |
Fix some of the many javadoc 8 errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697228 13f79535-47bb-0310-9956-ffa450edef68 |
9510f384 | 16-Sep-2020 |
Don Lewis |
Fix writerfilter build on CentOS 5 with recent libxslt. xsltproc generates a corrupt writerfilter/.../inc/doctok/resources.hxx file on CentOS 5 with libxslt 1.1.33 or newer. This does n
Fix writerfilter build on CentOS 5 with recent libxslt. xsltproc generates a corrupt writerfilter/.../inc/doctok/resources.hxx file on CentOS 5 with libxslt 1.1.33 or newer. This does not happen with the CentOS 5 native version of xsltproc/libxslt, or with any version of xsltproc/libxslt on CentOS 6 or newer. The problem is that this xsl: <xsl:if test="$shift>0"> evaluates as true if $shift is an empty string on CentOS 5 with new libxslt and evaluates as false everywhere else. Work around this by changing the xsl to: <xsl:if test="string-length($shift)>0 and $shift>0"> Curiously: <xsl:if test="$shift"> also does not work properly, which is surprising since both "0" and "" should evaluate to false in a boolean context.
show more ...
|
99ef9020 | 15-Sep-2020 |
Don Lewis |
Remove obsolete sources. |
24fc9f6e | 04-Jul-2020 |
mseidel |
Changed download URL for vigra (cherry picked from commit 1f9c906e3dac41500b42db556cb26ed2c78558e0) |
decc0ac7 | 11-Jan-2020 |
mseidel |
Minor changes to URLs |
da02c194 | 11-Jan-2020 |
Pedro Giffuni |
Update Python to version 2.7.17 (#23) * Update cpython to version 2.7.17 * Update cpython to version 2.7.17 * Update cpython to version 2.7.17 (cherry picked from
Update Python to version 2.7.17 (#23) * Update cpython to version 2.7.17 * Update cpython to version 2.7.17 * Update cpython to version 2.7.17 (cherry picked from commit e979ffc33f79b67739349b3f5ed06f79f18edbbf)
show more ...
|
34f44591 | 13-Nov-2019 |
Don Lewis |
Upgrade libxslt to version 1.1.34 and libxml2 to version 2.9.10. This version of libxslt contains the bugfix and three CVE patches that we had cherry picked from upstream. |
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 ...
|
bf63ad80 | 08-Oct-2019 |
Don Lewis
|
Upgrade libxml2 to version 2.9.9 and libxslt to version 1.1.33. libxml2-nan-inf-fix.patch has been incorporated upstream. Cherry-pick four upstream post 1.1.33 libxslt commits to ad
Upgrade libxml2 to version 2.9.9 and libxslt to version 1.1.33. libxml2-nan-inf-fix.patch has been incorporated upstream. Cherry-pick four upstream post 1.1.33 libxslt commits to address three CVEs and one functionality regression. Without the latter fix, xsltproc generates bad code for the writerfilter module causing a build failure.
show more ...
|
27aafff9 | 22-May-2019 |
Matthias Seidel |
Merged r1859636 and r1859657 from trunk - Updated links - Further updates to links git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1859757 13f79535-47b
Merged r1859636 and r1859657 from trunk - Updated links - Further updates to links git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1859757 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b9687bd2 | 18-Jan-2019 |
Jim Jagielski |
beanshell fix backport 1851629 1851630 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1851631 13f79535-47bb-0310-9956-ffa450edef68 |
a06b1a34 | 18-Jan-2019 |
Jim Jagielski |
correct the version for beanscript git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1851629 13f79535-47bb-0310-9956-ffa450edef68 |