From a47018899d80e648e854793ddf2b849298776bd9 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 22 Nov 2018 20:27:40 +0200 Subject: [PATCH] sources.list: rewrite the Debian ones? Apparently I had been negleceting one important one, if not more. --- etc/apt/sources.list/sid | 4 ++-- etc/apt/sources.list/stable | 23 +++++++++++++++-------- etc/apt/sources.list/testing | 20 ++++++++++++++------ etc/apt/sources.list/unstable | 4 ++-- 4 files changed, 33 insertions(+), 18 deletions(-) diff --git a/etc/apt/sources.list/sid b/etc/apt/sources.list/sid index 4f58a050..e60b2878 100644 --- a/etc/apt/sources.list/sid +++ b/etc/apt/sources.list/sid @@ -1,9 +1,9 @@ -## Main Debian archives. +## Main repos deb https://deb.debian.org/debian sid main contrib non-free deb-src https://deb.debian.org/debian sid main contrib non-free #deb https://deb.debian.org/debian-debug sid-debug main contrib non-free -## Main Debian archives over Tor. +## Main repos over Tor #deb tor+http://vwakviie2ienjx6t.onion/debian sid main contrib non-free #deb-src tor+http://vwakviie2ienjx6t.onion/debian sid main contrib non-free #deb http://ktqxbqrhg5ai2c7f.onion/debian-debug sid-debug main contrib non-free diff --git a/etc/apt/sources.list/stable b/etc/apt/sources.list/stable index 7feec8f4..7f99cb1f 100644 --- a/etc/apt/sources.list/stable +++ b/etc/apt/sources.list/stable @@ -1,32 +1,39 @@ -## Main Debian archives. +## 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 #deb https://deb.debian.org/debian-debug stable-debug main contrib non-free -## Main Debian archives over Tor. +## Main repos over Tor #deb tor+http://vwakviie2ienjx6t.onion/debian stable main contrib non-free #deb-src tor+http://vwakviie2ienjx6t.onion/debian stable main contrib non-free #deb http://ktqxbqrhg5ai2c7f.onion/debian-debug stable-debug main contrib non-free -## Debian Security -deb http://security.debian.org/ stable/updates main contrib non-free -deb-src http://security.debian.org/ stable/updates main contrib non-free +## Security repo CDN +deb https://deb.debian.org/debian-security/ stable/updates main contrib non-free +deb-src https://deb.debian.org/debian-security/ stable/updates main contrib non-free ## https://bugs.debian.org/894081 #deb https://deb.debian.org/debian-debug stable-proposed-updates-debug main contrib non-free -## Debian Security Over Tor +## Security repo directly +deb http://security.debian.org/ stable/updates main contrib non-free +deb-src http://security.debian.org/ stable/updates main contrib non-free + +## Security repos over Tor #deb tor+http://sgvtcaew4bxjd7ln.onion/debian-security stable/updates main contrib non-free #deb-src tor+http://sgvtcaew4bxjd7ln.onion/debian-security stable/updates main contrib non-free ## https://bugs.debian.org/894081 #deb http://ktqxbqrhg5ai2c7f.onion/debian-debug stable-proposed-updates-debug main contrib non-free +## Updates repo +deb https://deb.debian.org/debian stable-updates main contrib non-free +deb-src https://deb.debian.org/debian stable-updates main contrib non-free -## Debian Backports +## Backports deb https://deb.debian.org/debian stable-backports main contrib non-free deb-src https://deb.debian.org/debian stable-backports main contrib non-free #deb https://deb.debian.org/debian-debug stable-backports-debug main contrib non-free -## Debian Backports over Tor +## Backports over Tor #deb tor+http://vwakviie2ienjx6t.onion/debian stable-backports main contrib non-free #deb-src tor+http://vwakviie2ienjx6t.onion/debian stable-backports main contrib non-free #deb http://ktqxbqrhg5ai2c7f.onion/debian-debug stable-backports-debug main contrib non-free diff --git a/etc/apt/sources.list/testing b/etc/apt/sources.list/testing index 7a9f6136..684201d1 100644 --- a/etc/apt/sources.list/testing +++ b/etc/apt/sources.list/testing @@ -1,21 +1,29 @@ -## Main Debian archives. +## Main repos deb https://deb.debian.org/debian testing main contrib non-free deb-src https://deb.debian.org/debian testing main contrib non-free #deb https://deb.debian.org/debian-debug testing-debug main contrib non-free -## Main Debian archives over Tor. +## Main repos over Tor #deb tor+http://vwakviie2ienjx6t.onion/debian testing main contrib non-free #deb-src tor+http://vwakviie2ienjx6t.onion/debian testing main contrib non-free #deb http://ktqxbqrhg5ai2c7f.onion/debian-debug testing-debug main contrib non-free -## Debian Security -deb http://security.debian.org/ testing/updates main contrib non-free -deb-src http://security.debian.org/ testing/updates 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 ## https://bugs.debian.org/894081 #deb https://deb.debian.org/debian-debug testing-proposed-updates-debug main contrib non-free -## Debian Security over Tor +## Security repo directly +deb http://security.debian.org/ testing/updates main contrib non-free +deb-src http://security.debian.org/ testing/updates 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 ## https://bugs.debian.org/894081 #deb http://ktqxbqrhg5ai2c7f.onion/debian-debug testing-proposed-updates-debug main contrib non-free + +## Updates repo +deb https://deb.debian.org/debian testing-updates main contrib non-free +deb-src https://deb.debian.org/debian testing-updates main contrib non-free diff --git a/etc/apt/sources.list/unstable b/etc/apt/sources.list/unstable index 7f497bbd..f257e24f 100644 --- a/etc/apt/sources.list/unstable +++ b/etc/apt/sources.list/unstable @@ -1,9 +1,9 @@ -## Main Debian archives. +## Main repos deb https://deb.debian.org/debian unstable main contrib non-free deb-src https://deb.debian.org/debian unstable main contrib non-free #deb https://deb.debian.org/debian-debug unstable-debug main contrib non-free -## Main Debian archives over Tor. +## Main repos over Tor #deb tor+http://vwakviie2ienjx6t.onion/debian unstable main contrib non-free #deb-src tor+http://vwakviie2ienjx6t.onion/debian unstable main contrib non-free #deb http://ktqxbqrhg5ai2c7f.onion/debian-debug unstable-debug main contrib non-free