You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/04/03 20:50:34 UTC

[openoffice] branch AOO42X updated (23e7785 -> 6167380)

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

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


    from 23e7785  Added missing License Header
     new 67e8721  Corrected link for OpenSSL
     new 6167380  Corrected link for OpenSSL - Next try

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:
 main/external_deps.lst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[openoffice] 01/02: Corrected link for OpenSSL

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

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

commit 67e87212ab77b4dde96e7bf0d7ea292b918d380e
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Apr 3 22:05:56 2020 +0200

    Corrected link for OpenSSL
    
    (cherry picked from commit ec39b87182e26b6255929e31f2d6d533a6ccf674)
---
 main/external_deps.lst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/external_deps.lst b/main/external_deps.lst
index b51fc09..497f529 100644
--- a/main/external_deps.lst
+++ b/main/external_deps.lst
@@ -153,7 +153,7 @@ if (SOLAR_JAVA==TRUE)
 if (SYSTEM_OPENSSL!=YES && DISABLE_OPENSSL!=TRUE)
     MD5 = ef66581b80f06eae42f5268bc0b50c6d
     name = openssl-1.0.2t.tar.gz
-    URL1 = https://www.openssl.org/source/$(name)
+    URL1 = https://www.openssl.org/source/old/$(name)
     URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if ( true )


[openoffice] 02/02: Corrected link for OpenSSL - Next try

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

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

commit 6167380773ae85b6d805738bb0e901c7d1cd1b1a
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Apr 3 22:18:37 2020 +0200

    Corrected link for OpenSSL - Next try
    
    (cherry picked from commit 766492fde6049cd7d200e94f0485da517806fd35)
---
 main/external_deps.lst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/external_deps.lst b/main/external_deps.lst
index 497f529..e60f57c 100644
--- a/main/external_deps.lst
+++ b/main/external_deps.lst
@@ -153,7 +153,7 @@ if (SOLAR_JAVA==TRUE)
 if (SYSTEM_OPENSSL!=YES && DISABLE_OPENSSL!=TRUE)
     MD5 = ef66581b80f06eae42f5268bc0b50c6d
     name = openssl-1.0.2t.tar.gz
-    URL1 = https://www.openssl.org/source/old/$(name)
+    URL1 = https://www.openssl.org/source/old/1.0.2/$(name)
     URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if ( true )