From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 14 May 2024 22:36:12 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1s6yse-00ElmW-1O for lore@lore.pengutronix.de; Tue, 14 May 2024 22:36:12 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1s6ysd-0002WX-QH; Tue, 14 May 2024 22:36:11 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s6ysL-0002VF-85 for ptxdist@pengutronix.de; Tue, 14 May 2024 22:35:53 +0200 Received: from [2a0a:edc0:0:1101:1d::28] (helo=dude02.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1s6ysK-001PpX-Ro for ptxdist@pengutronix.de; Tue, 14 May 2024 22:35:52 +0200 From: Lucas Stach To: ptxdist@pengutronix.de Date: Tue, 14 May 2024 22:35:32 +0200 Message-Id: <20240514203552.1297323-1-l.stach@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 00/20] remove FTP support X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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