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:35 UTC

[openoffice] 01/02: Corrected link for OpenSSL

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 )