[Buildroot] [git commit branch/2021.02.x] package/mksh: use plain HTTP in download and license links

Peter Korsgaard peter at korsgaard.com
Wed Nov 17 22:32:53 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=4059ebe90205dc1dc74f0de9945ca5c69552f4f5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

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 399ad854cc21 (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 at gmail.com>
[yann.morin.1998 at free.fr: slight rewording in the commit message]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 0e83706aa1a02e9ba294796ba52f7bebee909ad7)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/mksh/mksh.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/mksh/mksh.mk b/package/mksh/mksh.mk
index 386b1bd016..c4818e8692 100644
--- a/package/mksh/mksh.mk
+++ b/package/mksh/mksh.mk
@@ -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
 


More information about the buildroot mailing list