diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-11-07 13:58:49 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-11-07 14:04:30 +0100 |
| commit | fd3684cdbc165ceaa635ed19fcbd231f509b0179 (patch) | |
| tree | bc6df7a75bcc227d44a435ffca411ad519008f40 /debian | |
| parent | e362d060a47ec3c7f487fa8e37eddbc72ac02d13 (diff) | |
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.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
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 <jak@debian.org> 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 |
