| #
85adccec
|
| 11-Feb-2025 |
mseidel <mseidel@apache.org> |
Cleanup
|
| #
f934ca8c
|
| 11-Dec-2020 |
mseidel <mseidel@apache.org> |
Fixed typos
(cherry picked from commit 758207c5212e6aea207172fc936d4173f9966948)
|
| #
5a0f8c8d
|
| 16-Jan-2015 |
Ariel Constenla-Haile <arielch@apache.org> |
Fix build breaker introduced in revision 1651396
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652491 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 483bf1cb99a9fae
Fix build breaker introduced in revision 1651396
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652491 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 483bf1cb99a9fae931d407012ae00ce38c31b940)
show more ...
|
| #
0bd9e244
|
| 03-Jan-2017 |
pfg <pfg@13f79535-47bb-0310-9956-ffa450edef68> |
Initial support for the FreeBSD ARM platform.
This is just the skeleton, basically a copy of the linux support. It wouldn't be surprising if it works without much trouble.
git-svn-id: https://svn.
Initial support for the FreeBSD ARM platform.
This is just the skeleton, basically a copy of the linux support. It wouldn't be surprising if it works without much trouble.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777057 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
af84ad07
|
| 06-Jul-2014 |
Pedro Giffuni <pfg@apache.org> |
Add initial support for FreeBSD PPC using gcc.
This is just the skeleton and required bridge support based on linux-ppc. Currently untested.
git-svn-id: https://svn.apache.org/repos/asf/openoffice
Add initial support for FreeBSD PPC using gcc.
This is just the skeleton and required bridge support based on linux-ppc. Currently untested.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1608245 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
e250bff1
|
| 16-Jan-2019 |
Jim Jagielski <jim@apache.org> |
Merge r1851443, r1851449 from trunk:
Use fakeroot instead of our custom getuid.c LD_PRELOAD hack if available when creating Debian packages. This is because epm and dpkg (et.al.) need to be fooled i
Merge r1851443, r1851449 from trunk:
Use fakeroot instead of our custom getuid.c LD_PRELOAD hack if available when creating Debian packages. This is because epm and dpkg (et.al.) need to be fooled into thinking that root is creating these packages for the correct permissions.
As long as we have the full path, use it
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1851450 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
2b2dfb98
|
| 22-Aug-2020 |
DonLewisFreeBSD <truckman@FreeBSD.org> |
Merge pull request #92 from DonLewisFreeBSD/AOO418
AOO418 openssl upgrade
|
| #
8d4c92f7
|
| 19-Aug-2016 |
truckman <truckman@13f79535-47bb-0310-9956-ffa450edef68> |
Update the bundled version of OpenSSL from 0.9.8zh to 1.0.2h which fixes many vulnerabiliies and adds support for newer, more secure ciphers and versions of the protocol.
Note: OpenSSL version 1.0.2
Update the bundled version of OpenSSL from 0.9.8zh to 1.0.2h which fixes many vulnerabiliies and adds support for newer, more secure ciphers and versions of the protocol.
Note: OpenSSL version 1.0.2h contains two known minor vulnerabilites, CVE-2016-2177 and CVE-2016-2178, which will be fixed in the next OpenSSL release. Their potential impact is low enough that that various Linux distros have chosen not to apply the upstream patches to the versions that they distribute.
On Windows, there is an optional new dependency on NASM, <http://www.nasm.us/>. If NASM is not available, then the C implementations of the low-level crypto code will be used instead of the optimized assembly language versions. Since OpenOffice is not a heavy user of this code, the impact should be minor. If NASM is installed, but its location is not in $PATH, the directory containing nasm.exe should be passed to configure using --with-nasm-home.
The fallback to the C crypto implementation also happens on Linux if the version of gcc is sufficently old to indicate that the toolchain is likely to not support the some of the instructions in the assembly language versions of the code.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1756954 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
48a617c5
|
| 25-Sep-2015 |
Andrea Pescetti <pescetti@apache.org> |
#i125776# Adapt STL include path for Xcode 6. Patch by: Juergen Schmidt <jsc@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705370 13f79535-47bb-0310-9956-ffa4
#i125776# Adapt STL include path for Xcode 6. Patch by: Juergen Schmidt <jsc@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705370 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
08bb353f
|
| 24-Sep-2015 |
Pedro Giffuni <pfg@apache.org> |
i126553 - (Back)Port FreeBSD build enhancements
Bring major updates from trunk for the FreeBSD build. This targets the FreeBSD port external libraries.
r1654282: Fix system-serf
r1689883: Fix syst
i126553 - (Back)Port FreeBSD build enhancements
Bring major updates from trunk for the FreeBSD build. This targets the FreeBSD port external libraries.
r1654282: Fix system-serf
r1689883: Fix system-nss
r1689959: Fix system-jpeg
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705145 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
de2c434c
|
| 24-Sep-2015 |
Pedro Giffuni <pfg@apache.org> |
i126553- Basic merges to clean up the FreeBSD port.
Bring major updates from trunk for the FreeBSD build. This mainly targets the FreeBSD port that uses external libraries. The buildbot, using inter
i126553- Basic merges to clean up the FreeBSD port.
Bring major updates from trunk for the FreeBSD build. This mainly targets the FreeBSD port that uses external libraries. The buildbot, using internal components, requires more changes but I am not planning to bring them to this branch.
r1591501, r1602791: Fix for the i386 platform.
r1669457, r1669459: Make FreeBSD bridges code buildable with clang.
r1669462, r1669465, r1694132: Fixes for recent gcc and clang.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705124 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
97d9eac0
|
| 14-Sep-2015 |
Yuri Dario <ydario@apache.org> |
#i118923# merge OS/2 trunk changesets from #i125592# #i118932# into AOO410 branch.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1702902 13f79535-47bb-0310-9956-ffa450edef68
|
| #
0af288bd
|
| 12-Jun-2014 |
Juergen Schmidt <jsc@apache.org> |
#124422# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602192 13f79535-47bb-0310-9956-ffa450edef
#124422# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602192 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
61a3a0ff
|
| 23-Jan-2014 |
Herbert Dürr <hdu@apache.org> |
#114728# use 10.7 SDK as default, but allow newer SDK in configure
Patch by: Juergen Schmidt <jsc@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560758 13f79535-47bb-03
#114728# use 10.7 SDK as default, but allow newer SDK in configure
Patch by: Juergen Schmidt <jsc@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560758 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
1e1ac450
|
| 23-Jan-2014 |
Herbert Dürr <hdu@apache.org> |
#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
|
| #
0bc66fd0
|
| 02-Jan-2014 |
Herbert Dürr <hdu@apache.org> |
#i122301# add Makefiles for XCode>=4 on Mac
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554833 13f79535-47bb-0310-9956-ffa450edef68
|
| #
bebebbbf
|
| 19-Nov-2013 |
Herbert Dürr <hdu@apache.org> |
#i122362# post-stlport fixes for the macosx-target=10.4 build
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543407 13f79535-47bb-0310-9956-ffa450edef68
|
| #
b597708b
|
| 18-Nov-2013 |
Herbert Dürr <hdu@apache.org> |
#i122362# remove stlport4-build support
but keep the --without-stlport configure option for now it is the new default anyway
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 1
#i122362# remove stlport4-build support
but keep the --without-stlport configure option for now it is the new default anyway
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
5be78d22
|
| 11-Nov-2013 |
Steve Yin <steve_y@apache.org> |
Synchronized with the trunk to solve the build issue (removing moz)
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1540658 13f79535-47bb-0310-9956-ffa450edef68
|
| #
74cab430
|
| 06-Nov-2013 |
Herbert Dürr <hdu@apache.org> |
#i123623# RmMoz 8/9: remove the obsoleted seamonkey 1.1.14 module
That module was used for its security libs and its address book support. With #i122365# the dependency on its security libs was repl
#i123623# RmMoz 8/9: remove the obsoleted seamonkey 1.1.14 module
That module was used for its security libs and its address book support. With #i122365# the dependency on its security libs was replaced with plain NSS. With #i123575# the already quite bit-rotten seamonkey address books were removed. Now there is nothing left for it to do and so that huge and complex module can finally be retired after all these years.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539267 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
0021cf80
|
| 06-Nov-2013 |
Herbert Dürr <hdu@apache.org> |
#i123639# RmMoz 4/9: allow using the system provided nss library
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539262 13f79535-47bb-0310-9956-ffa450edef68
|
| #
06f2ef55
|
| 06-Nov-2013 |
Herbert Dürr <hdu@apache.org> |
#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-4
#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 ...
|
| #
fe22d2cf
|
| 04-Nov-2013 |
Steve Yin <steve_y@apache.org> |
Sync with the trunk
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538508 13f79535-47bb-0310-9956-ffa450edef68
|
| #
f958b5f1
|
| 27-Oct-2013 |
Yuri Dario <ydario@apache.org> |
i118923 - OS/2 port: build system updates.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1536083 13f79535-47bb-0310-9956-ffa450edef68
|
| #
ca62e2c2
|
| 23-Apr-2013 |
Steve Yin <steve_y@apache.org> |
IA2 for SW. Draft version 1.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1470868 13f79535-47bb-0310-9956-ffa450edef68
|