From a725a4af76fed9c4f06188f022f9a8f28ff333bd Mon Sep 17 00:00:00 2001 From: Andreas Rönnquist Date: Thu, 23 Jan 2025 15:33:55 +0100 Subject: apt-secure manual page is in manual section 8 --- apt-private/private-update.cc | 2 +- debian/NEWS | 2 +- test/integration/test-apt-get-update-sourceslist-warning | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc index d5faf5d2f..2b96f48fb 100644 --- a/apt-private/private-update.cc +++ b/apt-private/private-update.cc @@ -122,7 +122,7 @@ bool DoUpdate() { _error->Notice(_("Consider migrating all sources.list(5) entries to the deb822 .sources format")); _error->Notice(_("The deb822 .sources format supports both embedded as well as external OpenPGP keys")); - _error->Notice(_("See apt-secure(7) for best practices in configuring repository signing.")); + _error->Notice(_("See apt-secure(8) for best practices in configuring repository signing.")); } } diff --git a/debian/NEWS b/debian/NEWS index 4f2c4ef50..096415a6c 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -5,7 +5,7 @@ apt (2.9.24) unstable; urgency=medium sources.list(5) entries without the Signed-By field are deprecated; migrate any legacy entries to the deb822 .sources format. See the - apt-secure(7) manual page for best practices for signer configuration. + apt-secure(8) manual page for best practices for signer configuration. This deprecates the /etc/apt/trusted.gpg.d directory. -- Julian Andres Klode Tue, 21 Jan 2025 12:17:36 +0100 diff --git a/test/integration/test-apt-get-update-sourceslist-warning b/test/integration/test-apt-get-update-sourceslist-warning index 652f9f49f..7e27e4825 100755 --- a/test/integration/test-apt-get-update-sourceslist-warning +++ b/test/integration/test-apt-get-update-sourceslist-warning @@ -49,11 +49,11 @@ N: Usage of apt_auth.conf(5) should be preferred over embedding login informatio N: Missing Signed-By in the sources.list(5) entry for 'http://example.org/debian' N: Consider migrating all sources.list(5) entries to the deb822 .sources format N: The deb822 .sources format supports both embedded as well as external OpenPGP keys -N: See apt-secure(7) for best practices in configuring repository signing." apt update --no-download +N: See apt-secure(8) for best practices in configuring repository signing." apt update --no-download echo 'deb tor+https://apt:debian@example.org/debian bookworm main' > rootdir/etc/apt/sources.list.d/example.list testsuccessequal "$BOILERPLATE N: Usage of apt_auth.conf(5) should be preferred over embedding login information directly in the sources.list(5) entry for 'tor+https://example.org/debian' N: Missing Signed-By in the sources.list(5) entry for 'tor+https://example.org/debian' N: Consider migrating all sources.list(5) entries to the deb822 .sources format N: The deb822 .sources format supports both embedded as well as external OpenPGP keys -N: See apt-secure(7) for best practices in configuring repository signing." apt update --no-download +N: See apt-secure(8) for best practices in configuring repository signing." apt update --no-download -- cgit v1.2.3-70-g09d2