From 17b5ae8dbab780a273419523b8ae28c36a8431da Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 18 May 2020 17:51:54 +0300 Subject: [PATCH] common/environment/setup/misc.sh: use https where possible, remove XORG_HOME variable. --- common/environment/setup/misc.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh index efa36e18589..bf84fce10da 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -4,22 +4,18 @@ # SITE used for ditfiles mirrors. For use in $distfiles. set -a -SOURCEFORGE_SITE="http://downloads.sourceforge.net/sourceforge" -NONGNU_SITE="http://download.savannah.nongnu.org/releases" +SOURCEFORGE_SITE="https://downloads.sourceforge.net/sourceforge" +NONGNU_SITE="https://download.savannah.nongnu.org/releases" UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool" XORG_SITE="https://www.x.org/releases/individual" DEBIAN_SITE="http://ftp.debian.org/debian/pool" -GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources" +GNOME_SITE="https://ftp.gnome.org/pub/GNOME/sources" KERNEL_SITE="https://www.kernel.org/pub/linux" CPAN_SITE="https://www.cpan.org/modules/by-module" PYPI_SITE="https://files.pythonhosted.org/packages/source" MOZILLA_SITE="https://ftp.mozilla.org/pub" -GNU_SITE="http://ftp.gnu.org/gnu" +GNU_SITE="https://ftp.gnu.org/gnu" FREEDESKTOP_SITE="https://freedesktop.org/software" KDE_SITE="https://download.kde.org/stable" -# Repetitive sub homepage's with no real project page -# ie. some gnome and xorg projects. For use in $homepage. -XORG_HOME="http://xorg.freedesktop.org/wiki/" - set +a