dropbear: use https URLs
While a hash check is being done, it's still better to use a download URL with HTTPS. Signed-off-by: Danilo Bargen <mail@dbrgn.ch> Reviewed-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
005c52f4bd
commit
09bc89a6fc
@ -13,7 +13,7 @@ config BR2_PACKAGE_DROPBEAR
|
||||
Alternatively, mount a persistent unionfs over your root
|
||||
filesystem.
|
||||
|
||||
http://matt.ucc.asn.au/dropbear/dropbear.html
|
||||
https://matt.ucc.asn.au/dropbear/dropbear.html
|
||||
|
||||
if BR2_PACKAGE_DROPBEAR
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
DROPBEAR_VERSION = 2017.75
|
||||
DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases
|
||||
DROPBEAR_SITE = https://matt.ucc.asn.au/dropbear/releases
|
||||
DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
|
||||
DROPBEAR_LICENSE = MIT, BSD-2-Clause-like, BSD-2-Clause
|
||||
DROPBEAR_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user