[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - Makefile.fetch
Thorsten Behrens
Thorsten.Behrens at CIB.de
Tue Feb 20 13:07:01 UTC 2018
Makefile.fetch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 3deae1fa1cb098eb47d16bdf578426c9d541da09
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 3884f7f50200..3042183f64e4 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) \
@@ -233,7 +233,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