Download most resource from HTTPS

As much as possible.
This commit is contained in:
AJ Jordan 2018-12-13 16:07:35 -05:00
parent b38e720440
commit 6303fbcacc
No known key found for this signature in database
GPG Key ID: A4FDB7BE12F63EC3
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ modules-$(CONFIG_DROPBEAR) += dropbear
dropbear_version := 2016.74
dropbear_dir := dropbear-$(dropbear_version)
dropbear_tar := dropbear-$(dropbear_version).tar.bz2
dropbear_url := http://matt.ucc.asn.au/dropbear/releases/$(dropbear_tar)
dropbear_url := https://matt.ucc.asn.au/dropbear/releases/$(dropbear_tar)
dropbear_hash := 2720ea54ed009af812701bcc290a2a601d5c107d12993e5d92c0f5f81f718891
dropbear_configure := ./configure \

View File

@ -3,7 +3,7 @@ modules-$(CONFIG_POPT) += popt
popt_version := 1.16
popt_dir := popt-$(popt_version)
popt_tar := popt-$(popt_version).tar.gz
popt_url := http://anduin.linuxfromscratch.org/BLFS/popt/$(popt_tar)
popt_url := https://anduin.linuxfromscratch.org/BLFS/popt/$(popt_tar)
popt_hash := e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
popt_configure := ./configure \

View File

@ -4,7 +4,7 @@ modules-$(CONFIG_ZLIB) += zlib
zlib_version := 1.2.11
zlib_dir := zlib-$(zlib_version)
zlib_tar := zlib-$(zlib_version).tar.gz
zlib_url := http://www.zlib.net/$(zlib_tar)
zlib_url := https://www.zlib.net/$(zlib_tar)
zlib_hash := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
zlib_configure := \