Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] common/environment/setup/misc.sh: use https where possible
@ 2020-05-17 17:04 mobinmob
  2020-05-17 17:27 ` [PR PATCH] [Updated] " mobinmob
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mobinmob @ 2020-05-17 17:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages distfile-mirors
https://github.com/void-linux/void-packages/pull/22050

common/environment/setup/misc.sh: use https where possible


A patch file from https://github.com/void-linux/void-packages/pull/22050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-distfile-mirors-22050.patch --]
[-- Type: text/x-diff, Size: 1716 bytes --]

From ec5a261e9db6c93d05919a59ca02ea0cf66e0d2d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:03:05 +0300
Subject: [PATCH] common/environment/setup/misc.sh: use https where possible

---
 common/environment/setup/misc.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh
index efa36e18589..e9bfecb0631 100644
--- a/common/environment/setup/misc.sh
+++ b/common/environment/setup/misc.sh
@@ -4,22 +4,22 @@
 # 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/"
+XORG_HOME="https://xorg.freedesktop.org/wiki/"
 
 set +a

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-18 15:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 17:04 [PR PATCH] common/environment/setup/misc.sh: use https where possible mobinmob
2020-05-17 17:27 ` [PR PATCH] [Updated] " mobinmob
2020-05-18 11:10 ` Johnnynator
2020-05-18 14:43 ` [PR PATCH] [Updated] " mobinmob
2020-05-18 14:45 ` mobinmob
2020-05-18 14:45 ` mobinmob
2020-05-18 14:55 ` [PR PATCH] [Updated] " mobinmob
2020-05-18 14:56 ` mobinmob
2020-05-18 15:01 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).