#!/bin/sh set -e TESTDIR="$(readlink -f "$(dirname "$0")")" . "$TESTDIR/framework" setupenvironment configarchitecture 'amd64' setupaptarchive --no-update rm rootdir/etc/apt/apt.conf.d/signed-by testsuccess apt update testsuccess apt update --no-download cat > rootdir/var/lib/apt/lists/example.org_debian_dists_bookworm_Release < rootdir/etc/apt/sources.list.d/example.sources testsuccessequal "$BOILERPLATE N: Missing Signed-By in the sources.list(5) entry for 'http://example.org/debian'" apt update --no-download rm rootdir/etc/apt/sources.list.d/example.sources msgmsg 'Detect login info embedded in sources.list' echo 'deb http://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 'http://example.org/debian' A: The sources.list(5) entry for 'http://example.org/debian' should be upgraded to deb822 .sources A: Missing Signed-By in the sources.list(5) entry for 'http://example.org/debian' A: Consider migrating all sources.list(5) entries to the deb822 .sources format A: The deb822 .sources format supports both embedded as well as external OpenPGP keys A: See apt-secure(8) for best practices in configuring repository signing. A: Some sources can be modernized. Run 'apt modernize-sources' to do so." apt update --no-download --audit 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' A: The sources.list(5) entry for 'tor+https://example.org/debian' should be upgraded to deb822 .sources A: Missing Signed-By in the sources.list(5) entry for 'tor+https://example.org/debian' A: Consider migrating all sources.list(5) entries to the deb822 .sources format A: The deb822 .sources format supports both embedded as well as external OpenPGP keys A: See apt-secure(8) for best practices in configuring repository signing. A: Some sources can be modernized. Run 'apt modernize-sources' to do so." apt update --no-download --audit