* [Buildroot] [PATCH] package/mksh: fix project URL in Config.in
@ 2021-11-12 18:59 unixmania
2021-11-12 19:33 ` Yann E. MORIN
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: unixmania @ 2021-11-12 18:59 UTC (permalink / raw)
To: buildroot; +Cc: Carlos Santos
From: Carlos Santos <unixmania@gmail.com>
It's https://www.mirbsd.org/mksh.htm
Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
package/mksh/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/mksh/Config.in b/package/mksh/Config.in
index e6ccc90646..098f9840e5 100644
--- a/package/mksh/Config.in
+++ b/package/mksh/Config.in
@@ -22,4 +22,4 @@ config BR2_PACKAGE_MKSH
operating environments
(thus including patches from pdksh on e.g. Debian).
- http://mirbsd.de/mksh
+ https://www.mirbsd.org/mksh.htm
--
2.27.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [Buildroot] [PATCH] package/mksh: fix project URL in Config.in 2021-11-12 18:59 [Buildroot] [PATCH] package/mksh: fix project URL in Config.in unixmania @ 2021-11-12 19:33 ` Yann E. MORIN 2021-11-12 20:47 ` Carlos Santos 2021-11-14 14:26 ` Thomas Petazzoni 2021-11-17 22:31 ` Peter Korsgaard 2 siblings, 1 reply; 6+ messages in thread From: Yann E. MORIN @ 2021-11-12 19:33 UTC (permalink / raw) To: unixmania; +Cc: buildroot Carlos, All, On 2021-11-12 15:59 -0300, unixmania@gmail.com spake thusly: > From: Carlos Santos <unixmania@gmail.com> > > It's https://www.mirbsd.org/mksh.htm ... which does not support TLS 1.2, and so recent browsers whine about an insecure connection, like Firefox: Secure Connection Failed An error occurred during a connection to www.mirbsd.org. Peer using unsupported version of security protocol. Error code: SSL_ERROR_UNSUPPORTED_VERSION * The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. * Please contact the website owners to inform them of this problem. [Learn more…] This website might not support the TLS 1.2 protocol, which is the minimum version supported by Firefox. Enabling TLS 1.0 and TLS 1.1 might allow this connection to succeed. TLS 1.0 and TLS 1.1 will be permanently disabled in a future release. And indeed, enabling TLS 1.0 and 1.1 allows the connection to succeed... Too bad... :-( And of course, we can't download it either, of course, but fortunately, there is the fallback to s.b.o : >>> mksh 59c Downloading wget --passive-ftp -nd -t 3 -O '/home/ymorin/dev/buildroot/O/build/.mksh-R59c.tgz.5iZMHq/output' 'https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59c.tgz' --2021-11-12 20:24:00-- https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59c.tgz Resolving www.mirbsd.org (www.mirbsd.org)... 62.138.145.52, 2001:470:1f0b:76c::1 Connecting to www.mirbsd.org (www.mirbsd.org)|62.138.145.52|:443... connected. OpenSSL: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol Unable to establish SSL connection. wget --passive-ftp -nd -t 3 -O '/home/ymorin/dev/buildroot/O/build/.mksh-R59c.tgz.ojSduH/output' 'http://sources.buildroot.net/mksh/mksh-R59c.tgz' --2021-11-12 20:24:01-- http://sources.buildroot.net/mksh/mksh-R59c.tgz Resolving sources.buildroot.net (sources.buildroot.net)... 172.67.72.56, 104.26.1.37, 104.26.0.37, ... Connecting to sources.buildroot.net (sources.buildroot.net)|172.67.72.56|:80... connected. HTTP request sent, awaiting response... 200 OK Meh... :-( Should we switch over to using plain http instead? It is not much less secure than TLS 1.0 or 1.1, for which there are known and practical attacks, and plain http will work. Also, we do have the hashes, so we can at least assess the integrity and authenticity of the download. Regards, Yann E. MORIN. > Signed-off-by: Carlos Santos <unixmania@gmail.com> > --- > package/mksh/Config.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/mksh/Config.in b/package/mksh/Config.in > index e6ccc90646..098f9840e5 100644 > --- a/package/mksh/Config.in > +++ b/package/mksh/Config.in > @@ -22,4 +22,4 @@ config BR2_PACKAGE_MKSH > operating environments > (thus including patches from pdksh on e.g. Debian). > > - http://mirbsd.de/mksh > + https://www.mirbsd.org/mksh.htm > -- > 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] 6+ messages in thread
* Re: [Buildroot] [PATCH] package/mksh: fix project URL in Config.in 2021-11-12 19:33 ` Yann E. MORIN @ 2021-11-12 20:47 ` Carlos Santos 2021-11-12 20:57 ` Yann E. MORIN 0 siblings, 1 reply; 6+ messages in thread From: Carlos Santos @ 2021-11-12 20:47 UTC (permalink / raw) To: Yann E. MORIN; +Cc: buildroot COn Fri, Nov 12, 2021 at 4:33 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote: > > Carlos, All, > > On 2021-11-12 15:59 -0300, unixmania@gmail.com spake thusly: > > From: Carlos Santos <unixmania@gmail.com> > > > > It's https://www.mirbsd.org/mksh.htm > > ... which does not support TLS 1.2, and so recent browsers whine about > an insecure connection, like Firefox: > [...] > > And indeed, enabling TLS 1.0 and 1.1 allows the connection to succeed... > Too bad... :-( > > And of course, we can't download it either, of course, but fortunately, > there is the fallback to s.b.o : > > >>> mksh 59c Downloading > wget --passive-ftp -nd -t 3 -O '/home/ymorin/dev/buildroot/O/build/.mksh-R59c.tgz.5iZMHq/output' 'https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59c.tgz' > --2021-11-12 20:24:00-- https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59c.tgz > Resolving www.mirbsd.org (www.mirbsd.org)... 62.138.145.52, 2001:470:1f0b:76c::1 > Connecting to www.mirbsd.org (www.mirbsd.org)|62.138.145.52|:443... connected. > OpenSSL: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol > Unable to establish SSL connection. > wget --passive-ftp -nd -t 3 -O '/home/ymorin/dev/buildroot/O/build/.mksh-R59c.tgz.ojSduH/output' 'http://sources.buildroot.net/mksh/mksh-R59c.tgz' > --2021-11-12 20:24:01-- http://sources.buildroot.net/mksh/mksh-R59c.tgz > Resolving sources.buildroot.net (sources.buildroot.net)... 172.67.72.56, 104.26.1.37, 104.26.0.37, ... > Connecting to sources.buildroot.net (sources.buildroot.net)|172.67.72.56|:80... connected. > HTTP request sent, awaiting response... 200 OK > > Meh... :-( > > Should we switch over to using plain http instead? It is not much less > secure than TLS 1.0 or 1.1, for which there are known and practical > attacks, and plain http will work. Also, we do have the hashes, so we > can at least assess the integrity and authenticity of the download. I already reported the problem to the project owner. Waiting for a response. -- Carlos Santos <unixmania@gmail.com> _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH] package/mksh: fix project URL in Config.in 2021-11-12 20:47 ` Carlos Santos @ 2021-11-12 20:57 ` Yann E. MORIN 0 siblings, 0 replies; 6+ messages in thread From: Yann E. MORIN @ 2021-11-12 20:57 UTC (permalink / raw) To: Carlos Santos; +Cc: buildroot Carlos, All, On 2021-11-12 17:47 -0300, Carlos Santos spake thusly: > COn Fri, Nov 12, 2021 at 4:33 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote: > > On 2021-11-12 15:59 -0300, unixmania@gmail.com spake thusly: > > > From: Carlos Santos <unixmania@gmail.com> > > > It's https://www.mirbsd.org/mksh.htm > > ... which does not support TLS 1.2, and so recent browsers whine about > > an insecure connection, like Firefox: [--SNIP--] > I already reported the problem to the project owner. Waiting for a response. Ok, cool. Thanks! Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | 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] 6+ messages in thread
* Re: [Buildroot] [PATCH] package/mksh: fix project URL in Config.in 2021-11-12 18:59 [Buildroot] [PATCH] package/mksh: fix project URL in Config.in unixmania 2021-11-12 19:33 ` Yann E. MORIN @ 2021-11-14 14:26 ` Thomas Petazzoni 2021-11-17 22:31 ` Peter Korsgaard 2 siblings, 0 replies; 6+ messages in thread From: Thomas Petazzoni @ 2021-11-14 14:26 UTC (permalink / raw) To: unixmania; +Cc: buildroot On Fri, 12 Nov 2021 15:59:09 -0300 unixmania@gmail.com wrote: > From: Carlos Santos <unixmania@gmail.com> > > It's https://www.mirbsd.org/mksh.htm > > Signed-off-by: Carlos Santos <unixmania@gmail.com> > --- > package/mksh/Config.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I've changed to use http:// instead of https:// as for now the https:// version is broken, and applied to master. Thanks! Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH] package/mksh: fix project URL in Config.in 2021-11-12 18:59 [Buildroot] [PATCH] package/mksh: fix project URL in Config.in unixmania 2021-11-12 19:33 ` Yann E. MORIN 2021-11-14 14:26 ` Thomas Petazzoni @ 2021-11-17 22:31 ` Peter Korsgaard 2 siblings, 0 replies; 6+ messages in thread From: Peter Korsgaard @ 2021-11-17 22:31 UTC (permalink / raw) To: unixmania; +Cc: buildroot >>>>> "unixmania" == unixmania <unixmania@gmail.com> writes: > From: Carlos Santos <unixmania@gmail.com> > It's https://www.mirbsd.org/mksh.htm > 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] 6+ messages in thread
end of thread, other threads:[~2021-11-17 22:31 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-11-12 18:59 [Buildroot] [PATCH] package/mksh: fix project URL in Config.in unixmania 2021-11-12 19:33 ` Yann E. MORIN 2021-11-12 20:47 ` Carlos Santos 2021-11-12 20:57 ` Yann E. MORIN 2021-11-14 14:26 ` Thomas Petazzoni 2021-11-17 22:31 ` 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.