From e14910f207c51fa84f8b47dd0039e597fafd04d8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 11 Jun 2019 00:12:56 +0100 Subject: [PATCH] Download via HTTPS only Signed-off-by: Michael Tremer --- contrib/config/distros/ipfire3.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/config/distros/ipfire3.conf b/contrib/config/distros/ipfire3.conf index 9d15bf06..b75684b1 100644 --- a/contrib/config/distros/ipfire3.conf +++ b/contrib/config/distros/ipfire3.conf @@ -14,17 +14,17 @@ source_dl = http://source.ipfire.org/source-3.x/ [repo:stable] description = IPFire 3 - Stable repository. enabled = 1 -baseurl = http://pakfire.ipfire.org/repositories/ipfire3/stable/%{arch} +baseurl = https://pakfire.ipfire.org/repositories/ipfire3/stable/%{arch} mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/stable/mirrorlist?arch=%{arch} [repo:unstable] description = IPFire 3 - Public unstable repository. enabled = 0 -baseurl = http://pakfire.ipfire.org/repositories/ipfire3/unstable/%{arch} +baseurl = https://pakfire.ipfire.org/repositories/ipfire3/unstable/%{arch} mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/unstable/mirrorlist?arch=%{arch} [repo:testing] description = IPFire 3 - This is a repository for testing stuff. enabled = 0 -baseurl = http://pakfire.ipfire.org/repositories/ipfire3/testing/%{arch} +baseurl = https://pakfire.ipfire.org/repositories/ipfire3/testing/%{arch} mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/testing/mirrorlist?arch=%{arch} -- 2.39.2