package/mksh: use plain HTTP in download and license links
The server does not support TLS v1.2, causing dowloads to fall back to sources.buildroot.net. Mail sent to the project owner bounces, so it looks like this issue will not be solved anytime soon. Switch to HTTP, like was done in commit399ad854cc
(package/mksh: fix project URL in Config.in) for the homepage, and rely on our hashes to verify the integrity and authenticity of the download. Signed-off-by: Carlos Santos <unixmania@gmail.com> [yann.morin.1998@free.fr: slight rewording in the commit message] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit0e83706aa1
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2a824ae39d
commit
4059ebe902
@ -6,8 +6,8 @@
|
||||
|
||||
MKSH_VERSION = 59c
|
||||
MKSH_SOURCE = mksh-R$(MKSH_VERSION).tgz
|
||||
MKSH_SITE = https://www.mirbsd.org/MirOS/dist/mir/mksh
|
||||
# For MirOS License see https://www.mirbsd.org/TaC-mksh.txt
|
||||
MKSH_SITE = http://www.mirbsd.org/MirOS/dist/mir/mksh
|
||||
# For MirOS License see http://www.mirbsd.org/TaC-mksh.txt
|
||||
MKSH_LICENSE = MirOS, ISC
|
||||
MKSH_LICENSE_FILES = mksh.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user