From: Michael Prokop Date: Thu, 11 Jul 2019 15:00:11 +0000 (+0200) Subject: Sources list setup for security: switch from testing/updates to testing-security X-Git-Tag: v0.34.1~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=3e832a3a100fa4e58ffd3f364f37fc6bbf703f2b Sources list setup for security: switch from testing/updates to testing-security Supposed to fix: | E: Failed to fetch http://security.debian.org/dists/testing/updates/main/source/Sources 404 Not Found [IP: 2a04:4e42:9::204 80] Nowadays only http://security-cdn.debian.org/dists/testing-security/ exists. Quoting from https://lists.debian.org/debian-security/2019/06/msg00015.html: | I would like to switch to *-security instead of */updates starting with | bullseye. There will likely be some complications, but they should be | solvable by the time we will publish packages in bullseye-security. --- diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_TESTING b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_TESTING index 0a51c94..a7dbe01 100644 --- a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_TESTING +++ b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_TESTING @@ -3,5 +3,5 @@ deb-src http://ftp.debian.org/debian/ testing main contrib non-free # security updates: - deb http://security.debian.org/ testing/updates main contrib - deb-src http://security.debian.org/ testing/updates main contrib + deb http://security.debian.org/ testing-security main contrib + deb-src http://security.debian.org/ testing-security main contrib