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

* Re: [PR PATCH] [Updated] common/environment/setup/misc.sh: use https where possible
  2020-05-17 17:04 [PR PATCH] common/environment/setup/misc.sh: use https where possible mobinmob
@ 2020-05-17 17:27 ` mobinmob
  2020-05-18 11:10 ` Johnnynator
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-05-17 17:27 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 5088 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 1/5] 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

From 4cae88989e335d20022073f8cd45ad6e63df63f7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:23:32 +0300
Subject: [PATCH 2/5] Manual.md: remove XORG_HOME variable

---
 Manual.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Manual.md b/Manual.md
index f6c6f457451..3943420c006 100644
--- a/Manual.md
+++ b/Manual.md
@@ -490,7 +490,6 @@ Example:
   | PYPI_SITE        | https://files.pythonhosted.org/packages/source  |
   | SOURCEFORGE_SITE | http://downloads.sourceforge.net/sourceforge    |
   | UBUNTU_SITE      | http://archive.ubuntu.com/ubuntu/pool           |
-  | XORG_HOME        | http://xorg.freedesktop.org/wiki/               |
   | XORG_SITE        | http://www.x.org/releases/individual            |
   | KDE_SITE         | https://download.kde.org/stable                 |
 

From 355d20989690eb9da5ea999e132109a0854e0faa Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:24:39 +0300
Subject: [PATCH 3/5] common/environment/setup/misc.sh: remove XORG_HOME
 variable

---
 common/environment/setup/misc.sh | 4 ----
 1 file changed, 4 deletions(-)

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

From c16c99fc69936173aa200715a71631fc7ce91397 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:25:19 +0300
Subject: [PATCH 4/5] liboil: replace XORG_HOME with real homepage

---
 srcpkgs/liboil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liboil/template b/srcpkgs/liboil/template
index 3c2c686c3a5..b5db20382b9 100644
--- a/srcpkgs/liboil/template
+++ b/srcpkgs/liboil/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
 short_desc="Library of Optimized Inner Loops, CPU optimized functions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="${XORG_HOME}"
+homepage="https://liboil.freedesktop.org/wiki/"
 distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz"
 checksum=105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69
 

From d55ecbaa02596e4302b840e8f1eb97f25f9c5ad7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:26:09 +0300
Subject: [PATCH 5/5] xprop: replace XORG_HOME with the xorg wiki

---
 srcpkgs/xprop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xprop/template b/srcpkgs/xprop/template
index 360cb8f7f70..375ddcd62e4 100644
--- a/srcpkgs/xprop/template
+++ b/srcpkgs/xprop/template
@@ -8,7 +8,7 @@ makedepends="libX11-devel libXmu-devel"
 short_desc="Property displayer for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
-homepage="$XORG_HOME"
+homepage="https://xorg.freedesktop.org/wiki/"
 distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
 checksum=8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753
 

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

* Re: common/environment/setup/misc.sh: use https where possible
  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
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Johnnynator @ 2020-05-18 11:10 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/22050#issuecomment-630112191

Comment:
I did forget about that in my first review, the Manual.md also lists the default values. Pls also change them to https, so they are the same as in the script.

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

* Re: [PR PATCH] [Updated] common/environment/setup/misc.sh: use https where possible
  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 ` mobinmob
  2020-05-18 14:45 ` mobinmob
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-05-18 14:43 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 7405 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 1/6] 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

From 4cae88989e335d20022073f8cd45ad6e63df63f7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:23:32 +0300
Subject: [PATCH 2/6] Manual.md: remove XORG_HOME variable

---
 Manual.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Manual.md b/Manual.md
index f6c6f457451..3943420c006 100644
--- a/Manual.md
+++ b/Manual.md
@@ -490,7 +490,6 @@ Example:
   | PYPI_SITE        | https://files.pythonhosted.org/packages/source  |
   | SOURCEFORGE_SITE | http://downloads.sourceforge.net/sourceforge    |
   | UBUNTU_SITE      | http://archive.ubuntu.com/ubuntu/pool           |
-  | XORG_HOME        | http://xorg.freedesktop.org/wiki/               |
   | XORG_SITE        | http://www.x.org/releases/individual            |
   | KDE_SITE         | https://download.kde.org/stable                 |
 

From 355d20989690eb9da5ea999e132109a0854e0faa Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:24:39 +0300
Subject: [PATCH 3/6] common/environment/setup/misc.sh: remove XORG_HOME
 variable

---
 common/environment/setup/misc.sh | 4 ----
 1 file changed, 4 deletions(-)

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

From c16c99fc69936173aa200715a71631fc7ce91397 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:25:19 +0300
Subject: [PATCH 4/6] liboil: replace XORG_HOME with real homepage

---
 srcpkgs/liboil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liboil/template b/srcpkgs/liboil/template
index 3c2c686c3a5..b5db20382b9 100644
--- a/srcpkgs/liboil/template
+++ b/srcpkgs/liboil/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
 short_desc="Library of Optimized Inner Loops, CPU optimized functions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="${XORG_HOME}"
+homepage="https://liboil.freedesktop.org/wiki/"
 distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz"
 checksum=105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69
 

From d55ecbaa02596e4302b840e8f1eb97f25f9c5ad7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:26:09 +0300
Subject: [PATCH 5/6] xprop: replace XORG_HOME with the xorg wiki

---
 srcpkgs/xprop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xprop/template b/srcpkgs/xprop/template
index 360cb8f7f70..375ddcd62e4 100644
--- a/srcpkgs/xprop/template
+++ b/srcpkgs/xprop/template
@@ -8,7 +8,7 @@ makedepends="libX11-devel libXmu-devel"
 short_desc="Property displayer for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
-homepage="$XORG_HOME"
+homepage="https://xorg.freedesktop.org/wiki/"
 distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
 checksum=8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753
 

From a8b1762b90b049e00138266ac7151e13ca23a849 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 18 May 2020 17:42:55 +0300
Subject: [PATCH 6/6] Manual.md : sync distfile mirrors with the misc.sh

---
 Manual.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Manual.md b/Manual.md
index 3943420c006..5b197334f3a 100644
--- a/Manual.md
+++ b/Manual.md
@@ -479,18 +479,18 @@ Example:
 
   | Variable         | Value                                           |
   |------------------|-------------------------------------------------|
-  | CPAN_SITE        | http://cpan.perl.org/modules/by-module          |
+  | CPAN_SITE        | https://cpan.perl.org/modules/by-module          |
   | DEBIAN_SITE      | http://ftp.debian.org/debian/pool               |
-  | FREEDESKTOP_SITE | http://freedesktop.org/software                 |
-  | GNOME_SITE       | http://ftp.gnome.org/pub/GNOME/sources          |
-  | GNU_SITE         | http://ftp.gnu.org/gnu                          |
-  | KERNEL_SITE      | http://www.kernel.org/pub/linux                 |
-  | MOZILLA_SITE     | http://ftp.mozilla.org/pub                      |
-  | NONGNU_SITE      | http://download.savannah.nongnu.org/releases    |
+  | FREEDESKTOP_SITE | https://freedesktop.org/software                 |
+  | GNOME_SITE       | https://ftp.gnome.org/pub/GNOME/sources          |
+  | GNU_SITE         | https://ftp.gnu.org/gnu                          |
+  | KERNEL_SITE      | https://www.kernel.org/pub/linux                 |
+  | MOZILLA_SITE     | https://ftp.mozilla.org/pub                      |
+  | NONGNU_SITE      | https://download.savannah.nongnu.org/releases    |
   | PYPI_SITE        | https://files.pythonhosted.org/packages/source  |
-  | SOURCEFORGE_SITE | http://downloads.sourceforge.net/sourceforge    |
+  | SOURCEFORGE_SITE | https://downloads.sourceforge.net/sourceforge    |
   | UBUNTU_SITE      | http://archive.ubuntu.com/ubuntu/pool           |
-  | XORG_SITE        | http://www.x.org/releases/individual            |
+  | XORG_SITE        | https://www.x.org/releases/individual            |
   | KDE_SITE         | https://download.kde.org/stable                 |
 
 - `checksum` The `sha256` digests matching `${distfiles}`. Multiple files can be

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

* Re: [PR PATCH] [Updated] common/environment/setup/misc.sh: use https where possible
  2020-05-17 17:04 [PR PATCH] common/environment/setup/misc.sh: use https where possible mobinmob
                   ` (2 preceding siblings ...)
  2020-05-18 14:43 ` [PR PATCH] [Updated] " mobinmob
@ 2020-05-18 14:45 ` mobinmob
  2020-05-18 14:45 ` mobinmob
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-05-18 14:45 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 7401 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 1/6] 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

From 4cae88989e335d20022073f8cd45ad6e63df63f7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:23:32 +0300
Subject: [PATCH 2/6] Manual.md: remove XORG_HOME variable

---
 Manual.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Manual.md b/Manual.md
index f6c6f457451..3943420c006 100644
--- a/Manual.md
+++ b/Manual.md
@@ -490,7 +490,6 @@ Example:
   | PYPI_SITE        | https://files.pythonhosted.org/packages/source  |
   | SOURCEFORGE_SITE | http://downloads.sourceforge.net/sourceforge    |
   | UBUNTU_SITE      | http://archive.ubuntu.com/ubuntu/pool           |
-  | XORG_HOME        | http://xorg.freedesktop.org/wiki/               |
   | XORG_SITE        | http://www.x.org/releases/individual            |
   | KDE_SITE         | https://download.kde.org/stable                 |
 

From 355d20989690eb9da5ea999e132109a0854e0faa Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:24:39 +0300
Subject: [PATCH 3/6] common/environment/setup/misc.sh: remove XORG_HOME
 variable

---
 common/environment/setup/misc.sh | 4 ----
 1 file changed, 4 deletions(-)

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

From c16c99fc69936173aa200715a71631fc7ce91397 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:25:19 +0300
Subject: [PATCH 4/6] liboil: replace XORG_HOME with real homepage

---
 srcpkgs/liboil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liboil/template b/srcpkgs/liboil/template
index 3c2c686c3a5..b5db20382b9 100644
--- a/srcpkgs/liboil/template
+++ b/srcpkgs/liboil/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
 short_desc="Library of Optimized Inner Loops, CPU optimized functions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="${XORG_HOME}"
+homepage="https://liboil.freedesktop.org/wiki/"
 distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz"
 checksum=105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69
 

From d55ecbaa02596e4302b840e8f1eb97f25f9c5ad7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 20:26:09 +0300
Subject: [PATCH 5/6] xprop: replace XORG_HOME with the xorg wiki

---
 srcpkgs/xprop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xprop/template b/srcpkgs/xprop/template
index 360cb8f7f70..375ddcd62e4 100644
--- a/srcpkgs/xprop/template
+++ b/srcpkgs/xprop/template
@@ -8,7 +8,7 @@ makedepends="libX11-devel libXmu-devel"
 short_desc="Property displayer for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
-homepage="$XORG_HOME"
+homepage="https://xorg.freedesktop.org/wiki/"
 distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
 checksum=8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753
 

From b71daeaca4f035231e9ac4b5f39d9a4292750791 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 18 May 2020 17:42:55 +0300
Subject: [PATCH 6/6] Manual.md : sync distfile mirrors with misc.sh

---
 Manual.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Manual.md b/Manual.md
index 3943420c006..5b197334f3a 100644
--- a/Manual.md
+++ b/Manual.md
@@ -479,18 +479,18 @@ Example:
 
   | Variable         | Value                                           |
   |------------------|-------------------------------------------------|
-  | CPAN_SITE        | http://cpan.perl.org/modules/by-module          |
+  | CPAN_SITE        | https://cpan.perl.org/modules/by-module          |
   | DEBIAN_SITE      | http://ftp.debian.org/debian/pool               |
-  | FREEDESKTOP_SITE | http://freedesktop.org/software                 |
-  | GNOME_SITE       | http://ftp.gnome.org/pub/GNOME/sources          |
-  | GNU_SITE         | http://ftp.gnu.org/gnu                          |
-  | KERNEL_SITE      | http://www.kernel.org/pub/linux                 |
-  | MOZILLA_SITE     | http://ftp.mozilla.org/pub                      |
-  | NONGNU_SITE      | http://download.savannah.nongnu.org/releases    |
+  | FREEDESKTOP_SITE | https://freedesktop.org/software                 |
+  | GNOME_SITE       | https://ftp.gnome.org/pub/GNOME/sources          |
+  | GNU_SITE         | https://ftp.gnu.org/gnu                          |
+  | KERNEL_SITE      | https://www.kernel.org/pub/linux                 |
+  | MOZILLA_SITE     | https://ftp.mozilla.org/pub                      |
+  | NONGNU_SITE      | https://download.savannah.nongnu.org/releases    |
   | PYPI_SITE        | https://files.pythonhosted.org/packages/source  |
-  | SOURCEFORGE_SITE | http://downloads.sourceforge.net/sourceforge    |
+  | SOURCEFORGE_SITE | https://downloads.sourceforge.net/sourceforge    |
   | UBUNTU_SITE      | http://archive.ubuntu.com/ubuntu/pool           |
-  | XORG_SITE        | http://www.x.org/releases/individual            |
+  | XORG_SITE        | https://www.x.org/releases/individual            |
   | KDE_SITE         | https://download.kde.org/stable                 |
 
 - `checksum` The `sha256` digests matching `${distfiles}`. Multiple files can be

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

* Re: common/environment/setup/misc.sh: use https where possible
  2020-05-17 17:04 [PR PATCH] common/environment/setup/misc.sh: use https where possible mobinmob
                   ` (3 preceding siblings ...)
  2020-05-18 14:45 ` mobinmob
@ 2020-05-18 14:45 ` mobinmob
  2020-05-18 14:55 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-05-18 14:45 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/22050#issuecomment-630230942

Comment:
> I did forget about that in my first review, the Manual.md also lists the default values. Pls also change them to https, so they are the same as in the script.

Done!

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

* Re: [PR PATCH] [Updated] common/environment/setup/misc.sh: use https where possible
  2020-05-17 17:04 [PR PATCH] common/environment/setup/misc.sh: use https where possible mobinmob
                   ` (4 preceding siblings ...)
  2020-05-18 14:45 ` mobinmob
@ 2020-05-18 14:55 ` mobinmob
  2020-05-18 14:56 ` mobinmob
  2020-05-18 15:01 ` [PR PATCH] [Merged]: " Johnnynator
  7 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-05-18 14:55 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 5816 bytes --]

From acaf7ef887d0b95deaeed29ef75776f4dd06a556 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 18 May 2020 17:51:54 +0300
Subject: [PATCH 1/4] 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

From ca17b381f3109e45b1b3e155b3d61d72acdf3c38 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 18 May 2020 17:52:46 +0300
Subject: [PATCH 2/4] Manual.md: Sync distfile mirrors with misc.sh, remove
 XORG_HOME variable

---
 Manual.md | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/Manual.md b/Manual.md
index f6c6f457451..5b197334f3a 100644
--- a/Manual.md
+++ b/Manual.md
@@ -479,19 +479,18 @@ Example:
 
   | Variable         | Value                                           |
   |------------------|-------------------------------------------------|
-  | CPAN_SITE        | http://cpan.perl.org/modules/by-module          |
+  | CPAN_SITE        | https://cpan.perl.org/modules/by-module          |
   | DEBIAN_SITE      | http://ftp.debian.org/debian/pool               |
-  | FREEDESKTOP_SITE | http://freedesktop.org/software                 |
-  | GNOME_SITE       | http://ftp.gnome.org/pub/GNOME/sources          |
-  | GNU_SITE         | http://ftp.gnu.org/gnu                          |
-  | KERNEL_SITE      | http://www.kernel.org/pub/linux                 |
-  | MOZILLA_SITE     | http://ftp.mozilla.org/pub                      |
-  | NONGNU_SITE      | http://download.savannah.nongnu.org/releases    |
+  | FREEDESKTOP_SITE | https://freedesktop.org/software                 |
+  | GNOME_SITE       | https://ftp.gnome.org/pub/GNOME/sources          |
+  | GNU_SITE         | https://ftp.gnu.org/gnu                          |
+  | KERNEL_SITE      | https://www.kernel.org/pub/linux                 |
+  | MOZILLA_SITE     | https://ftp.mozilla.org/pub                      |
+  | NONGNU_SITE      | https://download.savannah.nongnu.org/releases    |
   | PYPI_SITE        | https://files.pythonhosted.org/packages/source  |
-  | SOURCEFORGE_SITE | http://downloads.sourceforge.net/sourceforge    |
+  | SOURCEFORGE_SITE | https://downloads.sourceforge.net/sourceforge    |
   | UBUNTU_SITE      | http://archive.ubuntu.com/ubuntu/pool           |
-  | XORG_HOME        | http://xorg.freedesktop.org/wiki/               |
-  | XORG_SITE        | http://www.x.org/releases/individual            |
+  | XORG_SITE        | https://www.x.org/releases/individual            |
   | KDE_SITE         | https://download.kde.org/stable                 |
 
 - `checksum` The `sha256` digests matching `${distfiles}`. Multiple files can be

From ee74bcb73b07d9ef5ad02149cbfed1a1fcbe0067 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 18 May 2020 17:53:33 +0300
Subject: [PATCH 3/4] liboil: replace XORG_HOME with real homepage.

---
 srcpkgs/liboil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liboil/template b/srcpkgs/liboil/template
index 3c2c686c3a5..b5db20382b9 100644
--- a/srcpkgs/liboil/template
+++ b/srcpkgs/liboil/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
 short_desc="Library of Optimized Inner Loops, CPU optimized functions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="${XORG_HOME}"
+homepage="https://liboil.freedesktop.org/wiki/"
 distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz"
 checksum=105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69
 

From 5dcd9e0b1cb581eb308aecdc8a7911a38e7b7d3f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 18 May 2020 17:54:18 +0300
Subject: [PATCH 4/4] xprop: replace XORG_HOME with the corg wiki.

---
 srcpkgs/xprop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xprop/template b/srcpkgs/xprop/template
index 360cb8f7f70..375ddcd62e4 100644
--- a/srcpkgs/xprop/template
+++ b/srcpkgs/xprop/template
@@ -8,7 +8,7 @@ makedepends="libX11-devel libXmu-devel"
 short_desc="Property displayer for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
-homepage="$XORG_HOME"
+homepage="https://xorg.freedesktop.org/wiki/"
 distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
 checksum=8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753
 

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

* Re: common/environment/setup/misc.sh: use https where possible
  2020-05-17 17:04 [PR PATCH] common/environment/setup/misc.sh: use https where possible mobinmob
                   ` (5 preceding siblings ...)
  2020-05-18 14:55 ` [PR PATCH] [Updated] " mobinmob
@ 2020-05-18 14:56 ` mobinmob
  2020-05-18 15:01 ` [PR PATCH] [Merged]: " Johnnynator
  7 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-05-18 14:56 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/22050#issuecomment-630238208

Comment:
I squashed the commits to have one per file changed.

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

* Re: [PR PATCH] [Merged]: common/environment/setup/misc.sh: use https where possible
  2020-05-17 17:04 [PR PATCH] common/environment/setup/misc.sh: use https where possible mobinmob
                   ` (6 preceding siblings ...)
  2020-05-18 14:56 ` mobinmob
@ 2020-05-18 15:01 ` Johnnynator
  7 siblings, 0 replies; 9+ messages in thread
From: Johnnynator @ 2020-05-18 15:01 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

common/environment/setup/misc.sh: use https where possible
https://github.com/void-linux/void-packages/pull/22050

Description:


^ 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).