From: Michael Tremer Date: Mon, 10 Jun 2019 23:12:56 +0000 (+0100) Subject: Download via HTTPS only X-Git-Tag: 0.9.28~1285^2~947 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e14910f207c51fa84f8b47dd0039e597fafd04d8;p=pakfire.git Download via HTTPS only Signed-off-by: Michael Tremer --- diff --git a/contrib/config/distros/ipfire3.conf b/contrib/config/distros/ipfire3.conf index 9d15bf06c..b75684b11 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}