History log of /trunk/main/scp2/ (Results 51 - 75 of 208)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a21e173418-Jul-2016 truckman

Revert previous change, mangled commit message.



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

6a69440318-Jul-2016 truckman

Ps-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 rel

Ps-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@1753148 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 ...

30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

show more ...

7c12a17212-Feb-2016 Pedro Giffuni

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 m

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.


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

show more ...

21f228df02-Jan-2016 Pedro Giffuni

Rearrange the fonts installation.

Disabling the fonts was causing issues with fc_local.conf


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722634 13f79535-47bb-

Rearrange the fonts installation.

Disabling the fonts was causing issues with fc_local.conf


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

show more ...

4aa5699929-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 ...

33e3de2b26-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 ...

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

Revision tags: AOO412, SNAPSHOT, AOO411
272fcf5101-May-2015 Andrea Pescetti

#i126281# Do not build/ship hwpfilter.


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

54e7ba5313-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 ...

66d4592e28-Nov-2014 Yuri Dario

#i125592# enable NSS modules also on OS/2 port.

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

1b8c19f428-Aug-2014 Yuri Dario

#i125501# build fixes for enabling Category B also in OS/2 port.

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

eb7664d612-May-2014 Herbert Dürr

#i124875# support Mac AV-Foundation API for multimedia content


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

cf132de206-May-2014 Herbert Dürr

#i124800# switch avmedia's QuickTime component to QTKit for now

because the QuickTime API is not available to 64bit clients. The switch to QTKit
is temporary only because it has already

#i124800# switch avmedia's QuickTime component to QTKit for now

because the QuickTime API is not available to 64bit clients. The switch to QTKit
is temporary only because it has already been deprecated in OSX 10.9. We'll have
to switch to OSX's AVFoundation framework instead soon.

Suggested by: Ariel Constenla-Haile <arielch@apache.org>


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

show more ...

Revision tags: AOO410
6a653daf22-Apr-2014 Juergen Schmidt

#124701# bring back moz bootstrap to find profile

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

Revision tags: AOO410_Beta
43cf7aa427-Feb-2014 Jürgen Schmidt

#124311# merge from AOO410 branch

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

943a75ac12-Feb-2014 Jürgen Schmidt

#124224# replace images and adapt DS_Store file

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

1e1ac45023-Jan-2014 Herbert Dürr

#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

5a7504da08-Jan-2014 Herbert Dürr

#i114728# the quicktime framework is is no longer available in OSX SDKs>=10.7


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

768015e225-Nov-2013 Andre Fischer

123729: Removed support for unused scp style LAYERE_REGISTRY and last uses (already commented out).

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

123729: Removed support for unused scp style LAYERE_REGISTRY and last uses (already commented out).

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

show more ...

b597708b18-Nov-2013 Herbert Dürr

#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/op

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

9902b16c14-Nov-2013 Steve Yin

Sync with the trunk

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


41069e5513-Nov-2013 Andre Fischer

123531: Removed CompID lines (already commented out).

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

d1fa634412-Nov-2013 Andre Fischer

123634: Removed unused support for merge modules from make_installer.pl and modules.

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

123456789