From 89914a8ca57f1f7754fbaa4affa413c0539a03dd Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Fri, 24 Feb 2023 21:42:23 +0000 Subject: [PATCH] common: use HTTPS where working. --- common/environment/setup/misc.sh | 2 +- common/xbps-src/shutils/update_check.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh index 9b39bb1038a6..3f2cc09461de 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -8,7 +8,7 @@ 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" +DEBIAN_SITE="https://ftp.debian.org/debian/pool" GNOME_SITE="https://download.gnome.org/sources" KERNEL_SITE="https://www.kernel.org/pub/linux" CPAN_SITE="https://www.cpan.org/modules/by-module" diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index c5a9f745ba42..3e5a8c5852a0 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -116,7 +116,7 @@ update_check() { pkgurlname="$(printf %s "$url" | cut -d/ -f5)" url="https://sourceforge.net/projects/$pkgurlname/rss?limit=200";; *code.google.com*|*googlecode*) - url="http://code.google.com/p/$pkgname/downloads/list";; + url="https://code.google.com/p/$pkgname/downloads/list";; *launchpad.net*) pkgurlname="$(printf %s "$url" | cut -d/ -f4)" url="https://launchpad.net/$pkgurlname/+download";;