History log of /AOO41X/main/LICENSE (Results 1 – 25 of 28)
Revision Date Author Comments
# ee3ee635 31-Dec-2024 mseidel <mseidel@apache.org>

Update copyright year to 2025


# 5ab7d478 02-Jan-2024 mseidel <mseidel@apache.org>

Update copyright year to 2024


# 26665e42 29-Mar-2023 mseidel <mseidel@apache.org>

Updated LICENSE for Expat 2.5.0

(cherry picked from commit e4e50d77cf1a077407bf4c838e49b8c0e6c656e2)


# 45690e4c 20-Jan-2023 mseidel <mseidel@apache.org>

Updating LICENSE for zlib 1.2.13


# b6736e08 31-Dec-2022 mseidel <mseidel@apache.org>

Update copyright year to 2023


# b1ddfb3c 01-Jan-2022 mseidel <mseidel@apache.org>

Update copyright year to 2022


# 85cfe422 04-Jan-2021 mseidel <mseidel@apache.org>

Updated copyright year to 2021


# 974bb40a 28-Dec-2020 mseidel <mseidel@apache.org>

i126369 - Finish off hwpfilter

The Hangul Word Processor filter was disabled from OpenOffice in
r1677190 due to security concerns. While some extra buffer controls
could have been made and the filt

i126369 - Finish off hwpfilter

The Hangul Word Processor filter was disabled from OpenOffice in
r1677190 due to security concerns. While some extra buffer controls
could have been made and the filter restored, the truth is a much
bigger effort is required to catch up with this format. Files created
with later editions of Hangul, including Hangul Wordian, Hangul 2002,
Hangul 2005 and Hangul 2007 cannot be opened with the existing filter.
Existing users can apparently download a free viewer and convert their
document to RTF or doc.

Drop completely the code. while here also drop remnants of wpd support
that we dropped since 3.4.1. Having less code is sometimes better.

Adapted from:
https://github.com/apache/openoffice/commit/7c12a1727a73ea1bc2b961e6886a8842366150da

show more ...


# 9f99128e 05-Oct-2020 Don Lewis <truckman@apache.org>

Uprade bundled expat to version 2.2.10

This is a bug fix release.


# df26b234 26-Sep-2020 DonLewisFreeBSD <truckman@FreeBSD.org>

Python418 - Upgrade bundled python on AOO418 branch. (#99)

* Upgrade bundled python to 2.7.18.

* Updated LICENSE for Python 2.7.18

Co-authored-by: Don Lewis <truckman@apache.org>
Co-authored-

Python418 - Upgrade bundled python on AOO418 branch. (#99)

* Upgrade bundled python to 2.7.18.

* Updated LICENSE for Python 2.7.18

Co-authored-by: Don Lewis <truckman@apache.org>
Co-authored-by: mseidel <mseidel@apache.org>

show more ...


# 2b2dfb98 22-Aug-2020 DonLewisFreeBSD <truckman@FreeBSD.org>

Merge pull request #92 from DonLewisFreeBSD/AOO418

AOO418 openssl upgrade


# 21aebe28 21-Aug-2020 Matthias Seidel <mseidel@apache.org>

Update LICENSE


# 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 ...


# 996f785a 07-Oct-2018 Peter Kovacs <petko@apache.org>

Issue 127886 - Upgraded bundled curl from 7.19.7 to 7.61.1

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


# 54da5ba9 05-Jul-2017 Jim Jagielski <jim@apache.org>

Merge r1755873, r1800568 from trunk:

#i127069#: bundled expat version 2.1.0 has two vulnerabilities

Upgrade bundled expat to version 2.2.0, which fixes:
CVE-2016-5300
CVE-2012-6702

It is not k

Merge r1755873, r1800568 from trunk:

#i127069#: bundled expat version 2.1.0 has two vulnerabilities

Upgrade bundled expat to version 2.2.0, which fixes:
CVE-2016-5300
CVE-2012-6702

It is not known whether these can be exploited when expat is used
as part of OpenOffice. All of input files to expat seem to come
from the OpenOffice source.

One patch is needed to the expat source, without which saxparser
crashes during the build. It has been submitted upstream, see
<https://sourceforge.net/p/expat/bugs/539/>. It is only triggered
when building expat with -DXML_UNICODE which is not the default,
but this flag is used when building the bundled expat.



#i127461#: Update bundled expat to version 2.2.1

Version 2.2.0 that is bundled in trunk has vulnerabilities CVE-2017-9233
and CVE-2016-9063 and other potential problems. It is not known whether
these impact OpenOffice.

The patch for <https://sourceforge.net/p/expat/bugs/539/> is included so
we no longer need a local patch for that. We do need a new patch to
work around the lack of <stdint.h> in MS Visual Studio 9.0.


Submitted by: truckman
Reviewed by: jim


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

show more ...


# 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 ...


# d3e0dd8e 02-Sep-2013 Steve Yin <steve_y@apache.org>

Merged with the trunk.

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


# bac4ac7f 13-Jun-2013 Andrea Pescetti <pescetti@apache.org>

Bump copyright year.

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


# bf121af8 18-Oct-2012 Herbert Dürr <hdu@apache.org>

Remove the incubating disclaimer now that Apache OpenOffice has graduated from the Apache Incubator

On October 18th, 2012 the Apache Software foundation announced that the
Apache OpenOffice project

Remove the incubating disclaimer now that Apache OpenOffice has graduated from the Apache Incubator

On October 18th, 2012 the Apache Software foundation announced that the
Apache OpenOffice project has graduated from the Apache Incubator


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

show more ...


# 1f2720e2 24-Sep-2012 Ariel Constenla-Haile <arielch@apache.org>

Fix license encoding

Convert to UTF-8 encoding, fix line endings mixed up while copying and
pasting licenses.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389189 13f79535-47bb-

Fix license encoding

Convert to UTF-8 encoding, fix line endings mixed up while copying and
pasting licenses.

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

show more ...


# 416de96f 03-Apr-2012 Herbert Dürr <hdu@apache.org>

#i119168# updated configure help for category-b/aggregation instructions and update license/notice boilerplate text

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1308922 13f79535-

#i119168# updated configure help for category-b/aggregation instructions and update license/notice boilerplate text

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

show more ...


# 1a139aa0 02-Apr-2012 Oliver-Rainer Wittmann <orw@apache.org>

reworked LICENSE and NOTICE due to the feedback we have got.


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


# aa77e320 22-Mar-2012 Pedro Giffuni <pfg@apache.org>

Sort better relative to NOTICE.

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


# 7ba83249 22-Mar-2012 Pedro Giffuni <pfg@apache.org>

Add licenses for XFree86 Inc. and some contributors including HP, SuSE and the FSF. Cleanup some stuff while here.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1303647 13f79535-4

Add licenses for XFree86 Inc. and some contributors including HP, SuSE and the FSF. Cleanup some stuff while here.

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

show more ...


# 18337953 20-Mar-2012 Pedro Giffuni <pfg@apache.org>

Some more cleanups.

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


12