You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2016/12/01 02:24:47 UTC

svn commit: r1772139 - /openoffice/trunk/main/external_deps.lst

Author: pfg
Date: Thu Dec  1 02:24:47 2016
New Revision: 1772139

URL: http://svn.apache.org/viewvc?rev=1772139&view=rev
Log:
curl uses https now, update it.

Modified:
    openoffice/trunk/main/external_deps.lst

Modified: openoffice/trunk/main/external_deps.lst
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?rev=1772139&r1=1772138&r2=1772139&view=diff
==============================================================================
--- openoffice/trunk/main/external_deps.lst (original)
+++ openoffice/trunk/main/external_deps.lst Thu Dec  1 02:24:47 2016
@@ -230,7 +230,7 @@ if (SYSTEM_EXPAT != YES)
 if (SYSTEM_CURL != YES)
     MD5 = c264788f2e4313a05140d712c1ec90c2
     name = curl-7.50.1.tar.gz
-    URL1 = http://curl.haxx.se/download/$(name)
+    URL1 = https://curl.haxx.se/download/$(name)
     URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (WITH_CATA_FONTS == YES)