mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
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 commit 399ad854cc
(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>
This commit is contained in:
parent
146787b9bf
commit
0e83706aa1
@ -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