Makefile.fetch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit e1bfdd4bc4d21ec8822173b554c159dad72484b4 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 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits