You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2019/11/01 21:28:05 UTC

[openoffice] branch AOO42X updated (0803cc9 -> a797984)

This is an automated email from the ASF dual-hosted git repository.

arielch pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git.


    from 0803cc9  Fixes from upstream for newer GCC
     new 70bb07f  Check _MSC_VER
     new a797984  Ignore /log folder created by build.pl --html

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                     |  1 +
 main/nss/nss_bug_1437734.patch | 23 +++++++++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)


[openoffice] 01/02: Check _MSC_VER

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

arielch pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 70bb07f34728add4cdd417f995ac7ed44d8d5926
Author: Ariel Constenla-Haile <ar...@apache.org>
AuthorDate: Fri Nov 1 14:08:56 2019 -0300

    Check _MSC_VER
    
    (cherry picked from commit 60374adc815ee4dfe39410d357c22db295ee1026)
---
 main/nss/nss_bug_1437734.patch | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/main/nss/nss_bug_1437734.patch b/main/nss/nss_bug_1437734.patch
index 19e7ead..c0cf847 100644
--- a/main/nss/nss_bug_1437734.patch
+++ b/main/nss/nss_bug_1437734.patch
@@ -1,6 +1,17 @@
 --- misc/nss-3.25/nss/cmd/signtool/sign.c	2016-06-20 14:11:28.000000000 -0300
-+++ misc/build/nss-3.25/nss/cmd/signtool/sign.c	2019-10-28 21:16:32.798336910 -0300
-@@ -43,6 +43,7 @@ SignArchive(char *tree, char *keyName, c
++++ misc/build/nss-3.25/nss/cmd/signtool/sign.c	2019-11-01 13:32:56.496828470 -0300
+@@ -8,6 +8,10 @@
+ #include "blapi.h"
+ #include "sechash.h" /* for HASH_GetHashObject() */
+
++#if defined(_MSC_VER) && _MSC_VER < 1900
++#define snprintf _snprintf
++#endif
++
+ static int create_pk7(char *dir, char *keyName, int *keyType);
+ static int jar_find_key_type(CERTCertificate *cert);
+ static int manifesto(char *dirname, char *install_script, PRBool recurse);
+@@ -43,6 +47,7 @@ SignArchive(char *tree, char *keyName, c
      int status;
      char tempfn[FNSIZE], fullfn[FNSIZE];
      int keyType = rsaKey;
@@ -8,7 +19,7 @@
  
      metafile = meta_file;
      optimize = _optimize;
-@@ -81,11 +82,18 @@ SignArchive(char *tree, char *keyName, c
+@@ -81,11 +86,18 @@ SignArchive(char *tree, char *keyName, c
          }
  
          /* rsa/dsa to zip */
@@ -32,7 +43,7 @@
          JzipAdd(fullfn, tempfn, zipfile, compression_level);
  
          /* Loop through all files & subdirectories, add to archive */
-@@ -95,22 +103,44 @@ SignArchive(char *tree, char *keyName, c
+@@ -95,22 +107,44 @@ SignArchive(char *tree, char *keyName, c
      }
      /* mf to zip */
      strcpy(tempfn, "META-INF/manifest.mf");
@@ -85,7 +96,7 @@
          JzipAdd(fullfn, tempfn, zipfile, compression_level);
      }
  
-@@ -413,6 +443,7 @@ static int
+@@ -413,6 +447,7 @@ static int
  manifesto_xpi_fn(char *relpath, char *basedir, char *reldir, char *filename, void *arg)
  {
      char fullname[FNSIZE];
@@ -93,7 +104,7 @@
  
      if (verbosity >= 0) {
          PR_fprintf(outputFD, "--> %s\n", relpath);
-@@ -426,7 +457,10 @@ manifesto_xpi_fn(char *relpath, char *ba
+@@ -426,7 +461,10 @@ manifesto_xpi_fn(char *relpath, char *ba
          if (!PL_HashTableLookup(extensions, ext))
              return 0;
      }


[openoffice] 02/02: Ignore /log folder created by build.pl --html

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

arielch pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit a7979842436f943f2f08858b07f3fa792512e4e1
Author: Ariel Constenla-Haile <ar...@apache.org>
AuthorDate: Fri Nov 1 14:14:46 2019 -0300

    Ignore /log folder created by build.pl --html
    
    (cherry picked from commit b8d88ba114ba139e7a0c1f78e7e64fddfc0b52e6)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 69b5ad4..187bc08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,7 @@
 CVS
 TAGS
 \#*
+/log
 
 # id-utils, ctags, cscope
 /ID