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 From 1229eb44efd5aa59e3b34ddfe8b7e13f09eb055f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 7 Nov 2024 14:53:30 +0000 Subject: Apply messaging fixes from Robert Krátký MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/NEWS b/debian/NEWS index ae555f15f..e07c179af 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,12 +1,12 @@ 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 + The ftp, rsh, and 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 + 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. + run HTTP over SSH. -- Julian Andres Klode Thu, 07 Nov 2024 14:02:07 +0100 -- cgit v1.2.3-70-g09d2