[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-5-1' - Makefile.fetch

Thorsten Behrens Thorsten.Behrens at CIB.de
Tue Feb 20 20:45:31 UTC 2018


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

New commits:
commit e1bfdd4bc4d21ec8822173b554c159dad72484b4
Author: Thorsten Behrens <Thorsten.Behrens at 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 18850935ee32..c58fd0929d5a 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -210,11 +210,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) \
@@ -234,7 +234,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)
 		$(call fetch_Optional_pack,WATCH_WINDOW_EXTENSION_PACK) \
 	,$(call fetch_Download_item,http://ooo.itc.hu/oxygenoffice/download/libreoffice,$(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:


More information about the Libreoffice-commits mailing list