History log of /aoo41x/ (Results 726 - 750 of 5867)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d9b45acf26-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 ...

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

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

257b46fa24-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 ...

cf61990923-Feb-2016 pfg

Update the Apache licensed Beanshell to 2.0b6
From it's new home at github:

https://github.com/beanshell/beanshell

The new release addresses CVE-2016-2510.


git-svn

Update the Apache licensed Beanshell to 2.0b6
From it's new home at github:

https://github.com/beanshell/beanshell

The new release addresses CVE-2016-2510.


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

show more ...

6ee2a58503-Jan-2016 Pedro Giffuni

Revert r1722700, bringing back the bundled Python version to 2.7.8

The buildbots were not fetching the original tarball so
we cached thin in ext_sources (r1722746).

Found by:

Revert r1722700, bringing back the bundled Python version to 2.7.8

The buildbots were not fetching the original tarball so
we cached thin in ext_sources (r1722746).

Found by: damjan


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

show more ...

b733030b03-Jan-2016 Pedro Giffuni

It's Calibri not Colibri


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

d48af59829-Dec-2015 Pedro Giffuni

Optionally bring new crosextra font: Carlito

Carlito is a modern, friendly sans-serif font, metric-compatible with
Microsoft's Calibri font. Carlito comes in regular, bold, italic, and b

Optionally bring new crosextra font: Carlito

Carlito is a modern, friendly sans-serif font, metric-compatible with
Microsoft's Calibri font. Carlito comes in regular, bold, italic, and bold
italic. The family covers Latin-Greek-Cyrillic (not a complete set,
though) with about 2,000 glyphs.

Designed by Lukasz Dziedzic available under Open Font License.

____

In general it's a bad practice to bring new features/fonts under
a Category B license: in this case we do it purely for compatibility
with other office suites and we apply the regular rules for Category B.


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

show more ...

0432342429-Dec-2015 Pedro Giffuni

Update name of Caladea font for the logs

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

b3eddd3726-Dec-2015 Pedro Giffuni

Bring new crosextra font: Caladea

Caladea is a modern Latin typeface inspired by the contrast, style and
ornaments of Khmer typefaces and writing styles. Its main objective is to
be

Bring new crosextra font: Caladea

Caladea is a modern Latin typeface inspired by the contrast, style and
ornaments of Khmer typefaces and writing styles. Its main objective is to
be used to write Latin texts in a Khmer context, but it is also an elegant
choice for all kinds of texts.

Designed by Carolina Giovagnoli and Andres Torresi
for Huerta Tipografica under an Apache 2.0 License.
____

This is specially interesting as it is metrically compatible with
MS Cambria.

While here sort out some issues:
- Sadly, we don't really carry an equivalent for "Arial Narrow".
- There is not need for Arimo in the Windows platform.


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

show more ...

2b8b9bca24-Nov-2015 Pedro Giffuni

Update basic fonts:

Use new versions of the Google Croscore and DejaVu fonts.
The Croscore fonts do not carry NeuSymbol anymore but
that is not really an issue since we carry OpenSym

Update basic fonts:

Use new versions of the Google Croscore and DejaVu fonts.
The Croscore fonts do not carry NeuSymbol anymore but
that is not really an issue since we carry OpenSymbol.

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

show more ...

3ba1801314-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

a428685513-Jan-2015 Pedro Giffuni

Update ChromeOS fonts to version 1.23.0

As mentioned in their corresponding web pages, the latest versions
of the ChromeOS fonts are under an Apache License V2.

"Updated in May

Update ChromeOS fonts to version 1.23.0

As mentioned in their corresponding web pages, the latest versions
of the ChromeOS fonts are under an Apache License V2.

"Updated in May 2013 with improved hinting and released under the Apache
2.0 license."

https://www.google.com/fonts/specimen/Arimo
https://www.google.com/fonts/specimen/Tinos
https://www.google.com/fonts/specimen/Cousine

Thanks to Google for providing this great fonts freely.



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

show more ...

3c936e4d12-Jan-2015 Pedro Giffuni

Beanshell 2.0b5 update

The Beanshell source code has been licensed to the Apache Software
Foundation under a SGA. Huge thanks to Patrick Niemeyer for making
this software available u

Beanshell 2.0b5 update

The Beanshell source code has been licensed to the Apache Software
Foundation under a SGA. Huge thanks to Patrick Niemeyer for making
this software available under an Apache License version 2.


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

show more ...

cf0f3c9207-Jan-2015 Kay Schenk

#i125922#
Patch by: Michal Hriň
Dejavu font update.



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

cbedf18607-Jan-2015 Kay Schenk

#i125922#
Patch by: Michal Hriň
dejavu font update.



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

17435e9b24-Mar-2014 Juergen Schmidt

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

8f6e868f24-Mar-2014 Juergen Schmidt

#124410# #124411# related change to version upgrades code, logging

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

f45a320d24-Mar-2014 Juergen Schmidt

#124410# update apache commons-lang to version 3.3

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

97ec3ebd24-Mar-2014 Juergen Schmidt

#124410# update apache commons-codec to version 1.6

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

6661fa3d24-Mar-2014 Juergen Schmidt

#124410# update apache commons-logging to version 1.1.3

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

b4b977c924-Mar-2014 Juergen Schmidt

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

7aa0a60729-Aug-2020 Don Lewis

Rename configure.in to more standard configure.ac.

a41e569401-Oct-2017 Pedro Giffuni

freebsd-powerpc: obvious fix.

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

44db7cb501-Oct-2017 Pedro Giffuni

freebsd-arm: obvious fix.

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

1...<<21222324252627282930>>...235