mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 00/20] remove FTP support
@ 2024-05-14 20:35 Lucas Stach
  2024-05-14 20:35 ` [ptxdist] [PATCH 01/20] alsa-lib: remove FTP URL Lucas Stach
                   ` (19 more replies)
  0 siblings, 20 replies; 45+ messages in thread
From: Lucas Stach @ 2024-05-14 20:35 UTC (permalink / raw)
  To: ptxdist

Fedora 40 decided to ship wget2 as wget replacement [1], which does not
support the FTP(S) protocol, with no progress on the issue tracking the
implementation since a few years. While the change is quite questionable,
with even upstream disagreeing [3], it may be a hint that it's finally
time to phase out FTP usage.

As wget2 doesn't understand the passive-ftp option, all downloads using
the wget based handler are broken, not just the packages actually using
FTP.

[1] https://discussion.fedoraproject.org/t/f40-change-proposal-wget2-as-wget/96422
[2] https://gitlab.com/gnuwget/wget2/-/issues/3
[3] https://gitlab.com/gnuwget/wget2/-/issues/661

Lucas Stach (20):
  alsa-lib: remove FTP URL
  alsa-utils: remove FTP URL
  ckermit: replace download URL with HTTP
  dialog: remove FTP URL
  efax: replace download URL with HTTPS
  fftw: remove FTP URL
  figlet: replace URL with HTTPS
  gdb: remove FTP URL
  gdbserver: remove FTP URL
  glu: replace download URL with HTTPS
  gnupg: remove FTP URL
  libffi: remove FTP URL
  libgpg-error: remove FTP URL
  libksba: remove FTP URL
  mesa-demos: replace download URL with HTTPS
  netkit-ftp: remove FTP URL
  npth: remove FTP URL
  nvmetcli: version bump 0.7 -> 0.8
  proftpd: move to staging
  ptxd_make_get: remove FTP support

 rules/alsa-lib.make          | 4 +---
 rules/alsa-utils.make        | 4 +---
 rules/ckermit.make           | 2 +-
 rules/dialog.make            | 4 +---
 rules/efax.in                | 6 ++++++
 rules/efax.make              | 2 +-
 rules/fftw.make              | 4 +---
 rules/figlet.make            | 2 +-
 rules/gdb.make               | 4 +---
 rules/gdbserver.make         | 4 +---
 rules/glu.make               | 2 +-
 rules/gnupg.make             | 4 +---
 rules/libffi.make            | 4 +---
 rules/libgpg-error.make      | 3 +--
 rules/libksba.make           | 4 +---
 rules/mesa-demos.make        | 2 +-
 rules/netkit-ftp.make        | 4 +---
 rules/npth.make              | 4 +---
 rules/nvmetcli.make          | 6 +++---
 rules/proftpd.in             | 7 ++++++-
 scripts/lib/ptxd_make_get.sh | 4 +---
 21 files changed, 33 insertions(+), 47 deletions(-)

-- 
2.39.2




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

end of thread, other threads:[~2024-06-13  8:06 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-14 20:35 [ptxdist] [PATCH 00/20] remove FTP support Lucas Stach
2024-05-14 20:35 ` [ptxdist] [PATCH 01/20] alsa-lib: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 02/20] alsa-utils: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 03/20] ckermit: replace download URL with HTTP Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 04/20] dialog: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 05/20] efax: replace download URL with HTTPS Lucas Stach
2024-05-15  6:25   ` Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 06/20] fftw: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 07/20] figlet: replace URL with HTTPS Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-06-12 12:32   ` [ptxdist] [PATCH 07/20] " Alexander Dahl
2024-06-13  8:05     ` Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 08/20] gdb: remove FTP URL Lucas Stach
2024-05-15  5:52   ` Alexander Dahl
2024-05-15  6:27   ` Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 09/20] gdbserver: " Lucas Stach
2024-05-15  5:53   ` Alexander Dahl
2024-05-15  6:27   ` Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 10/20] glu: replace download URL with HTTPS Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 11/20] gnupg: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 12/20] libffi: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 13/20] libgpg-error: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 14/20] libksba: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 15/20] mesa-demos: replace download URL with HTTPS Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 16/20] netkit-ftp: remove FTP URL Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 17/20] npth: " Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 18/20] nvmetcli: version bump 0.7 -> 0.8 Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 19/20] proftpd: move to staging Lucas Stach
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-14 20:35 ` [ptxdist] [PATCH 20/20] ptxd_make_get: remove FTP support Lucas Stach
2024-05-15  6:38   ` Michael Olbrich

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