From fd3684cdbc165ceaa635ed19fcbd231f509b0179 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 7 Nov 2024 13:58:49 +0100 Subject: Remove ftp, rsh, ssh methods (disabled since 1.8) These methods have been unsupported and disabled since 1.8, remove them for the 3.0 cleanup. Please migrate to http instead. If you need ad-hoc access to a remote repository, you can run `python3 -m http.server` on that machine and use SSH port forwarding to run http over ssh. --- debian/NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian') diff --git a/debian/NEWS b/debian/NEWS index 749ee478b..ae555f15f 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,15 @@ +apt (2.9.11) unstable; urgency=medium + + The ftp, rsh, ssh methods have been removed. They have been unsupported + and disabled since 1.8. Please migrate to http(s) instead, or contribute + an sftp method. + + If you need ad-hoc access to a remote repository, you can usually run + `python3 -m http.server` on that machine and use SSH port forwarding to + run http over ssh. + + -- Julian Andres Klode Thu, 07 Nov 2024 14:02:07 +0100 + apt (2.5.2) unstable; urgency=medium Installing or upgrading a binary package now upgrades other binaries from -- cgit v1.2.3-70-g09d2