History log of /trunk/ext_libraries/ (Results 1 - 25 of 89)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
88ba6ead11-Mar-2024 Arrigo Marchiori

Disable "pedantic" warnings from CoinMP compilation

Allows compilation with GCC 11

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA
51ba086b04-Apr-2022 Damjan Jovanovic

Port our WebDAV content provider from serf/apr/apr-util, to curl.

Patch by: me

Revision tags: AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA
ac5edd0803-Dec-2020 Jim Jagielski

Only ignore errors with Xcode12 (and later) versions of clang

b1dc36c001-Dec-2020 Jim Jagielski

Upgrade to APR(*) 1.6.x and work around Xcode12 over-agressive clang warning/errors

Revision tags: AOO418-GA
202391d130-Sep-2020 Don Lewis

Fix handling of NUL characters in certificate fields

A flaw was found in the way Serf handled NUL characters in the CommonName
and SubjectAltNames fields of X.509 certificates. An attack

Fix handling of NUL characters in certificate fields

A flaw was found in the way Serf handled NUL characters in the CommonName
and SubjectAltNames fields of X.509 certificates. An attacker able to
get a carefully-crafted certificate signed by a trusted Certificate
Authority could trick applications using Serf (such as Subversion on
Fedora 20 and later, refer also to bug 1127063) into accepting it by
mistake, allowing the attacker to perform a man-in-the-middle attack.

Patch by: Ben Reser of WANdisco via Serf Project and Apache Serf

show more ...

Revision tags: 420-Dev2-m2
aec63fa325-Jan-2020 Damjan Jovanovic

gtest patch to allow building with Python 3.

Patch by: me

Revision tags: AOO417
4de8987a10-Jun-2019 Matthias Seidel

Updated version number

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

fb25440906-Jun-2019 Matthias Seidel

Updated version number, fixed typo

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

Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1
ca80d05c05-Jul-2018 Matthias Seidel

Updated version number

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

Revision tags: AOO415
e951504905-Mar-2018 Damjan Jovanovic

Get ext_libraries/apr building on Win64. Copy its
resulting binaries files from their correct
directories for X86_64, and instead of hardcoding
a 32 bit build, allow 64 bit too, and impro

Get ext_libraries/apr building on Win64. Copy its
resulting binaries files from their correct
directories for X86_64, and instead of hardcoding
a 32 bit build, allow 64 bit too, and improve
detection of Win64 to use "findstr.exe" instead
of "find.exe" which doesn't seem to work in Cygwin.

Patch by: me



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

show more ...

Revision tags: AOO414
87bf159b15-Aug-2017 Jim Jagielski

Get compiling/building again on osx/macos

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

Revision tags: AOO413
bcc22a4c07-Feb-2017 Damjan Jovanovic

Add initial support for building AOO with Clang on Linux.

This allows Ubuntu 16.04 to compile AOO with Clang 1.8 on an x86.

Other architectures probably don't work, as Clang 1.8 is

Add initial support for building AOO with Clang on Linux.

This allows Ubuntu 16.04 to compile AOO with Clang 1.8 on an x86.

Other architectures probably don't work, as Clang 1.8 is pretty
strict about the low-level C++ ABI hacks in main/bridges, but at
least they should fail early in main/bridges instead of the
previous behaviour, where main/bridges compiles nothing when
"$(COM)" != "GCC" and main/i18npool then fails with a mysterious
"error: cannot get uno environments" message.

Patch by: me



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

show more ...

d48bb17823-Jan-2017 Pedro Giffuni

Update Hunspell to version 1.3.3 (minor)

This is the last version available on sourceforge, new versions are
available through github.

Main changes are:

2014-06-02: Hun

Update Hunspell to version 1.3.3 (minor)

This is the last version available on sourceforge, new versions are
available through github.

Main changes are:

2014-06-02: Hunspell 1.3.3 release:
- OpenDocument (ODF and Flat ODF) support (ODF needs unzip program)
- various bug fixes



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

show more ...

f4693cb007-Jan-2017 damjan

Deliver the apu_version.h header on Windows too.
The build breaks in main/ucb on Windows w/o this...

Patch by: me



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

Deliver the apu_version.h header on Windows too.
The build breaks in main/ucb on Windows w/o this...

Patch by: me



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

show more ...

de1049b503-Jan-2017 damjan

Deliver some missing header files for internal apr-util, such as
apu_version.h needed by main/ucb, and use the correct include paths for
internal apr and apr-util.

Patch by: me

Deliver some missing header files for internal apr-util, such as
apu_version.h needed by main/ucb, and use the correct include paths for
internal apr and apr-util.

Patch by: me



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

show more ...

4e651fab26-Dec-2016 damjan

On Linux, building without --enable-dbgutil causes linking failures
in GoogleTests in main/binaryurp with missing pthread symbols.

The original cause is that ext_libraries/test's libgtes

On Linux, building without --enable-dbgutil causes linking failures
in GoogleTests in main/binaryurp with missing pthread symbols.

The original cause is that ext_libraries/test's libgtest.so is
built without libpthread.so linked, which is what this commit fixes
(or rather hacks around; not sure why that happens).

There must also be a proximal cause in main/binaryurp's tests,
as they link with --enable-dbgutil even without this commit, and
can be made to link even without --enable-dbgutil by changing the
OSL_DEBUG_LEVEL define in the compiler options from 0 to 1 (this
doesn't however cause any changes in the preprocessed source file,
so I haven't been able to debug it further).

This should hopefully get the Linux buildbots working again.

Patch by: me



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

show more ...

b63233d807-Aug-2016 damjan

Merge branches/gbuild-reintegration to trunk.



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

Revision tags: AOO4121
f8f3eca926-Jul-2016 damjan

Fix prefix in apr patch.

Patch by: me



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

648ea03a26-Jul-2016 damjan

The aoo-win7 buildbot is still deadlocking in DEVENV, and I suspect
it's the call to "devenv /help" in the .IF statement that's meant to
detect whether devenv can be found that is causing

The aoo-win7 buildbot is still deadlocking in DEVENV, and I suspect
it's the call to "devenv /help" in the .IF statement that's meant to
detect whether devenv can be found that is causing
the problem, so delete that entire section of code in
apr's Makefile.win.



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

show more ...

4cc606e825-Jul-2016 damjan

apr has 3 different ways of building. By default, if devenv
is in the $PATH, it is used. If not, and apr.mak is found,
nmake is used. Failing both, msdev is used.

On the buildbots, d

apr has 3 different ways of building. By default, if devenv
is in the $PATH, it is used. If not, and apr.mak is found,
nmake is used. Failing both, msdev is used.

On the buildbots, devenv is somehow in the $PATH, even when
VCVARS32.BAT is not run, causing the first way to be
used. This causes some kind of deadlock that hangs the
build and prevents deletion of Makefile.win until devenv
is killed.

We know the nmake way works, so force it to be used instead.

Patch by: me



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

show more ...

95ad377b24-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 ...

Revision tags: AOO412, SNAPSHOT
3ed1469c28-Sep-2015 Jürgen Schmidt

#124158# rework clang patch to work on MacOS

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

Revision tags: AOO411
a85a3e0827-Sep-2015 Pedro Giffuni

Revert r1705543: unwanted typo


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

b3840f1327-Sep-2015 Pedro Giffuni

Fix installation of apr-util on FreeBSD buildbot

Submitted by: Don Lewis


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

Fix installation of apr-util on FreeBSD buildbot

Submitted by: Don Lewis


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

show more ...

30c37c4404-Sep-2015 Pedro Giffuni

FreeBSD: Fix broken symlink for complete build.

Submitted by: Don Lewis


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

FreeBSD: Fix broken symlink for complete build.

Submitted by: Don Lewis


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

show more ...

1234