buildbot success in ASF Buildbot on openoffice-linux64-rat

2015-10-08 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-rat 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-rat/builds/93

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1707590 - /openoffice/pmc/Policies/RoleOfChair-2015-10.txt

2015-10-08 Thread orcmid
Author: orcmid
Date: Thu Oct  8 17:48:10 2015
New Revision: 1707590

URL: http://svn.apache.org/viewvc?rev=1707590=rev
Log:
Put public version in a stable location (adapted from 2015-08 list posting)

Added:
openoffice/pmc/Policies/RoleOfChair-2015-10.txt   (with props)

Added: openoffice/pmc/Policies/RoleOfChair-2015-10.txt
URL: 
http://svn.apache.org/viewvc/openoffice/pmc/Policies/RoleOfChair-2015-10.txt?rev=1707590=auto
==
--- openoffice/pmc/Policies/RoleOfChair-2015-10.txt (added)
+++ openoffice/pmc/Policies/RoleOfChair-2015-10.txt [UTF-8] Thu Oct  8 17:48:10 
2015
@@ -0,0 +1,160 @@
+RoleOfChair-2015-10.txt   UTF-8  2015-10-08
+
+ PRACTICE: ROLE OF CHAIR AND PMC RELATIONSHIP
+ 
+
+APACHE OPEN OFFICE PROJECT MANAGEMENT COMMITTEE
+
+ ***
+ VERSION 2  
+    2015-10-08T17:46Z   
+ ***
+
+
+
+
+This document is an adaptation of a list post made on
+2015-08-26 as part of establishment of a new OpenOffice
+PMC Chair.  It identifies the approach of that Chair
+and also specifies resources that expand on how an ASF
+Project is to operate.
+
+The information is intended for review by PMC Chairs
+(who may revise it), PMC members, and the wider public
+community for understanding of the relationships of
+ASF, PMCs and their Chairs, and how Apache projects
+serve the public good.
+
+CONTENT
+
+ 1. The PMC and How It Operates
+ 2. The Chair of the PMC
+ 3. Beyond the Dry Stuff
+
+It is useful to know some specifics concerning the role of a Project
+Management Committee (PMC) Chair and how that fits with the responsibilities
+of the PMC and what counts as Project Management for a volunteer-driven
+open-source software project.
+
+**PLEASE NOTE** It might appear in the material below that the Chair is in a
+position to be the (benevolent?) dictator of the PMC and the project.
+   That is not the case.
+   The technical decisions and detailed work fall to the PMC, the committers,
+and, for Apache OpenOffice, the community of contributors all the way out to
+end-users who submit bugs, complaints, and requests for assistance in
+difficulties of successful use.
+   You might say that the Chair has oversight on how well that activity is
+managed and fits under the umbrella of the Foundation.  This is not about
+technical direction to the extent there is no collision with over-riding ASF
+policy (e.g., in handling of IP).
+
+ 1. THE PMC AND HOW IT OPERATES
+
+Since the PMC Chair is a member of the PMC, an useful place for that important
+context is the "Project Management Committee Guide" at
+.
+
+The section on "PMC Required Policy" is very brief and to the point.  An
+aspect of PMC activity that is questioned from time to time is where the PMC
+conducts its business.  The final section of the required policy establishes
+*strict, mandatory* limitation on what PMC deliberations are allowed on
+private mailing lists under "Conduct Project Business on Mailing Lists."
+
+Everyone on the AOO PMC must understand and respect the "PMC Required Policy,"
+including the Chair.
+
+Neither the Chair nor the PMC have executive powers.  No one can command the
+work of others.  Discussions on technical direction and technical actions
+happen on public lists, with additional information on wikis, forums, and the
+repositories.  Some technical actions do require PMC approval, and for those,
+such as approval of a release, only the PMC members have binding votes.  That
+is because of the accountability of the PMC for assuring the integrity of the
+technical work.  In all respects, the objective is to operate with a clear
+consensus on all matters.
+
+Furthermore, all participants on ASF Projects, and those who contribute
+via apache.org resources and lists are subject to the Apache Software
+Foundation Code of Conduct,
+.
+That applies to the Chair and the PMC along with all other contributors.
+
+
+ 2. THE CHAIR OF THE PMC
+
+For the Chair, the "PMC FAQ" section of the PMC "Committee Guide"provides two
+additional explanations about what is expected.
+
+First, all the way down at "Changing the PMC Chair" there is an important link
+to "Why are PMC Chairs officers of the corporation,
+.
+
+Some general duties are described in the earlier "PMC FAQ" section on "What
+Are the Duties of the PMC Chair and How 

svn commit: r1707589 - in /openoffice/trunk/main/slideshow/test: main.cxx slidetest.cxx testshape.cxx testview.cxx views.cxx

2015-10-08 Thread damjan
Author: damjan
Date: Thu Oct  8 17:37:34 2015
New Revision: 1707589

URL: http://svn.apache.org/viewvc?rev=1707589=rev
Log:
#i125003# get slideshow tests to compile on Windows


Modified:
openoffice/trunk/main/slideshow/test/main.cxx
openoffice/trunk/main/slideshow/test/slidetest.cxx
openoffice/trunk/main/slideshow/test/testshape.cxx
openoffice/trunk/main/slideshow/test/testview.cxx
openoffice/trunk/main/slideshow/test/views.cxx

Modified: openoffice/trunk/main/slideshow/test/main.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/slideshow/test/main.cxx?rev=1707589=1707588=1707589=diff
==
--- openoffice/trunk/main/slideshow/test/main.cxx (original)
+++ openoffice/trunk/main/slideshow/test/main.cxx Thu Oct  8 17:37:34 2015
@@ -19,6 +19,8 @@
  * 
  */
 
+#include "precompiled_slideshow.hxx"
+
 #include "gtest/gtest.h"
 
 int main(int argc, char **argv)

Modified: openoffice/trunk/main/slideshow/test/slidetest.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/slideshow/test/slidetest.cxx?rev=1707589=1707588=1707589=diff
==
--- openoffice/trunk/main/slideshow/test/slidetest.cxx (original)
+++ openoffice/trunk/main/slideshow/test/slidetest.cxx Thu Oct  8 17:37:34 2015
@@ -19,7 +19,7 @@
  * 
  */
 
-
+#include "precompiled_slideshow.hxx"
 
 #include 
 #include 

Modified: openoffice/trunk/main/slideshow/test/testshape.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/slideshow/test/testshape.cxx?rev=1707589=1707588=1707589=diff
==
--- openoffice/trunk/main/slideshow/test/testshape.cxx (original)
+++ openoffice/trunk/main/slideshow/test/testshape.cxx Thu Oct  8 17:37:34 2015
@@ -19,7 +19,7 @@
  * 
  */
 
-
+#include "precompiled_slideshow.hxx"
 
 #include 
 #include 

Modified: openoffice/trunk/main/slideshow/test/testview.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/slideshow/test/testview.cxx?rev=1707589=1707588=1707589=diff
==
--- openoffice/trunk/main/slideshow/test/testview.cxx (original)
+++ openoffice/trunk/main/slideshow/test/testview.cxx Thu Oct  8 17:37:34 2015
@@ -19,7 +19,7 @@
  * 
  */
 
-
+#include "precompiled_slideshow.hxx"
 
 #include 
 #include 

Modified: openoffice/trunk/main/slideshow/test/views.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/slideshow/test/views.cxx?rev=1707589=1707588=1707589=diff
==
--- openoffice/trunk/main/slideshow/test/views.cxx (original)
+++ openoffice/trunk/main/slideshow/test/views.cxx Thu Oct  8 17:37:34 2015
@@ -19,7 +19,7 @@
  * 
  */
 
-
+#include "precompiled_slideshow.hxx"
 
 #include 
 #include 




buildbot success in ASF Buildbot on openoffice-linux64-rat-aoo410

2015-10-08 Thread buildbot
The Buildbot has detected a passing build on builder 
openoffice-linux64-rat-aoo410 while building ASF Buildbot. Full details are 
available at:
http://ci.apache.org/builders/openoffice-linux64-rat-aoo410/builds/89

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat-aoo410' 
triggered this build
Build Source Stamp: [branch openoffice/branches/AOO410] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1707651 - /openoffice/tags/SNAPSHOT/

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 02:19:57 2015
New Revision: 1707651

URL: http://svn.apache.org/viewvc?rev=1707651=rev
Log:
Set SNAPSHOT for 412m2.

Added:
openoffice/tags/SNAPSHOT/   (props changed)
  - copied from r1707650, openoffice/branches/AOO410/

Propchange: openoffice/tags/SNAPSHOT/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Oct  9 02:19:57 2015
@@ -0,0 +1,6 @@
+/openoffice/branches/AOO400:1503684
+/openoffice/branches/ia2:1417739-1541842
+/openoffice/branches/ooxml-osba:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
+/openoffice/branches/rejuvenate01:1480411,1534063,1534098,1536312,1549902,1560617
+/openoffice/trunk:1571617,1571619,1571677,1572577,1572587,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1607111,1607793,1607836,1608348,1608359,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611549,1612539,1612801,1621121,1623847,1623849-1623850,1642300-1642302,1647713,1654282,1669457,1669459,1669462-1669463,1669465,1689883,1689959,1690740,1690755,1690854,1694131-1694132,1694701,1702894,1702898,1702986,1702988,1705542-1705543,1705551,1706649,1707397
+/openoffice/trunk/main:1705369




svn commit: r1707650 - /openoffice/tags/SNAPSHOT/

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 02:17:53 2015
New Revision: 1707650

URL: http://svn.apache.org/viewvc?rev=1707650=rev
Log:
Prepare SNAPSHOT update.

Removed:
openoffice/tags/SNAPSHOT/



buildbot success in ASF Buildbot on openoffice-linux32-nightly

2015-10-08 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux32-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/109

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm2_ubuntu_32bit

Build Reason: The Nightly scheduler named 'openoffice-linux32-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1707642 - in /openoffice/trunk/main: ./ openssl/

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 01:04:24 2015
New Revision: 1707642

URL: http://svn.apache.org/viewvc?rev=1707642=rev
Log:
#i126572# Update OpenSSL to 0.9.8zg.
Patch by: pfg

Removed:
openoffice/trunk/main/openssl/openssl-0.9.8o-clang.patch
Modified:
openoffice/trunk/main/external_deps.lst
openoffice/trunk/main/openssl/makefile.mk
openoffice/trunk/main/openssl/openssl.patch
openoffice/trunk/main/openssl/openssllnx.patch
openoffice/trunk/main/openssl/opensslmacosx.patch
openoffice/trunk/main/openssl/opensslmingw.patch
openoffice/trunk/main/openssl/opensslsol.patch
openoffice/trunk/main/openssl/version.mk

Modified: openoffice/trunk/main/external_deps.lst
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?rev=1707642=1707641=1707642=diff
==
--- openoffice/trunk/main/external_deps.lst (original)
+++ openoffice/trunk/main/external_deps.lst Fri Oct  9 01:04:24 2015
@@ -156,9 +156,9 @@ if (SOLAR_JAVA==TRUE && ENABLE_MEDIAWIKI
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (SYSTEM_OPENSSL!=YES && DISABLE_OPENSSL!=TRUE)
-MD5 = 63ddc5116488985e820075e65fbe6aa4
-name = openssl-0.9.8o.tar.gz
-URL1 = http://www.openssl.org/source/openssl-0.9.8o.tar.gz
+MD5 = 0a912b6623ac95a8627ea2bd0e0abf1b
+name = openssl-0.9.8zg.tar.gz
+URL1 = http://www.openssl.org/source/openssl-0.9.8zg.tar.gz
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if ( true )

Modified: openoffice/trunk/main/openssl/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/openssl/makefile.mk?rev=1707642=1707641=1707642=diff
==
--- openoffice/trunk/main/openssl/makefile.mk (original)
+++ openoffice/trunk/main/openssl/makefile.mk Fri Oct  9 01:04:24 2015
@@ -42,10 +42,10 @@ TARGET=openssl
@echo "openssl disabled"
 .ENDIF
 
-OPENSSL_NAME=openssl-0.9.8o
+OPENSSL_NAME=openssl-0.9.8zg
 
 TARFILE_NAME=$(OPENSSL_NAME)
-TARFILE_MD5=63ddc5116488985e820075e65fbe6aa4
+TARFILE_MD5=0a912b6623ac95a8627ea2bd0e0abf1b
 
 CONFIGURE_DIR=.
 CONFIGURE_ACTION=config
@@ -63,8 +63,8 @@ UNAME=$(shell uname)
 .IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
PATCH_FILES=openssllnx.patch
ADDITIONAL_FILES:= \
-   libcrypto_OOo_0_9_8o.map \
-   libssl_OOo_0_9_8o.map
+   libcrypto_OOo_0_9_8zg.map \
+   libssl_OOo_0_9_8zg.map
.IF "$(CPU)" == "I"
.IF "$(UNAME)" == "GNU/kFreeBSD"
CONFIGURE_ACTION=Configure debian-kfreebsd-i386
@@ -87,8 +87,8 @@ UNAME=$(shell uname)
 .IF "$(OS)" == "SOLARIS"
PATCH_FILES=opensslsol.patch
ADDITIONAL_FILES:= \
-   libcrypto_OOo_0_9_8o.map \
-   libssl_OOo_0_9_8o.map
+   libcrypto_OOo_0_9_8zg.map \
+   libssl_OOo_0_9_8zg.map
#BUILD_ACTION=make 'SHARED_LDFLAGS=-G -dy -z text 
-M./lib(SHLIBDIRS)_OOo_0_9_8e.map'
 
# Use BUILD64 when 1 to select new specific 64bit Configurations if 
necessary
@@ -159,7 +159,7 @@ OUT2BIN += out/libeay32.dll
.ENDIF
 .ENDIF
 
-PATCH_FILES += openssl-0.9.8o-clang.patch
+PATCH_FILES += openssl-0.9.8zg-clang.patch
 
 #set 
INCLUDE=D:\sol_temp\n\msvc7net3\PlatformSDK\include;D:\sol_temp\n\msvc7net3\include\
 && set path=%path%;D:\sol_temp\r\btw\SRC680\perl\bin &&
 

Modified: openoffice/trunk/main/openssl/openssl.patch
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/openssl/openssl.patch?rev=1707642=1707641=1707642=diff
==
--- openoffice/trunk/main/openssl/openssl.patch (original)
+++ openoffice/trunk/main/openssl/openssl.patch Fri Oct  9 01:04:24 2015
@@ -1,5 +1,5 @@
 misc/openssl-0.9.8o/crypto/x509v3/v3_pci.c 2007-03-05 01:06:47.0 
+0100
-+++ misc/build/openssl-0.9.8o/crypto/x509v3/v3_pci.c   2010-03-26 
12:04:20.961547300 +0100
+--- misc/openssl-0.9.8zg/crypto/x509v3/v3_pci.c2007-03-05 
01:06:47.0 +0100
 misc/build/openssl-0.9.8zg/crypto/x509v3/v3_pci.c  2010-03-26 
12:04:20.961547300 +0100
 @@ -2,7 +2,7 @@
  /* Contributed to the OpenSSL Project 2004
   * by Richard Levitte (rich...@levitte.org)
@@ -9,9 +9,9 @@
   * (Royal Institute of Technology, Stockholm, Sweden).
   * All rights reserved.
   *
 misc/openssl-0.9.8o/crypto/x509v3/v3_pcia.c2004-12-28 
01:21:33.0 +0100
-+++ misc/build/openssl-0.9.8o/crypto/x509v3/v3_pcia.c  2010-03-26 
12:04:20.961547300 +0100
-@@ -2,7 +2,7 @@
+--- misc/openssl-0.9.8zg/crypto/x509v3/v3_pcia.c   2004-12-28 
01:21:33.0 +0100
 misc/build/openssl-0.9.8zg/crypto/x509v3/v3_pcia.c 2010-03-26 
12:04:20.961547300 +0100
+@@ -3,7 +3,7 @@
  /* Contributed to the OpenSSL Project 2004
   * by Richard Levitte (rich...@levitte.org)
   */
@@ -20,8 +20,8 @@
   * (Royal Institute of Technology, Stockholm, Sweden).

svn commit: r1707645 - /openoffice/trunk/main/openssl/openssl-0.9.8zg-clang.patch

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 01:47:56 2015
New Revision: 1707645

URL: http://svn.apache.org/viewvc?rev=1707645=rev
Log:
#i126572# Complete the OpenSSL update.
Patch by: pfg

Added:
openoffice/trunk/main/openssl/openssl-0.9.8zg-clang.patch

Added: openoffice/trunk/main/openssl/openssl-0.9.8zg-clang.patch
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/openssl/openssl-0.9.8zg-clang.patch?rev=1707645=auto
==
--- openoffice/trunk/main/openssl/openssl-0.9.8zg-clang.patch (added)
+++ openoffice/trunk/main/openssl/openssl-0.9.8zg-clang.patch Fri Oct  9 
01:47:56 2015
@@ -0,0 +1,11 @@
+--- misc/openssl-0.9.8zg/crypto/md32_common.h  2015-09-20 11:10:48.263008317 
-0500
 misc/build/openssl-0.9.8zg/crypto/md32_common.h2015-09-20 
11:11:50.047002757 -0500
+@@ -165,7 +165,7 @@
+ asm (   \
+ "roll %1,%0"\
+ : "=r"(ret) \
+-: "I"(n), "0"(a)\
++: "I"(n), "0"((unsigned int)a)\
+ : "cc");\
+ret; \
+ })




svn commit: r1707644 - /openoffice/branches/AOO410/main/solenv/inc/minor.mk

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 01:22:56 2015
New Revision: 1707644

URL: http://svn.apache.org/viewvc?rev=1707644=rev
Log:
#i126480# Update build and version number.

Modified:
openoffice/branches/AOO410/main/solenv/inc/minor.mk

Modified: openoffice/branches/AOO410/main/solenv/inc/minor.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/solenv/inc/minor.mk?rev=1707644=1707643=1707644=diff
==
--- openoffice/branches/AOO410/main/solenv/inc/minor.mk (original)
+++ openoffice/branches/AOO410/main/solenv/inc/minor.mk Fri Oct  9 01:22:56 2015
@@ -19,7 +19,7 @@
 #
 # *
 RSCVERSION=412
-RSCREVISION=412m1(Build:9780)
-BUILD=9780
-LAST_MINOR=m1
+RSCREVISION=412m2(Build:9781)
+BUILD=9781
+LAST_MINOR=m2
 SOURCEVERSION=AOO412




buildbot failure in ASF Buildbot on openoffice-linux64-nightly

2015-10-08 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/105

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed build --all

Sincerely,
 -The Buildbot





svn commit: r1707638 - in /openoffice/branches/AOO410/main: ./ configure.in

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 00:22:31 2015
New Revision: 1707638

URL: http://svn.apache.org/viewvc?rev=1707638=rev
Log:
#i126578# #i125921# fix autodetection of the OSX 10.10 SDK
Patch-by: Thorsten Wagner 

Modified:
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/configure.in

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Oct  9 00:22:31 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700126,170013
 
5,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408,1707412
+/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1643177,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,170012
 
6,1700135,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408,1707412

Modified: openoffice/branches/AOO410/main/configure.in
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/configure.in?rev=1707638=1707637=1707638=diff
==
--- openoffice/branches/AOO410/main/configure.in (original)
+++ openoffice/branches/AOO410/main/configure.in Fri Oct  9 00:22:31 2015
@@ -3937,7 +3937,7 @@ if test  "$_os" = "Darwin"; then
else
   MACOSX_DEPLOYMENT_TARGET=$sdk_target
 
-  sdk_found=`xcodebuild -showsdks | grep "sdk macosx10.[[789]]" | sed -e 
"s/.*sdk //" | head -n1`
+  sdk_found=`xcodebuild -showsdks | egrep "sdk macosx10.(7|8|9|10)" | sed 
-e "s/.*sdk //" | tail -n1`
   if test -z "$sdk_found"; then
  AC_MSG_ERROR([No SDK with OSX $sdk_target compatibility found])
   else




svn commit: r1707648 - /openoffice/branches/AOO410/extras/l10n/source/it/localize.sdf

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 02:05:24 2015
New Revision: 1707648

URL: http://svn.apache.org/viewvc?rev=1707648=rev
Log:
#i126120# [IT] Fix wrong translation for "Record changes".

Modified:
openoffice/branches/AOO410/extras/l10n/source/it/localize.sdf

Modified: openoffice/branches/AOO410/extras/l10n/source/it/localize.sdf
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/extras/l10n/source/it/localize.sdf?rev=1707648=1707647=1707648=diff
==
--- openoffice/branches/AOO410/extras/l10n/source/it/localize.sdf (original)
+++ openoffice/branches/AOO410/extras/l10n/source/it/localize.sdf Fri Oct  9 
02:05:24 2015
@@ -1783,7 +1783,7 @@ officecfg registry\data\org\openoffice\O
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:ToolProtectionDocument   
ContextLabel0   it  Documento...
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:ToolsOptions Label   
0   it  Opzioni foglio elettronico  
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:TraceChangeMode  Label   
0   it  Registra modifiche  
20130618 17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:TraceChangeMode  
ContextLabel0   it  ~Record di dati 
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:TraceChangeMode  
ContextLabel0   it  ~Registra modifiche 
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:UnderlineDotted  Label   
0   it  Sottolineato: puntato   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:UnderlineNoneLabel   
0   it  Sottolineato: off   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:UnderlineSingle  Label   
0   it  Sottolineato: semplice  
20130618 17:22:18
@@ -3938,7 +3938,7 @@ officecfg registry\data\org\openoffice\O
 officecfg  registry\data\org\openoffice\Office\UI\WriterCommands.xcu   
0   value   ..WriterCommands.UserInterface.Commands..uno:TextWrap   Label   
0   it  Scorrimento testo...
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\WriterCommands.xcu   
0   value   ..WriterCommands.UserInterface.Commands..uno:TextWrap   
ContextLabel0   it  Modifica... 
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\WriterCommands.xcu   
0   value   ..WriterCommands.UserInterface.Commands..uno:ToggleObjectLayer  
Label   0   it  Cambia posizione
20130618 17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\WriterCommands.xcu   
0   value   ..WriterCommands.UserInterface.Commands..uno:TrackChanges   
Label   0   it  ~Record di dati 
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\WriterCommands.xcu   
0   value   ..WriterCommands.UserInterface.Commands..uno:TrackChanges   
Label   0   it  ~Registra modifiche 
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\WriterCommands.xcu   
0   value   ..WriterCommands.UserInterface.Commands..uno:UnhainFrames   
Label   0   it  Annulla concatenazione  
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\WriterCommands.xcu   
0   value   ..WriterCommands.UserInterface.Commands..uno:UnsetCellsReadOnly 
Label   0   it  Disattiva protezione celle  
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\WriterCommands.xcu   
0   value   ..WriterCommands.UserInterface.Commands..uno:UpdateAll  Label   
0   it 

svn commit: r1707643 - in /openoffice/branches/AOO410/main: ./ openssl/

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 01:15:04 2015
New Revision: 1707643

URL: http://svn.apache.org/viewvc?rev=1707643=rev
Log:
#i126572# Update OpenSSL to 0.9.8zg.
Patch by: pfg

Removed:
openoffice/branches/AOO410/main/openssl/openssl-0.9.8o-clang.patch
Modified:
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/external_deps.lst
openoffice/branches/AOO410/main/openssl/makefile.mk
openoffice/branches/AOO410/main/openssl/openssl.patch
openoffice/branches/AOO410/main/openssl/openssllnx.patch
openoffice/branches/AOO410/main/openssl/opensslmacosx.patch
openoffice/branches/AOO410/main/openssl/opensslmingw.patch
openoffice/branches/AOO410/main/openssl/opensslsol.patch
openoffice/branches/AOO410/main/openssl/version.mk

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Oct  9 01:15:04 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1643177,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,170012
 
6,1700135,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408,1707412
+/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1643177,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,170012
 
6,1700135,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408,1707412,1707642

Modified: openoffice/branches/AOO410/main/external_deps.lst
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/external_deps.lst?rev=1707643=1707642=1707643=diff
==
--- openoffice/branches/AOO410/main/external_deps.lst (original)
+++ openoffice/branches/AOO410/main/external_deps.lst Fri Oct  9 01:15:04 2015
@@ -153,9 +153,9 @@ if (SOLAR_JAVA==TRUE && ENABLE_MEDIAWIKI
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (SYSTEM_OPENSSL!=YES && DISABLE_OPENSSL!=TRUE)
-MD5 = 63ddc5116488985e820075e65fbe6aa4
-name = openssl-0.9.8o.tar.gz
-URL1 = http://www.openssl.org/source/openssl-0.9.8o.tar.gz
+MD5 = 0a912b6623ac95a8627ea2bd0e0abf1b
+name = openssl-0.9.8zg.tar.gz
+URL1 = http://www.openssl.org/source/openssl-0.9.8zg.tar.gz
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if ( true )

Modified: openoffice/branches/AOO410/main/openssl/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/openssl/makefile.mk?rev=1707643=1707642=1707643=diff
==
--- openoffice/branches/AOO410/main/openssl/makefile.mk (original)
+++ openoffice/branches/AOO410/main/openssl/makefile.mk Fri Oct  9 01:15:04 2015
@@ -42,10 +42,10 @@ TARGET=openssl
@echo "openssl 

svn commit: r1707646 - in /openoffice/branches/AOO410/main: ./ openssl/openssl-0.9.8zg-clang.patch

2015-10-08 Thread pescetti
Author: pescetti
Date: Fri Oct  9 01:51:00 2015
New Revision: 1707646

URL: http://svn.apache.org/viewvc?rev=1707646=rev
Log:
#i126572# Complete the OpenSSL update.
Patch by: pfg

Added:
openoffice/branches/AOO410/main/openssl/openssl-0.9.8zg-clang.patch
  - copied unchanged from r1707645, 
openoffice/trunk/main/openssl/openssl-0.9.8zg-clang.patch
Modified:
openoffice/branches/AOO410/main/   (props changed)

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Oct  9 01:51:00 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1643177,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,170012
 
6,1700135,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408,1707412,1707642
+/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1643177,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,170012
 
6,1700135,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408,1707412,1707642,1707645




svn commit: r1707659 - /openoffice/trunk/main/sdext/prj/build.lst

2015-10-08 Thread damjan
Author: damjan
Date: Fri Oct  9 04:55:27 2015
New Revision: 1707659

URL: http://svn.apache.org/viewvc?rev=1707659=rev
Log:
The build sometimes fails (especially on Windows) because sdext starts 
compiling before rsc, and
needs rsc.exe which doesn't exist yet. Fix this.


Modified:
openoffice/trunk/main/sdext/prj/build.lst

Modified: openoffice/trunk/main/sdext/prj/build.lst
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sdext/prj/build.lst?rev=1707659=1707658=1707659=diff
==
--- openoffice/trunk/main/sdext/prj/build.lst (original)
+++ openoffice/trunk/main/sdext/prj/build.lst Fri Oct  9 04:55:27 2015
@@ -1,4 +1,4 @@
-dx sdext   :   L10N:l10n offuh comphelper unotools readlicense_oo cppu 
tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp NULL
+dx sdext   :   L10N:l10n offuh comphelper unotools readlicense_oo cppu 
tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp rsc NULL
 dx sdext   
usr1-   all sdext_mkout NULL
 dx sdext\prj   
get -   all sdext_prj NULL
 dx sdext\source\minimizer  nmake   -   
all sdext_minimizer sdext_inc NULL




buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2015-10-08 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-fbsd-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/96

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fbsd2_64bit

Build Reason: The Nightly scheduler named 'openoffice-fbsd-nightly' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed build --all

Sincerely,
 -The Buildbot