mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Download sources via HTTPS
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -54,7 +54,7 @@ KERNEL=linux-$KERN_TYPE-$KVER-$KERN_PACK.ipfire
|
|||||||
if [ "$XEN_IMG_TYPE" == "xva" ]; then
|
if [ "$XEN_IMG_TYPE" == "xva" ]; then
|
||||||
# download xva.py if it not exist.
|
# download xva.py if it not exist.
|
||||||
if [ ! -e xva.py ]; then
|
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
|
fi
|
||||||
# XenCenter use other devicenames and
|
# XenCenter use other devicenames and
|
||||||
# xvdd seems to be reserved (converter bug?).
|
# xvdd seems to be reserved (converter bug?).
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ endif
|
|||||||
# URLs that are common sources of downloads. If you're having trouble with
|
# 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.
|
# a site you should change its URL to that of a suitable mirror site.
|
||||||
#
|
#
|
||||||
URL_IPFIRE = http://source.ipfire.org/source-2.x
|
URL_IPFIRE = https://source.ipfire.org/source-2.x
|
||||||
URL_TOOLCHAIN = http://source.ipfire.org/toolchains
|
URL_TOOLCHAIN = https://source.ipfire.org/toolchains
|
||||||
URL_SOURCE = git.ipfire.org:/pub/sources/source-2.x
|
URL_SOURCE = git.ipfire.org:/pub/sources/source-2.x
|
||||||
|
|
||||||
# Don't change this; it will be overridden by other makefiles where necessary.
|
# Don't change this; it will be overridden by other makefiles where necessary.
|
||||||
|
|||||||
2
lfs/ddns
2
lfs/ddns
@@ -28,7 +28,7 @@ VER = 010
|
|||||||
|
|
||||||
THISAPP = ddns-$(VER)
|
THISAPP = ddns-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.xz
|
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)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ VER = 2.1.11
|
|||||||
|
|
||||||
THISAPP = fireinfo-v$(VER)
|
THISAPP = fireinfo-v$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
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)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ PXE_VER = 1b67a05
|
|||||||
|
|
||||||
THISAPP = ipfire-netboot-$(VER)
|
THISAPP = ipfire-netboot-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
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)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
SUP_ARCH = x86_64 i586
|
SUP_ARCH = x86_64 i586
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ VER = 0.9.25
|
|||||||
|
|
||||||
THISAPP = pakfire-$(VER)
|
THISAPP = pakfire-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
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)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = pakfire3
|
PROG = pakfire3
|
||||||
|
|||||||
Reference in New Issue
Block a user