From a5868f63957e77849886e3c9d8bfa0125f2d7039 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 14 Jul 2019 12:40:56 +0300 Subject: [PATCH] etc/sources.list: update testing for bullseye & add note to stable for it > over the last years we had people getting confused over -updates > (recommended updates) and /updates (security updates). Starting > with Debian 11 "bullseye" we have therefore renamed the suite including > the security updates to -security. https://lists.debian.org/debian-devel-announce/2019/07/msg00004.html --- etc/apt/sources.list/stable | 4 ++++ etc/apt/sources.list/testing | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/etc/apt/sources.list/stable b/etc/apt/sources.list/stable index f7f0788a..68c65399 100644 --- a/etc/apt/sources.list/stable +++ b/etc/apt/sources.list/stable @@ -1,3 +1,7 @@ +# NOTE FOR DEBIAN 11 BULLSEYE! +# When it's released, run 's/\/updates/-security/g' and remove this note! +# https://lists.debian.org/debian-devel-announce/2019/07/msg00004.html + ## Main repos deb https://deb.debian.org/debian stable main contrib non-free deb-src https://deb.debian.org/debian stable main contrib non-free diff --git a/etc/apt/sources.list/testing b/etc/apt/sources.list/testing index 916bd95e..ad645be5 100644 --- a/etc/apt/sources.list/testing +++ b/etc/apt/sources.list/testing @@ -9,19 +9,19 @@ deb https://deb.debian.org/debian-debug testing-debug main contrib non-free #deb tor+http://ktqxbqrhg5ai2c7f.onion/debian-debug testing-debug main contrib non-free ## Security repo CDN -deb https://deb.debian.org/debian-security/ testing/updates main contrib non-free -deb-src https://deb.debian.org/debian-security/ testing/updates main contrib non-free +deb https://deb.debian.org/debian-security/ testing-security main contrib non-free +deb-src https://deb.debian.org/debian-security/ testing-security main contrib non-free ## https://bugs.debian.org/894081 deb https://deb.debian.org/debian-debug testing-proposed-updates-debug main contrib non-free ## Security repo directly # To be enabled AFTER it gets https, meanwhile CDN & Tor must be enough. -#deb http://security.debian.org/ testing/updates main contrib non-free -#deb-src http://security.debian.org/ testing/updates main contrib non-free +#deb http://security.debian.org/ testing-security main contrib non-free +#deb-src http://security.debian.org/ testing-security main contrib non-free ## Security repos over Tor -deb tor+http://sgvtcaew4bxjd7ln.onion/debian-security testing/updates main contrib non-free -deb-src tor+http://sgvtcaew4bxjd7ln.onion/debian-security testing/updates main contrib non-free +deb tor+http://sgvtcaew4bxjd7ln.onion/debian-security testing-security main contrib non-free +deb-src tor+http://sgvtcaew4bxjd7ln.onion/debian-security testing-security main contrib non-free ## https://bugs.debian.org/894081 #deb tor+http://ktqxbqrhg5ai2c7f.onion/debian-debug testing-proposed-updates-debug main contrib non-free