From c484679bb3ea4672bf34ba3fd1d5d7596f00a11a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 12 Oct 2017 15:56:34 +0100 Subject: [PATCH] Download sources via HTTPS Signed-off-by: Michael Tremer --- config/xen-image/xen-image-maker.sh | 2 +- lfs/Config | 4 ++-- lfs/ddns | 2 +- lfs/fireinfo | 2 +- lfs/ipfire-netboot | 2 +- lfs/pakfire3 | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/xen-image/xen-image-maker.sh b/config/xen-image/xen-image-maker.sh index e6004a8b36..7c70a6445e 100644 --- a/config/xen-image/xen-image-maker.sh +++ b/config/xen-image/xen-image-maker.sh @@ -54,7 +54,7 @@ KERNEL=linux-$KERN_TYPE-$KVER-$KERN_PACK.ipfire if [ "$XEN_IMG_TYPE" == "xva" ]; then # download xva.py if it not exist. if [ ! -e xva.py ]; then - wget http://source.ipfire.org/source-2.x/xva.py + wget https://source.ipfire.org/source-2.x/xva.py fi # XenCenter use other devicenames and # xvdd seems to be reserved (converter bug?). diff --git a/lfs/Config b/lfs/Config index d7d2a24a18..b961db94fa 100644 --- a/lfs/Config +++ b/lfs/Config @@ -44,8 +44,8 @@ endif # URLs that are common sources of downloads. If you're having trouble with # a site you should change its URL to that of a suitable mirror site. # -URL_IPFIRE = http://source.ipfire.org/source-2.x -URL_TOOLCHAIN = http://source.ipfire.org/toolchains +URL_IPFIRE = https://source.ipfire.org/source-2.x +URL_TOOLCHAIN = https://source.ipfire.org/toolchains URL_SOURCE = git.ipfire.org:/pub/sources/source-2.x # Don't change this; it will be overridden by other makefiles where necessary. diff --git a/lfs/ddns b/lfs/ddns index 3d7efa5913..14890cbba1 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -28,7 +28,7 @@ VER = 010 THISAPP = ddns-$(VER) DL_FILE = $(THISAPP).tar.xz -DL_FROM = http://source.ipfire.org/releases/ddns/ +DL_FROM = https://source.ipfire.org/releases/ddns/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/fireinfo b/lfs/fireinfo index 55a78455c0..67d4cba452 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -28,7 +28,7 @@ VER = 2.1.11 THISAPP = fireinfo-v$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://source.ipfire.org/releases/fireinfo/ +DL_FROM = https://source.ipfire.org/releases/fireinfo/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/ipfire-netboot b/lfs/ipfire-netboot index d94a88dc6d..a2607cdeff 100644 --- a/lfs/ipfire-netboot +++ b/lfs/ipfire-netboot @@ -29,7 +29,7 @@ PXE_VER = 1b67a05 THISAPP = ipfire-netboot-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://source.ipfire.org/releases/ipfire-netboot/ +DL_FROM = https://source.ipfire.org/releases/ipfire-netboot/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 diff --git a/lfs/pakfire3 b/lfs/pakfire3 index d71d4242fe..e51452824d 100644 --- a/lfs/pakfire3 +++ b/lfs/pakfire3 @@ -28,7 +28,7 @@ VER = 0.9.25 THISAPP = pakfire-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://source.ipfire.org/releases/pakfire/ +DL_FROM = https://source.ipfire.org/releases/pakfire/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pakfire3 -- 2.39.2