From 930be209838e4f932c639c7d964a969b8ce0cb60 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 20 Sep 2018 13:39:51 +0300 Subject: [PATCH] etc/sources.list/: use https://deb.debian.org Apparently they have deprecated httpredir while I wasn't looking. --- etc/apt/sources.list/README.md | 2 +- etc/apt/sources.list/sid | 4 ++-- etc/apt/sources.list/stable | 8 ++++---- etc/apt/sources.list/testing | 4 ++-- etc/apt/sources.list/unstable | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/etc/apt/sources.list/README.md b/etc/apt/sources.list/README.md index 9c2dd193..1135dacb 100644 --- a/etc/apt/sources.list/README.md +++ b/etc/apt/sources.list/README.md @@ -5,7 +5,7 @@ The files have been named so they are easily to fetch with script, `lsb_release -sr` returns release e.g. `14.04` or `testing` and `lsb_release -rc` returns codename e.g. `jessie`. -`mirrors.ubuntu.com/mirrors.txt` and `httpredir.debian.org` are used so +`mirrors.ubuntu.com/mirrors.txt` and `deb.debian.org` are used so the files work everywhere and the nearest mirrors are always used no matter where you are. diff --git a/etc/apt/sources.list/sid b/etc/apt/sources.list/sid index c5a8ea21..1fa714a2 100644 --- a/etc/apt/sources.list/sid +++ b/etc/apt/sources.list/sid @@ -1,3 +1,3 @@ ## Main Debian archives. -deb http://httpredir.debian.org/debian sid main contrib non-free -deb-src http://httpredir.debian.org/debian sid main contrib non-free +deb https://deb.debian.org/debian sid main contrib non-free +deb-src https://deb.debian.org/debian sid main contrib non-free diff --git a/etc/apt/sources.list/stable b/etc/apt/sources.list/stable index 1a7d5f05..0b192ae2 100644 --- a/etc/apt/sources.list/stable +++ b/etc/apt/sources.list/stable @@ -1,11 +1,11 @@ ## Main Debian archives. -deb http://httpredir.debian.org/debian stable main contrib non-free -deb-src http://httpredir.debian.org/debian stable main contrib non-free +deb https://deb.debian.org/debian stable main contrib non-free +deb-src https://deb.debian.org/debian stable 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 ## Debian Backports -deb http://httpredir.debian.org/debian stable-backports main contrib non-free -deb-src http://httpredir.debian.org/debian stable-backports main contrib non-free +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 diff --git a/etc/apt/sources.list/testing b/etc/apt/sources.list/testing index 55cabe07..1dfcb1ee 100644 --- a/etc/apt/sources.list/testing +++ b/etc/apt/sources.list/testing @@ -1,6 +1,6 @@ ## Main Debian archives. -deb http://httpredir.debian.org/debian testing main contrib non-free -deb-src http://httpredir.debian.org/debian testing main contrib non-free +deb https://deb.debian.org/debian testing main contrib non-free +deb-src https://deb.debian.org/debian testing main contrib non-free ## Debian Security deb http://security.debian.org/ testing/updates main contrib non-free diff --git a/etc/apt/sources.list/unstable b/etc/apt/sources.list/unstable index d9d4d0c9..a75ccceb 100644 --- a/etc/apt/sources.list/unstable +++ b/etc/apt/sources.list/unstable @@ -1,3 +1,3 @@ ## Main Debian archives. -deb http://httpredir.debian.org/debian unstable main contrib non-free -deb-src http://httpredir.debian.org/debian unstable main contrib non-free +deb https://deb.debian.org/debian unstable main contrib non-free +deb-src https://deb.debian.org/debian unstable main contrib non-free