Makefile.fetch |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7b34f8ba4efff6201eb1e676512ab649ca9d38c7
Author: Thorsten Behrens <thorsten.behr...@cib.de>
Date:   Tue Feb 20 14:06:24 2018 +0100

    download tarballs via HTTPS
    
    Change-Id: I5ba41e5d41765442067ed0c4bfa16bbf90a5fb6f

diff --git a/Makefile.fetch b/Makefile.fetch
index d7a69cfbaaae..d26ac70c9e6b 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -209,11 +209,11 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk 
$(SRCDIR)/download.lst $(SRCDIR)
                $(call fetch_Optional,WPS,WPS_TARBALL) \
                $(call fetch_Optional,XSLTML,XSLTML_TARBALL) \
                $(call fetch_Optional,ZLIB,ZLIB_TARBALL) \
-       ,$(call fetch_Download_item,http://dev-www.libreoffice.org/src,$(item)))
+       ,$(call 
fetch_Download_item,https://dev-www.libreoffice.org/src,$(item)))
        $(foreach item, \
                $(call fetch_Optional,DBGHELP,DBGHELP_DLL) \
                $(call fetch_Optional,ODK,UNOWINREG_DLL) \
-       ,$(call 
fetch_Download_item,http://dev-www.libreoffice.org/extern,$(item)))
+       ,$(call 
fetch_Download_item,https://dev-www.libreoffice.org/extern,$(item)))
        $(foreach item, \
                $(call fetch_Optional_pack,BARCODE_EXTENSION_PACK) \
                $(call fetch_Optional_pack,DIAGRAM_EXTENSION_PACK) \
@@ -238,7 +238,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk 
$(SRCDIR)/download.lst $(SRCDIR)
                $(call fetch_Optional,MOZ,$(MOZ_ZIP_RUNTIME)) \
        ,$(call 
fetch_Download_item_unchecked,http://dev-www.libreoffice.org/mozilla,$(item)))
        $(if $(call fetch_Optional,LIBGLTF,LIBGLTF_TARBALL) \
-       , $(call 
fetch_Download_item,http://dev-www.libreoffice.org/src/libgltf,$(call 
fetch_Optional,LIBGLTF,LIBGLTF_TARBALL)))
+       , $(call 
fetch_Download_item,https://dev-www.libreoffice.org/src/libgltf,$(call 
fetch_Optional,LIBGLTF,LIBGLTF_TARBALL)))
        @mkdir -p $(dir $@) && touch $@
 
 # vim: set noet sw=4 ts=4:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to