All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/mksh: use plain HTTP in download and license links
@ 2021-11-14 21:03 unixmania
  2021-11-14 21:25 ` Yann E. MORIN
  2021-11-17 22:33 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: unixmania @ 2021-11-14 21:03 UTC (permalink / raw)
  To: buildroot; +Cc: Carlos Santos

From: Carlos Santos <unixmania@gmail.com>

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
and rely on the hashes to verify the integrity and authenticity of the
download.

Signed-off-by: Carlos Santos <unixmania@gmail.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
 
-- 
2.27.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v2] package/mksh: use plain HTTP in download and license links
  2021-11-14 21:03 [Buildroot] [PATCH v2] package/mksh: use plain HTTP in download and license links unixmania
@ 2021-11-14 21:25 ` Yann E. MORIN
  2021-11-17 22:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-11-14 21:25 UTC (permalink / raw)
  To: unixmania; +Cc: buildroot

Carlos, All,

On 2021-11-14 18:03 -0300, unixmania@gmail.com spake thusly:
> From: Carlos Santos <unixmania@gmail.com>
> 
> 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
> and rely on the hashes to verify the integrity and authenticity of the
> download.
> 
> Signed-off-by: Carlos Santos <unixmania@gmail.com>

Applied to master, after adding a reference to your recent commit for
the homepage, thanks!

Regards,
Yann E. MORIN.

> ---
>  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
>  
> -- 
> 2.27.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v2] package/mksh: use plain HTTP in download and license links
  2021-11-14 21:03 [Buildroot] [PATCH v2] package/mksh: use plain HTTP in download and license links unixmania
  2021-11-14 21:25 ` Yann E. MORIN
@ 2021-11-17 22:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-11-17 22:33 UTC (permalink / raw)
  To: unixmania; +Cc: buildroot

>>>>> "unixmania" == unixmania  <unixmania@gmail.com> writes:

 > From: Carlos Santos <unixmania@gmail.com>
 > 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
 > and rely on the hashes to verify the integrity and authenticity of the
 > download.

 > Signed-off-by: Carlos Santos <unixmania@gmail.com>

Committed to 2021.02.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-17 22:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-14 21:03 [Buildroot] [PATCH v2] package/mksh: use plain HTTP in download and license links unixmania
2021-11-14 21:25 ` Yann E. MORIN
2021-11-17 22:33 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.