Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] support/download: fix running on hosts with wget2 (branch yem/dl-curl)
@ 2024-05-18 20:25 Yann E. MORIN
  2024-05-18 20:25 ` [Buildroot] [PATCH 1/2] support/download: introduce curl backend for FTP transfers Yann E. MORIN
  2024-05-18 20:25 ` [Buildroot] [PATCH 2/2] utils/genrandconfig: do not check certificates with curl Yann E. MORIN
  0 siblings, 2 replies; 7+ messages in thread
From: Yann E. MORIN @ 2024-05-18 20:25 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN

Hello All!

Recently, Fedora 40 was released, which uses wget2 instead of the
"original" wget (aka wget1). wget2 is almost a drop-in replacement
for wget1, except it no longer supports FTP and WARC. While WARC was
unused in Buildroot, FTP is still used by a few packges, some of
which only available via FTP.

Switch to using curl for FTP downloads.

We could have switched to curl for http/s downlads too, but it is
possible that existing packages (esp. in br2-external trees) use
wget1 options, like we used to in the now-dropped amd-catalyst
package for example. So we decided to only convert FTP downloads
over to curl, and keep the rest unchanged, to minise the impact.

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (2):
      support/download: introduce curl backend for FTP transfers
      utils/genrandconfig: do not check certificates with curl

 Config.in                     |  4 ++++
 docs/manual/prerequisite.adoc |  1 +
 package/pkg-download.mk       |  1 +
 package/pkg-generic.mk        |  2 ++
 support/download/curl         | 45 +++++++++++++++++++++++++++++++++++++++++++
 support/download/dl-wrapper   |  1 +
 utils/genrandconfig           |  1 +
 7 files changed, 55 insertions(+)
 create mode 100755 support/download/curl

--
.-----------------.--------------------.------------------.--------------------.
|  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] 7+ messages in thread

end of thread, other threads:[~2024-05-21 17:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 20:25 [Buildroot] [PATCH 0/2] support/download: fix running on hosts with wget2 (branch yem/dl-curl) Yann E. MORIN
2024-05-18 20:25 ` [Buildroot] [PATCH 1/2] support/download: introduce curl backend for FTP transfers Yann E. MORIN
2024-05-19  7:46   ` Yann E. MORIN
2024-05-21 16:19   ` [Buildroot] [External] " Maier, Brandon L Collins via buildroot
2024-05-21 17:07     ` Yann E. MORIN
2024-05-21 17:15       ` Maier, Brandon L Collins via buildroot
2024-05-18 20:25 ` [Buildroot] [PATCH 2/2] utils/genrandconfig: do not check certificates with curl Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox