public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH cygport] Update xorg.cygclass URLs
@ 2020-12-01 15:47 Jon Turney
  2020-12-02 18:38 ` Yaakov Selkowitz
  0 siblings, 1 reply; 20+ messages in thread
From: Jon Turney @ 2020-12-01 15:47 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Jon Turney

Update xorg.cygclass URLs since xorg.freedesktop.org now permanently
redirects to www.x.org
---
 cygclass/xorg.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
index 47686e8..1665439 100644
--- a/cygclass/xorg.cygclass
+++ b/cygclass/xorg.cygclass
@@ -141,13 +141,13 @@ SUMMARY="X.Org ${ORIG_PN} component"
 #****
 #****o* xorg.cygclass/HOMEPAGE (xorg)
 #  DEFINITION
-HOMEPAGE="http://xorg.freedesktop.org/"
+HOMEPAGE="https://www.x.org/"
 #****
 #****o* xorg.cygclass/SRC_URI (xorg)
 #  DESCRIPTION
 #  Download location of the release tarball.
 #****
-SRC_URI="http://xorg.freedesktop.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
+SRC_URI="http://www.x.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
 
 #****o* xorg.cygclass/GIT_URI (xorg)
 #  DESCRIPTION
-- 
2.29.2


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-01 15:47 [PATCH cygport] Update xorg.cygclass URLs Jon Turney
@ 2020-12-02 18:38 ` Yaakov Selkowitz
  2020-12-07 13:52   ` Lemures Lemniscati
  2021-01-05 14:06   ` Achim Gratz
  0 siblings, 2 replies; 20+ messages in thread
From: Yaakov Selkowitz @ 2020-12-02 18:38 UTC (permalink / raw)
  To: cygwin-apps

On Tue, 2020-12-01 at 15:47 +0000, Jon Turney wrote:
> Update xorg.cygclass URLs since xorg.freedesktop.org now permanently
> redirects to www.x.org
> ---
>  cygclass/xorg.cygclass | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, comments inline.

> diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
> index 47686e8..1665439 100644
> --- a/cygclass/xorg.cygclass
> +++ b/cygclass/xorg.cygclass
> @@ -141,13 +141,13 @@ SUMMARY="X.Org ${ORIG_PN} component"
>  #****
>  #****o* xorg.cygclass/HOMEPAGE (xorg)
>  #  DEFINITION
> -HOMEPAGE="http://xorg.freedesktop.org/"
> +HOMEPAGE="https://www.x.org/"

OK.

>  #****
>  #****o* xorg.cygclass/SRC_URI (xorg)
>  #  DESCRIPTION
>  #  Download location of the release tarball.
>  #****
> -SRC_URI="http://xorg.freedesktop.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> +SRC_URI="http://www.x.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
            ^^^^^^^
https://

With that change, please proceed.

In fact, there are probably a bunch of other http: which could be
converted to https: at this point.  I would suggest anyone who does
that (in separate commit(s)) should get a gold star.

-- 
Yaakov


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-02 18:38 ` Yaakov Selkowitz
@ 2020-12-07 13:52   ` Lemures Lemniscati
  2020-12-07 19:31     ` Achim Gratz
  2020-12-09 12:10     ` Lemures Lemniscati
  2021-01-05 14:06   ` Achim Gratz
  1 sibling, 2 replies; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-07 13:52 UTC (permalink / raw)
  To: cygwin-apps

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

On Wed, 02 Dec 2020 13:38:32 -0500, Yaakov Selkowitz via Cygwin-apps
> On Tue, 2020-12-01 at 15:47 +0000, Jon Turney wrote:
> > Update xorg.cygclass URLs since xorg.freedesktop.org now permanently
> > redirects to www.x.org
> > ---
> >  cygclass/xorg.cygclass | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Thanks, comments inline.
> 
> > diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
> > index 47686e8..1665439 100644
> > --- a/cygclass/xorg.cygclass
> > +++ b/cygclass/xorg.cygclass
> > @@ -141,13 +141,13 @@ SUMMARY="X.Org ${ORIG_PN} component"
> >  #****
> >  #****o* xorg.cygclass/HOMEPAGE (xorg)
> >  #  DEFINITION
> > -HOMEPAGE="http://xorg.freedesktop.org/"
> > +HOMEPAGE="https://www.x.org/"
> 
> OK.
> 
> >  #****
> >  #****o* xorg.cygclass/SRC_URI (xorg)
> >  #  DESCRIPTION
> >  #  Download location of the release tarball.
> >  #****
> > -SRC_URI="http://xorg.freedesktop.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > +SRC_URI="http://www.x.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
>             ^^^^^^^
> https://
> 
> With that change, please proceed.
> 
> In fact, there are probably a bunch of other http: which could be
> converted to https: at this point.  I would suggest anyone who does
> that (in separate commit(s)) should get a gold star.
> 

Updated a few of them.

Lem

[-- Attachment #2: 0001-Update-URLs-in-COPYING.patch --]
[-- Type: application/octet-stream, Size: 2041 bytes --]

From 50eeb2222858fa3c541d3b02077546ffab89006c Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Mon, 7 Dec 2020 22:41:05 +0900
Subject: [PATCH] Update URLs in COPYING

Replaced by https://www.gnu.org/licenses/gpl-3.0.txt

diff --git a/COPYING b/COPYING
index 94a9ed0..f288702 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
-- 
2.29.2


[-- Attachment #3: 0002-Update-URLs-in-COPYING-DOCS.patch --]
[-- Type: application/octet-stream, Size: 1140 bytes --]

From abf4e2af76b1104ac2ae5860e3c3717a13afeca1 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Mon, 7 Dec 2020 22:41:06 +0900
Subject: [PATCH] Update URLs in COPYING-DOCS

Replaced by https://www.gnu.org/licenses/fdl-1.3.txt

diff --git a/COPYING-DOCS b/COPYING-DOCS
index 717c5de..fb8f643 100644
--- a/COPYING-DOCS
+++ b/COPYING-DOCS
@@ -6,7 +6,7 @@
 
 
  Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
-     <http://fsf.org/>
+     <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -379,7 +379,7 @@ The Free Software Foundation may publish new, revised versions of the
 GNU Free Documentation License from time to time.  Such new versions
 will be similar in spirit to the present version, but may differ in
 detail to address new problems or concerns.  See
-http://www.gnu.org/copyleft/.
+https://www.gnu.org/licenses/.
 
 Each version of the License is given a distinguishing version number.
 If the Document specifies that a particular numbered version of this
-- 
2.29.2


[-- Attachment #4: 0003-Update-URLs-in-README.patch --]
[-- Type: application/octet-stream, Size: 1142 bytes --]

From 4c17d1f7bfc3b9b8b80dc06bc91be238afe073ca Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Mon, 7 Dec 2020 22:41:08 +0900
Subject: [PATCH] Update URLs in README

[1], [2]: Use https for cygwin.com
[3]: http://gentoo-wiki.com/ is no longer available
[4]: http://www.cygwin.com/ml/cygwin-apps/2006-03/ is redirected
    to https://sourceware.org/legacy-ml/cygwin-apps/2006-03/

diff --git a/README b/README
index 5ee3fe0..3f5bf02 100644
--- a/README
+++ b/README
@@ -243,8 +243,8 @@ Discussion on cygport should occur on the Cygwin-apps list
 <cygwin-apps@cygwin.com>.  Do NOT, for any reason, email the author directly.
 
 
-[1] http://www.cygwin.com/
-[2] http://cygwin.com/setup.html#package_contents
-[3] http://gentoo-wiki.com/HOWTO_Gentoo_on_Cygwin
-[4] http://www.cygwin.com/ml/cygwin-apps/2006-03/msg00000.html
+[1] https://www.cygwin.com/
+[2] https://cygwin.com/setup.html#package_contents
+[3] http://gentoo-wiki.com/HOWTO_Gentoo_on_Cygwin (no longer available)
+[4] https://sourceware.org/legacy-ml/cygwin-apps/2006-03/msg00000.html
 [5] https://cygwin.com/git-cygwin-packages/
-- 
2.29.2


[-- Attachment #5: 0004-Update-URLs-in-bin-cygport.in.patch --]
[-- Type: application/octet-stream, Size: 1983 bytes --]

From c82051cd2a31e02026d22170cb22a82ee1531849 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Mon, 7 Dec 2020 22:41:09 +0900
Subject: [PATCH] Update URLs in bin/cygport.in

http://www.gnu.org/ to https://www.gnu.org/licenses/
http://www.rpm.org/ to http://ftp.rpm.org/

diff --git a/bin/cygport.in b/bin/cygport.in
index 12909fe..afc6f7e 100755
--- a/bin/cygport.in
+++ b/bin/cygport.in
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 set -e;
@@ -64,7 +64,7 @@ source ${_privlibdir}/syntax.cygpart
 #  any later version published by the Free Software Foundation; with no
 #  Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
 #  You should have received a copy of the GNU Free Documentation License
-#  along with this manual. If not, see http://www.gnu.org/licenses/.
+#  along with this manual. If not, see https://www.gnu.org/licenses/.
 #****
 
 #****** Cygport/ Introduction
@@ -384,7 +384,7 @@ declare -r  PV=(${PV} ${PVP[*]});
 declare -r  PV_MAJ=${PV[1]};
 declare -r  PV_MAJ_MIN="${PV[1]}.${PV[2]}";
 
-# http://www.rpm.org/max-rpm/s1-rpm-inside-scripts.html
+# http://ftp.rpm.org/max-rpm/s1-rpm-inside-scripts.html
 declare -rx CYGPORT_PACKAGE_NAME=${NAME}
 declare -rx CYGPORT_PACKAGE_VERSION=${VERSION}
 declare -rx CYGPORT_PACKAGE_RELEASE=${RELEASE}
@@ -495,7 +495,7 @@ declare -r D="${workdir}/inst";
 declare -r T="${workdir}/temp";
 declare -r C="${S}/CYGWIN-PATCHES";
 
-# http://www.rpm.org/max-rpm/s1-rpm-inside-scripts.html
+# http://ftp.rpm.org/max-rpm/s1-rpm-inside-scripts.html
 declare -rx CYGPORT_ARCH=${ARCH}
 declare -rx CYGPORT_OS="Cygwin"
 #declare -rx CYGPORT_SOURCE_DIR=
-- 
2.29.2


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-07 13:52   ` Lemures Lemniscati
@ 2020-12-07 19:31     ` Achim Gratz
  2020-12-08  9:30       ` Lemures Lemniscati
  2020-12-09 12:10     ` Lemures Lemniscati
  1 sibling, 1 reply; 20+ messages in thread
From: Achim Gratz @ 2020-12-07 19:31 UTC (permalink / raw)
  To: cygwin-apps


The no longer available gentoo link probably should be replaced by
the description of Prefix/Cygwin (sorry, when I paste the link the mail
gets rejected for whatever stupid reason).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-07 19:31     ` Achim Gratz
@ 2020-12-08  9:30       ` Lemures Lemniscati
  2020-12-08 13:51         ` ASSI
  0 siblings, 1 reply; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-08  9:30 UTC (permalink / raw)
  To: cygwin-apps

On Mon, 07 Dec 2020 20:31:58 +0100, Achim Gratz
> 
> The no longer available gentoo link probably should be replaced by
> the description of Prefix/Cygwin (sorry, when I paste the link the mail
> gets rejected for whatever stupid reason).
> 
> 
> Regards,
> Achim.
> -- 
> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
> 
> SD adaptation for Waldorf microQ V2.22R2:
> http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


README in cygport
====
(It should be noted that there have been renewed attempts to run Portage
on Cygwin[3], and this was even recently ITP'd and rejected[4].)
----
[3] http://gentoo-wiki.com/HOWTO_Gentoo_on_Cygwin (no longer available)
[4] https://sourceware.org/legacy-ml/cygwin-apps/2006-03/msg00000.html
====

Sorry, I don't know how to rewrite it.
But, I've found http://gentoocygwin.sourceforge.net/ alive.
I guess it might be able to replace the unavailable link [3].

Lem

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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-08  9:30       ` Lemures Lemniscati
@ 2020-12-08 13:51         ` ASSI
  2020-12-08 15:29           ` Lemures Lemniscati
  0 siblings, 1 reply; 20+ messages in thread
From: ASSI @ 2020-12-08 13:51 UTC (permalink / raw)
  To: cygwin-apps

Lemures Lemniscati via Cygwin-apps writes:
> (It should be noted that there have been renewed attempts to run Portage
> on Cygwin[3], and this was even recently ITP'd and rejected[4].)

Let's try again:

wiki dot gentoo dot org /wiki/Prefix/Cygwin

If I ever find out who's responsible for this nonsense:

Sending failed: 550 5.7.1  Reject for policy reason in response to .

It only ever happens if I have links in my reply.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-08 13:51         ` ASSI
@ 2020-12-08 15:29           ` Lemures Lemniscati
  2020-12-08 19:17             ` Achim Gratz
  0 siblings, 1 reply; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-08 15:29 UTC (permalink / raw)
  To: cygwin-apps

On Tue, 08 Dec 2020 14:51:23 +0100, ASSI
> Lemures Lemniscati via Cygwin-apps writes:
> > (It should be noted that there have been renewed attempts to run Portage
> > on Cygwin[3], and this was even recently ITP'd and rejected[4].)
> 
> Let's try again:
> 
> wiki dot gentoo dot org /wiki/Prefix/Cygwin
> 
> If I ever find out who's responsible for this nonsense:
> 
> Sending failed: 550 5.7.1  Reject for policy reason in response to .
> 
> It only ever happens if I have links in my reply.
> 
> 
> Regards,
> Achim.

Thank you, Achim.

I can access https://wiki.gentoo.org/wiki/Prefix .

And I've also found an archive (maybe unofficial)
  http://wikigentoo.ksiezyc.pl/HOWTO_Gentoo_on_Cygwin.htm .


Since it seems that 'Prefix' is different from 'Portage',
I'm not sure that it's ok to replace only the citation.

It might be desirable for README to mention 'Prefix' separately
(as another project currently active?).

Sorry for my ignorance of Gentoo...

Regards,

Lem

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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-08 15:29           ` Lemures Lemniscati
@ 2020-12-08 19:17             ` Achim Gratz
  2020-12-09 12:20               ` Lemures Lemniscati
  0 siblings, 1 reply; 20+ messages in thread
From: Achim Gratz @ 2020-12-08 19:17 UTC (permalink / raw)
  To: cygwin-apps

Lemures Lemniscati via Cygwin-apps writes:
> Since it seems that 'Prefix' is different from 'Portage',
> I'm not sure that it's ok to replace only the citation.

I think Prefix builds on Portage or rather is an extension on it, but
Michael Haubenwallner should be able to tell you more if you are
interested.  So if Prefix does work on Cygwin, Portage certainly should
as well.  Portage is the package manager of Gentoo and Gentoo builds
everything you install from source, on the system you are currently on.
AFAUI, Prefix additionally makes it possible to build into a foreign
installation and/or hosted by something other than Gentoo.  So runnning
Prefix on Cygwin will enable you to use Portage packages on Cygwin, but
they will be built locally like on Gentoo by default.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-07 13:52   ` Lemures Lemniscati
  2020-12-07 19:31     ` Achim Gratz
@ 2020-12-09 12:10     ` Lemures Lemniscati
  2020-12-09 22:02       ` Lemures Lemniscati
  1 sibling, 1 reply; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-09 12:10 UTC (permalink / raw)
  To: cygwin-apps

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

On Mon, 07 Dec 2020 22:52:28 +0900, Lemures Lemniscati
> On Wed, 02 Dec 2020 13:38:32 -0500, Yaakov Selkowitz via Cygwin-apps
> > On Tue, 2020-12-01 at 15:47 +0000, Jon Turney wrote:
> > > Update xorg.cygclass URLs since xorg.freedesktop.org now permanently
> > > redirects to www.x.org
> > > ---
> > >  cygclass/xorg.cygclass | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > Thanks, comments inline.
> > 
> > > diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
> > > index 47686e8..1665439 100644
> > > --- a/cygclass/xorg.cygclass
> > > +++ b/cygclass/xorg.cygclass
> > > @@ -141,13 +141,13 @@ SUMMARY="X.Org ${ORIG_PN} component"
> > >  #****
> > >  #****o* xorg.cygclass/HOMEPAGE (xorg)
> > >  #  DEFINITION
> > > -HOMEPAGE="http://xorg.freedesktop.org/"
> > > +HOMEPAGE="https://www.x.org/"
> > 
> > OK.
> > 
> > >  #****
> > >  #****o* xorg.cygclass/SRC_URI (xorg)
> > >  #  DESCRIPTION
> > >  #  Download location of the release tarball.
> > >  #****
> > > -SRC_URI="http://xorg.freedesktop.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > > +SRC_URI="http://www.x.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> >             ^^^^^^^
> > https://
> > 
> > With that change, please proceed.
> > 
> > In fact, there are probably a bunch of other http: which could be
> > converted to https: at this point.  I would suggest anyone who does
> > that (in separate commit(s)) should get a gold star.
> > 
> 
> Updated a few of them.
> 
> Lem

More patches.

Lem

[-- Attachment #2: 0005-Update-URLs-in-cygclass-R.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1986 bytes --]

From a0b3a512ca102f56de66105bdceda960b3fd727e Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Wed, 9 Dec 2020 08:02:03 +0900
Subject: [PATCH] Update URLs in cygclass/R.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://cran.r-project.org/ to https://cran.r-project.org/
http://sourceforge.net/ to https://sourceforge.net/

diff --git a/cygclass/R.cygclass b/cygclass/R.cygclass
index a291a93..2c5908d 100644
--- a/cygclass/R.cygclass
+++ b/cygclass/R.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -29,7 +29,7 @@
 #  computing and graphics.
 #
 #  The primary purpose of R.cygclass is for creating Cygwin packages from
-#  |html <a href="http://cran.r-project.org/web/packages/">CRAN packages</a>,
+#  |html <a href="https://cran.r-project.org/web/packages/">CRAN packages</a>,
 #  the R equivalent of Perl's CPAN.  CRAN package builds are driven by R itself.
 #
 #  Most CRAN packages build OOTB, but creating a Cygwin package may be helpful
@@ -41,7 +41,7 @@
 #
 #  Alternatively, the definitions in this cygclass can be used to help build
 #  an R-dependent package which does not use CRAN, e.g.
-#  |html <a href="http://sourceforge.net/p/cygwin-ports/rkward/">rkward</a>.
+#  |html <a href="https://sourceforge.net/p/cygwin-ports/rkward/">rkward</a>.
 #  EXAMPLE
 #  inherit R
 #  
@@ -117,7 +117,7 @@ SUMMARY="R ${ORIG_PN} package"
 #  DESCRIPTION
 #  Web address for the R module on CRAN.
 #****
-HOMEPAGE="http://cran.r-project.org/web/packages/${ORIG_PN}/"
+HOMEPAGE="https://cran.r-project.org/web/packages/${ORIG_PN}/"
 
 #****o* R.cygclass/SRC_URI (R)
 #  DESCRIPTION
-- 
2.29.2


[-- Attachment #3: 0006-Update-a-URL-in-cygclass-ant.cygclass.patch --]
[-- Type: application/octet-stream, Size: 802 bytes --]

From be599f7cbddff0ee8f3bba656aa99235cc0b59ed Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Wed, 9 Dec 2020 08:02:04 +0900
Subject: [PATCH] Update a URL in cygclass/ant.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/

diff --git a/cygclass/ant.cygclass b/cygclass/ant.cygclass
index 86b3f91..141d402 100644
--- a/cygclass/ant.cygclass
+++ b/cygclass/ant.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #4: 0007-Update-a-URL-cygclass-apache.cygclass.patch --]
[-- Type: application/octet-stream, Size: 814 bytes --]

From d43a5792c51525ff7638baf11142fe4959639084 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Wed, 9 Dec 2020 08:02:06 +0900
Subject: [PATCH] Update a URL cygclass/apache.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/

diff --git a/cygclass/apache.cygclass b/cygclass/apache.cygclass
index a5b4e85..13035cc 100644
--- a/cygclass/apache.cygclass
+++ b/cygclass/apache.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #5: 0008-Update-a-URL-cygclass-apache2.cygclass.patch --]
[-- Type: application/octet-stream, Size: 819 bytes --]

From 63b518f0fd8ca02b7940d1a86fa943ac8fbc8e25 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Wed, 9 Dec 2020 08:02:07 +0900
Subject: [PATCH] Update a URL cygclass/apache2.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/

diff --git a/cygclass/apache2.cygclass b/cygclass/apache2.cygclass
index 1b9d639..b734f82 100644
--- a/cygclass/apache2.cygclass
+++ b/cygclass/apache2.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #6: 0009-Update-a-URL-in-cygclass-aspell-dict.cygclass.patch --]
[-- Type: application/octet-stream, Size: 842 bytes --]

From b6829b0c7c72b6b823a7415d2550da36797b6ad6 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Wed, 9 Dec 2020 08:02:09 +0900
Subject: [PATCH] Update a URL in cygclass/aspell-dict.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/

diff --git a/cygclass/aspell-dict.cygclass b/cygclass/aspell-dict.cygclass
index d97d4f8..565c44b 100644
--- a/cygclass/aspell-dict.cygclass
+++ b/cygclass/aspell-dict.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #7: 0010-Update-URLs-in-cygclass-autotools.cygclass.patch --]
[-- Type: application/octet-stream, Size: 3089 bytes --]

From de58a26fda4c55d61e055e0e92e28f11889ac666 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Wed, 9 Dec 2020 08:02:10 +0900
Subject: [PATCH] Update URLs in cygclass/autotools.cygclass

http://www.gnu.org/ to https://www.gnu.org/
http://www.nano-editor.org/ to https://www.nano-editor.org/
http://www.pathname.com/fhs/ to https://www.pathname.com/fhs/
http://cygwin.com/setup.html to https://cygwin.com/setup.html
http://www.cygwin.com/ml/ to https://sourceware.org/legacy-ml/

diff --git a/cygclass/autotools.cygclass b/cygclass/autotools.cygclass
index 31b3ad5..df62cb9 100644
--- a/cygclass/autotools.cygclass
+++ b/cygclass/autotools.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -41,7 +41,7 @@
 #    DESCRIPTION="The grep command searches one or more input files for lines
 #    containing a match to a specified pattern. By default, grep prints the
 #    matching lines."
-#    HOMEPAGE="http://www.gnu.org/software/grep/"
+#    HOMEPAGE="https://www.gnu.org/software/grep/"
 #    SRC_URI="mirror://gnu/grep/grep-${VERSION}.tar.xz"
 #
 #  If the only customization needed is to add configure flags, use CYGCONF_ARGS:
@@ -56,8 +56,8 @@
 #    many extra features like an interactive search and replace, go to line and
 #    column number, auto-indentation, feature toggles, internationalization support,
 #    and filename tab completion."
-#    HOMEPAGE="http://www.nano-editor.org/"
-#    SRC_URI="http://www.nano-editor.org/dist/v${VERSION%.*}/nano-${VERSION}.tar.gz"
+#    HOMEPAGE="https://www.nano-editor.org/"
+#    SRC_URI="https://www.nano-editor.org/dist/v${VERSION%.*}/nano-${VERSION}.tar.gz"
 #    PATCH_URI="2.2.4-wchar.patch"
 #    
 #    DIFF_EXCLUDES="nano.spec"
@@ -590,8 +590,8 @@ cygautoreconf() {
 #  DESCRIPTION
 #  Runs the configure script for the package.  cygconf passes configure the flags
 #  necessary to install the package into the /usr prefix and according to the
-#  |html <a href="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
-#  |html <a href="http://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
+#  |html <a href="https://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
+#  |html <a href="https://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
 #  In addition, all arguments to cygconf are passed to configure, followed by
 #  CYGCONF_ARGS, if set.
 #  NOTES
@@ -728,7 +728,7 @@ cygconf() {
 	done
 
 	# AC_HAVE_MMAP fails despite a working mmap, so we force this to yes
-	# (see http://www.cygwin.com/ml/cygwin/2004-09/msg00741.html
+	# (see https://sourceware.org/legacy-ml/cygwin/2004-09/msg00741.html
 	# and following thread for details)
 	case ${CHOST} in
 	*-*-cygwin*)
-- 
2.29.2


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-08 19:17             ` Achim Gratz
@ 2020-12-09 12:20               ` Lemures Lemniscati
  0 siblings, 0 replies; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-09 12:20 UTC (permalink / raw)
  To: cygwin-apps

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

On Tue, 08 Dec 2020 20:17:43 +0100, Achim Gratz
> Lemures Lemniscati via Cygwin-apps writes:
> > Since it seems that 'Prefix' is different from 'Portage',
> > I'm not sure that it's ok to replace only the citation.
> 
> I think Prefix builds on Portage or rather is an extension on it, but
> Michael Haubenwallner should be able to tell you more if you are
> interested.  So if Prefix does work on Cygwin, Portage certainly should
> as well.  Portage is the package manager of Gentoo and Gentoo builds
> everything you install from source, on the system you are currently on.
> AFAUI, Prefix additionally makes it possible to build into a foreign
> installation and/or hosted by something other than Gentoo.  So runnning
> Prefix on Cygwin will enable you to use Portage packages on Cygwin, but
> they will be built locally like on Gentoo by default.
> 
> 
> Regards,
> Achim.

Thank you.

And this is a propsal for modification of README in cygport:

* Drop a URL to HOWTO Gentoo on Cygwin
* Add some comments and a URL to Gentoo Prefix on Cygwin

Regards,

Lem

========
diff --git a/README b/README
index 3f5bf02..a166579 100644
--- a/README
+++ b/README
@@ -86,8 +86,11 @@ because:
 4) Most importantly, setup.exe provides a GUI which makes installation
    easier for the uninitiated.

-(It should be noted that there have been renewed attempts to run Portage
-on Cygwin[3], and this was even recently ITP'd and rejected[4].)
+(It should be noted that, there were renewed attempts to run Portage
+on Cygwin, and this was ITP'd and rejected[3] in 2006.  And, the project
+"Gentoo on Cygwin", which contains Portage, is unmaintained as of 2008.
+But, there is another project "Gentoo Prefix on Cygwin", as of 2020.
+It's a try to run well-maintained "Gentoo Prefix" sources on Cygwin[4].)


 2. CONCEPT
@@ -245,6 +248,6 @@ Discussion on cygport should occur on the Cygwin-apps list

 [1] https://www.cygwin.com/
 [2] https://cygwin.com/setup.html#package_contents
-[3] http://gentoo-wiki.com/HOWTO_Gentoo_on_Cygwin (no longer available)
-[4] https://sourceware.org/legacy-ml/cygwin-apps/2006-03/msg00000.html
+[3] https://sourceware.org/legacy-ml/cygwin-apps/2006-03/msg00000.html
+[4] https://wiki.gentoo.org/wiki/Prefix/Cygwin
 [5] https://cygwin.com/git-cygwin-packages/
========

[-- Attachment #2: 0011-Modify-README-Add-some-comments-about-Gentoo.patch --]
[-- Type: application/octet-stream, Size: 1542 bytes --]

From eab185698853529c2debc0dd6ee8f27cef33f89d Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Wed, 9 Dec 2020 21:03:28 +0900
Subject: [PATCH] Modify README: Add some comments about Gentoo

Drop a URL to HOWTO Gentoo on Cygwin
Add some comments and a URL to Gentoo Prefix on Cygwin

diff --git a/README b/README
index 3f5bf02..a166579 100644
--- a/README
+++ b/README
@@ -86,8 +86,11 @@ because:
 4) Most importantly, setup.exe provides a GUI which makes installation
    easier for the uninitiated.
 
-(It should be noted that there have been renewed attempts to run Portage 
-on Cygwin[3], and this was even recently ITP'd and rejected[4].)
+(It should be noted that, there were renewed attempts to run Portage
+on Cygwin, and this was ITP'd and rejected[3] in 2006.  And, the project
+"Gentoo on Cygwin", which contains Portage, is unmaintained as of 2008.
+But, there is another project "Gentoo Prefix on Cygwin", as of 2020.
+It's a try to run well-maintained "Gentoo Prefix" sources on Cygwin[4].)
 
 
 2. CONCEPT
@@ -245,6 +248,6 @@ Discussion on cygport should occur on the Cygwin-apps list
 
 [1] https://www.cygwin.com/
 [2] https://cygwin.com/setup.html#package_contents
-[3] http://gentoo-wiki.com/HOWTO_Gentoo_on_Cygwin (no longer available)
-[4] https://sourceware.org/legacy-ml/cygwin-apps/2006-03/msg00000.html
+[3] https://sourceware.org/legacy-ml/cygwin-apps/2006-03/msg00000.html
+[4] https://wiki.gentoo.org/wiki/Prefix/Cygwin
 [5] https://cygwin.com/git-cygwin-packages/
-- 
2.29.2


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-09 12:10     ` Lemures Lemniscati
@ 2020-12-09 22:02       ` Lemures Lemniscati
  2020-12-10 13:28         ` Lemures Lemniscati
  0 siblings, 1 reply; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-09 22:02 UTC (permalink / raw)
  To: cygwin-apps

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

On Wed, 09 Dec 2020 21:10:18 +0900, Lemures Lemniscati
> On Mon, 07 Dec 2020 22:52:28 +0900, Lemures Lemniscati
> > On Wed, 02 Dec 2020 13:38:32 -0500, Yaakov Selkowitz via Cygwin-apps
> > > On Tue, 2020-12-01 at 15:47 +0000, Jon Turney wrote:
> > > > Update xorg.cygclass URLs since xorg.freedesktop.org now permanently
> > > > redirects to www.x.org
> > > > ---
> > > >  cygclass/xorg.cygclass | 4 ++--
> > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > Thanks, comments inline.
> > > 
> > > > diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
> > > > index 47686e8..1665439 100644
> > > > --- a/cygclass/xorg.cygclass
> > > > +++ b/cygclass/xorg.cygclass
> > > > @@ -141,13 +141,13 @@ SUMMARY="X.Org ${ORIG_PN} component"
> > > >  #****
> > > >  #****o* xorg.cygclass/HOMEPAGE (xorg)
> > > >  #  DEFINITION
> > > > -HOMEPAGE="http://xorg.freedesktop.org/"
> > > > +HOMEPAGE="https://www.x.org/"
> > > 
> > > OK.
> > > 
> > > >  #****
> > > >  #****o* xorg.cygclass/SRC_URI (xorg)
> > > >  #  DESCRIPTION
> > > >  #  Download location of the release tarball.
> > > >  #****
> > > > -SRC_URI="http://xorg.freedesktop.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > > > +SRC_URI="http://www.x.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > >             ^^^^^^^
> > > https://
> > > 
> > > With that change, please proceed.
> > > 
> > > In fact, there are probably a bunch of other http: which could be
> > > converted to https: at this point.  I would suggest anyone who does
> > > that (in separate commit(s)) should get a gold star.
> > > 
> > 
> > Updated a few of them.
> > 
> > Lem
> 
> More patches.
> 
> Lem

More patches.

Lem

[-- Attachment #2: 0012-Update-URLs-in-cygclass-berkdb.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1695 bytes --]

From ac0be9f421935af677635e9bcb8b1726f840a8ad Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 06:46:19 +0900
Subject: [PATCH] Update URLs in cygclass/berkdb.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.oracle.com/technology/products/berkeley-db/db/index.html
  to https://www.oracle.com/database/technologies/related/berkeleydb.html
http://download.oracle.com/berkeley-db/db-${tarpv}.tar.gz
  to https://download.oracle.com/berkeley-db/db-${tarpv}.tar.gz

diff --git a/cygclass/berkdb.cygclass b/cygclass/berkdb.cygclass
index 10f7619..249fd37 100644
--- a/cygclass/berkdb.cygclass
+++ b/cygclass/berkdb.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -65,14 +65,14 @@ eliminating the performance penalty of client-server architectures."
 #****
 #****io* berkdb.cygclass/HOMEPAGE (berkdb)
 #  DEFINITION
-HOMEPAGE="http://www.oracle.com/technology/products/berkeley-db/db/index.html"
+HOMEPAGE="https://www.oracle.com/database/technologies/related/berkeleydb.html"
 #****
 
 #****io* berkdb.cygclass/SRC_URI (berkdb)
 #  DESCRIPTION
 #  Download location of the Berkeley DB source tarball.
 #****
-SRC_URI="http://download.oracle.com/berkeley-db/db-${tarpv}.tar.gz"
+SRC_URI="https://download.oracle.com/berkeley-db/db-${tarpv}.tar.gz"
 
 SRC_DIR="db-${tarpv}"
 
-- 
2.29.2


[-- Attachment #3: 0013-Update-URLs-in-cygclass-bzr.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1313 bytes --]

From 744cca0efb1638d58a2bc4d566dba99c37e39235 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 06:46:21 +0900
Subject: [PATCH] Update URLs in cygclass/bzr.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://launchpad.net/projects to https://launchpad.net/projects

diff --git a/cygclass/bzr.cygclass b/cygclass/bzr.cygclass
index 6a264fe..fcaf8b6 100644
--- a/cygclass/bzr.cygclass
+++ b/cygclass/bzr.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -30,7 +30,7 @@
 #  Developed by Canonical Ltd., the company behind Ubuntu Linux,
 #  |html <a href="http://bazaar.canonical.com/">Bazaar</a> is a distributed
 #  version control system which is most commonly used by software hosted on
-#  |html <a href="http://launchpad.net/projects">Launchpad</a>.
+#  |html <a href="https://launchpad.net/projects">Launchpad</a>.
 #
 #  This cygclass creates source tarballs from Bazaar checkouts.
 #  NOTES
-- 
2.29.2


[-- Attachment #4: 0014-Update-a-URL-in-cygclass-clang.cygclass.patch --]
[-- Type: application/octet-stream, Size: 813 bytes --]

From 574b84aed4120015bd3261fe74b3402fb9ef8ed0 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 06:46:22 +0900
Subject: [PATCH] Update a URL in cygclass/clang.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/

diff --git a/cygclass/clang.cygclass b/cygclass/clang.cygclass
index 8b7f8a7..ab5d486 100644
--- a/cygclass/clang.cygclass
+++ b/cygclass/clang.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #5: 0015-Update-URLs-in-cygclass-claws-mail.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1697 bytes --]

From c9e146a7d5b0be8d8b2a169641ac4e6a97be0361 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 06:46:24 +0900
Subject: [PATCH] Update URLs in cygclass/claws-mail.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.claws-mail.org/plugins.php
  to https://www.claws-mail.org/plugins.php
http://www.claws-mail.org/downloads/plugins/${ORIG_PN}-${PV}.tar.gz
  to https://www.claws-mail.org/downloads/plugins/${ORIG_PN}-${PV}.tar.gz

Note: I'm not sure that the last URL is valid, but just replaced http:
by https: since www.claws-mail.org uses https: .

diff --git a/cygclass/claws-mail.cygclass b/cygclass/claws-mail.cygclass
index 9807f72..c3d7134 100644
--- a/cygclass/claws-mail.cygclass
+++ b/cygclass/claws-mail.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -53,12 +53,12 @@ SUMMARY="Claws Mail ${CLAWS_MAIL_PLUGIN} plugin"
 #****
 #****io* claws-mail.cygclass/HOMEPAGE (claws-mail)
 #  DEFINITION
-HOMEPAGE="http://www.claws-mail.org/plugins.php"
+HOMEPAGE="https://www.claws-mail.org/plugins.php"
 #****
 
 #****io* claws-mail.cygclass/SRC_URI (claws-mail)
 #  DEFINITION
-SRC_URI="http://www.claws-mail.org/downloads/plugins/${ORIG_PN}-${PV}.tar.gz"
+SRC_URI="https://www.claws-mail.org/downloads/plugins/${ORIG_PN}-${PV}.tar.gz"
 #****
 
 SRC_DIR="${ORIG_PN}-${PV}"
-- 
2.29.2


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-09 22:02       ` Lemures Lemniscati
@ 2020-12-10 13:28         ` Lemures Lemniscati
  2020-12-12  3:45           ` Lemures Lemniscati
  0 siblings, 1 reply; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-10 13:28 UTC (permalink / raw)
  To: cygwin-apps

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

On Thu, 10 Dec 2020 07:02:07 +0900, Lemures Lemniscati
> On Wed, 09 Dec 2020 21:10:18 +0900, Lemures Lemniscati
> > On Mon, 07 Dec 2020 22:52:28 +0900, Lemures Lemniscati
> > > On Wed, 02 Dec 2020 13:38:32 -0500, Yaakov Selkowitz via Cygwin-apps
> > > > On Tue, 2020-12-01 at 15:47 +0000, Jon Turney wrote:
> > > > > Update xorg.cygclass URLs since xorg.freedesktop.org now permanently
> > > > > redirects to www.x.org
> > > > > ---
> > > > >  cygclass/xorg.cygclass | 4 ++--
> > > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > > 
> > > > Thanks, comments inline.
> > > > 
> > > > > diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
> > > > > index 47686e8..1665439 100644
> > > > > --- a/cygclass/xorg.cygclass
> > > > > +++ b/cygclass/xorg.cygclass
> > > > > @@ -141,13 +141,13 @@ SUMMARY="X.Org ${ORIG_PN} component"
> > > > >  #****
> > > > >  #****o* xorg.cygclass/HOMEPAGE (xorg)
> > > > >  #  DEFINITION
> > > > > -HOMEPAGE="http://xorg.freedesktop.org/"
> > > > > +HOMEPAGE="https://www.x.org/"
> > > > 
> > > > OK.
> > > > 
> > > > >  #****
> > > > >  #****o* xorg.cygclass/SRC_URI (xorg)
> > > > >  #  DESCRIPTION
> > > > >  #  Download location of the release tarball.
> > > > >  #****
> > > > > -SRC_URI="http://xorg.freedesktop.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > > > > +SRC_URI="http://www.x.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > > >             ^^^^^^^
> > > > https://
> > > > 
> > > > With that change, please proceed.
> > > > 
> > > > In fact, there are probably a bunch of other http: which could be
> > > > converted to https: at this point.  I would suggest anyone who does
> > > > that (in separate commit(s)) should get a gold star.
> > > > 
> > > 
> > > Updated a few of them.
> > > 
> > > Lem
> > 
> > More patches.
> > 
> > Lem
> 
> More patches.
> 
> Lem

More patches.

Lem


[-- Attachment #2: 0016-0079-Replace_http_by_https_for_www.gnu.org.patch --]
[-- Type: application/octet-stream, Size: 58058 bytes --]

From 4a3aff3d79cbdb7cd0d5566f735660ac0b63a169 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:17 +0900
Subject: [PATCH 16/85] Update a URL in cygclass/cross.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/cross.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/cross.cygclass b/cygclass/cross.cygclass
index 3c3f2c0..ac8b5b1 100644
--- a/cygclass/cross.cygclass
+++ b/cygclass/cross.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From e87d716d6804da3bc2ceca3957065331dab4c862 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:17 +0900
Subject: [PATCH 17/85] Update a URL in cygclass/cvs.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/cvs.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/cvs.cygclass b/cygclass/cvs.cygclass
index 3d5088c..729d4f1 100644
--- a/cygclass/cvs.cygclass
+++ b/cygclass/cvs.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 07a81ef040010c466cef68da8a253e6eb837b83d Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:18 +0900
Subject: [PATCH 18/85] Update a URL in cygclass/distutils-multi.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/distutils-multi.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/distutils-multi.cygclass b/cygclass/distutils-multi.cygclass
index 72830d3..e36f479 100644
--- a/cygclass/distutils-multi.cygclass
+++ b/cygclass/distutils-multi.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From c3b186b4f8849481b5fc3ae55904780b0a73520e Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:18 +0900
Subject: [PATCH 19/85] Update a URL in cygclass/distutils.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/distutils.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/distutils.cygclass b/cygclass/distutils.cygclass
index b09331d..c73f353 100644
--- a/cygclass/distutils.cygclass
+++ b/cygclass/distutils.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 8c0d376a2cd1d6b9ec33f4ef50f744c03690c5ae Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:18 +0900
Subject: [PATCH 20/85] Update a URL in cygclass/emacs.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/emacs.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/emacs.cygclass b/cygclass/emacs.cygclass
index 3e99e61..3819275 100644
--- a/cygclass/emacs.cygclass
+++ b/cygclass/emacs.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 5aa4aee17ae555ed9c2b4ec186b850e15fdd3325 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:19 +0900
Subject: [PATCH 21/85] Update a URL in cygclass/fossil.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/fossil.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/fossil.cygclass b/cygclass/fossil.cygclass
index 91e2901..294fc0c 100644
--- a/cygclass/fossil.cygclass
+++ b/cygclass/fossil.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From a61345ea1b9e610ed53274985668d63818e17e83 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:19 +0900
Subject: [PATCH 22/85] Update a URL in cygclass/fox.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/fox.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/fox.cygclass b/cygclass/fox.cygclass
index 5458966..63a9426 100644
--- a/cygclass/fox.cygclass
+++ b/cygclass/fox.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From c627b00eb22737ef2003e126e143b7745de43e45 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:20 +0900
Subject: [PATCH 23/85] Update a URL in cygclass/git.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/git.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/git.cygclass b/cygclass/git.cygclass
index 1e3de23..8f30992 100644
--- a/cygclass/git.cygclass
+++ b/cygclass/git.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 59cea6055ac90638157c6d2cab3ba1cf0899b486 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:20 +0900
Subject: [PATCH 24/85] Update a URL in cygclass/gnome2.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/gnome2.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/gnome2.cygclass b/cygclass/gnome2.cygclass
index a99220f..fc626c3 100644
--- a/cygclass/gnome2.cygclass
+++ b/cygclass/gnome2.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From a5cd7df09e984c17aa2158fc7aa6b69e701b3de3 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:20 +0900
Subject: [PATCH 25/85] Update a URL in cygclass/gst-plugins0.10.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/gst-plugins0.10.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/gst-plugins0.10.cygclass b/cygclass/gst-plugins0.10.cygclass
index c429810..98c6bc0 100644
--- a/cygclass/gst-plugins0.10.cygclass
+++ b/cygclass/gst-plugins0.10.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From f9be7d9d900276fe9451d17c2fdb111ecc1c63e6 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:21 +0900
Subject: [PATCH 26/85] Update a URL in cygclass/hg.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/hg.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/hg.cygclass b/cygclass/hg.cygclass
index 56d61ce..a7afff2 100644
--- a/cygclass/hg.cygclass
+++ b/cygclass/hg.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 3bd8a20de5055ca00aaf6d922247b16de63213d9 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:21 +0900
Subject: [PATCH 27/85] Update a URL in cygclass/java.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/java.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/java.cygclass b/cygclass/java.cygclass
index badc20f..07a9166 100644
--- a/cygclass/java.cygclass
+++ b/cygclass/java.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From fa5de18c298e6ea824721d07df7e7ac441edec63 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:22 +0900
Subject: [PATCH 28/85] Update a URL in cygclass/kf5.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/kf5.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/kf5.cygclass b/cygclass/kf5.cygclass
index 0f73d8e..634f1ab 100644
--- a/cygclass/kf5.cygclass
+++ b/cygclass/kf5.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From dfecfc70d3845a67195f09e37bd1658666c00a63 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:22 +0900
Subject: [PATCH 29/85] Update a URL in cygclass/lua.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/lua.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/lua.cygclass b/cygclass/lua.cygclass
index be53e67..a367d3f 100644
--- a/cygclass/lua.cygclass
+++ b/cygclass/lua.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From f5d2861fbe877b3a2c08f41b36679a929c923460 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:23 +0900
Subject: [PATCH 30/85] Update a URL in cygclass/mtn.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/mtn.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/mtn.cygclass b/cygclass/mtn.cygclass
index 1fd3cff..ea448a6 100644
--- a/cygclass/mtn.cygclass
+++ b/cygclass/mtn.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From b1f7afdbf225b2cb9f13a334cc9107c395f5b82b Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:23 +0900
Subject: [PATCH 31/85] Update a URL in cygclass/nant.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/nant.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/nant.cygclass b/cygclass/nant.cygclass
index a2730e5..2aad539 100644
--- a/cygclass/nant.cygclass
+++ b/cygclass/nant.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 4aeca92edfedf19a22b46264c9b46e6f41e1f1f9 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:23 +0900
Subject: [PATCH 32/85] Update a URL in cygclass/ninja.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/ninja.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/ninja.cygclass b/cygclass/ninja.cygclass
index f0ff13f..ef339d9 100644
--- a/cygclass/ninja.cygclass
+++ b/cygclass/ninja.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 02eefe8a3d94b2af97126614b393cea0fcf44c65 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:24 +0900
Subject: [PATCH 33/85] Update a URL in cygclass/ocaml-dune.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/ocaml-dune.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/ocaml-dune.cygclass b/cygclass/ocaml-dune.cygclass
index e43eac9..3ea2a37 100644
--- a/cygclass/ocaml-dune.cygclass
+++ b/cygclass/ocaml-dune.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 01a0b3118a7b16a6f7be6f4c59dfc3ab05ab2102 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:24 +0900
Subject: [PATCH 34/85] Update a URL in cygclass/ocaml.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/ocaml.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/ocaml.cygclass b/cygclass/ocaml.cygclass
index a4cd01e..04dfe6b 100644
--- a/cygclass/ocaml.cygclass
+++ b/cygclass/ocaml.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 8ede7502db240a62a705cfff236f860eac156692 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:24 +0900
Subject: [PATCH 35/85] Update a URL in cygclass/octave.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/octave.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/octave.cygclass b/cygclass/octave.cygclass
index 115de2a..560610e 100644
--- a/cygclass/octave.cygclass
+++ b/cygclass/octave.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From a7a8cce26d1c1c12387e14b5b81592372587b266 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:25 +0900
Subject: [PATCH 36/85] Update a URL in cygclass/perl.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/perl.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/perl.cygclass b/cygclass/perl.cygclass
index cef40cb..bb594ca 100644
--- a/cygclass/perl.cygclass
+++ b/cygclass/perl.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 08fdb18cfc4d6eed34adabdd5413f93c5627bc94 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:25 +0900
Subject: [PATCH 37/85] Update a URL in cygclass/pypy-distutils.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/pypy-distutils.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/pypy-distutils.cygclass b/cygclass/pypy-distutils.cygclass
index 9dd21fb..2c2d37d 100644
--- a/cygclass/pypy-distutils.cygclass
+++ b/cygclass/pypy-distutils.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 648805f9fa7a90e82c985c7cd63ce2c9e74fbb82 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:26 +0900
Subject: [PATCH 38/85] Update a URL in cygclass/pypy.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/pypy.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/pypy.cygclass b/cygclass/pypy.cygclass
index 6993efd..13877d1 100644
--- a/cygclass/pypy.cygclass
+++ b/cygclass/pypy.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 36228a7e82610c06b9bea0e8993168c4171faf5e Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:26 +0900
Subject: [PATCH 39/85] Update a URL in cygclass/python-distutils.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python-distutils.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python-distutils.cygclass b/cygclass/python-distutils.cygclass
index 194dd87..177bb88 100644
--- a/cygclass/python-distutils.cygclass
+++ b/cygclass/python-distutils.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 749ea69df5e076edae7099feb7b3e425d3eb3c6a Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:26 +0900
Subject: [PATCH 40/85] Update a URL in cygclass/python-wheel.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python-wheel.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python-wheel.cygclass b/cygclass/python-wheel.cygclass
index e232194..63f7f54 100644
--- a/cygclass/python-wheel.cygclass
+++ b/cygclass/python-wheel.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 0a0a76bc6f2dbb463864f7d46f8aad00a05d6222 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:26 +0900
Subject: [PATCH 41/85] Update a URL in cygclass/python.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python.cygclass b/cygclass/python.cygclass
index 2cead83..6f3c1ca 100644
--- a/cygclass/python.cygclass
+++ b/cygclass/python.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 55dc0e61c169bf4f50291390bdf7678e08408efc Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:27 +0900
Subject: [PATCH 42/85] Update a URL in cygclass/python.org.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python.org.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python.org.cygclass b/cygclass/python.org.cygclass
index 4ad303e..51434ba 100644
--- a/cygclass/python.org.cygclass
+++ b/cygclass/python.org.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 4f14640439744614f76efaf019375547ec86cf85 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:27 +0900
Subject: [PATCH 43/85] Update a URL in cygclass/python2-distutils.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python2-distutils.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python2-distutils.cygclass b/cygclass/python2-distutils.cygclass
index 29f4b32..20468a3 100644
--- a/cygclass/python2-distutils.cygclass
+++ b/cygclass/python2-distutils.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 1f9edb457b55ad88d6bcd6dcec9920ac47c4d97c Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:27 +0900
Subject: [PATCH 44/85] Update a URL in cygclass/python2-wheel.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python2-wheel.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python2-wheel.cygclass b/cygclass/python2-wheel.cygclass
index 855fed3..26670fc 100644
--- a/cygclass/python2-wheel.cygclass
+++ b/cygclass/python2-wheel.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 847dfeebca875d22eefde9d5869e212e105d5874 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:28 +0900
Subject: [PATCH 45/85] Update a URL in cygclass/python2.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python2.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python2.cygclass b/cygclass/python2.cygclass
index 5327147..84aa4b9 100644
--- a/cygclass/python2.cygclass
+++ b/cygclass/python2.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 6d9b3c6eb50c3c7c63367ddfda379a1fc0175da5 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:28 +0900
Subject: [PATCH 46/85] Update a URL in cygclass/python3-distutils.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python3-distutils.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python3-distutils.cygclass b/cygclass/python3-distutils.cygclass
index 224eeaf..114f575 100644
--- a/cygclass/python3-distutils.cygclass
+++ b/cygclass/python3-distutils.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 553fd8ba297939db92d613160bcc7b8fc5820f18 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:28 +0900
Subject: [PATCH 47/85] Update a URL in cygclass/python3.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/python3.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/python3.cygclass b/cygclass/python3.cygclass
index 07b98b0..168a39f 100644
--- a/cygclass/python3.cygclass
+++ b/cygclass/python3.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From acd273ba4cf094cb6120e510bef391778d7bb351 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:29 +0900
Subject: [PATCH 48/85] Update a URL in cygclass/qt3-qmake.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/qt3-qmake.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/qt3-qmake.cygclass b/cygclass/qt3-qmake.cygclass
index 20a5f8e..ede21ce 100644
--- a/cygclass/qt3-qmake.cygclass
+++ b/cygclass/qt3-qmake.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 93aa8a8086bcc68fdaf9b4b24f6b6de4891d8ab4 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:29 +0900
Subject: [PATCH 49/85] Update a URL in cygclass/qt3.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/qt3.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/qt3.cygclass b/cygclass/qt3.cygclass
index 377cbc6..ffd1313 100644
--- a/cygclass/qt3.cygclass
+++ b/cygclass/qt3.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From ac923885afd096fd4d41fe1c7ef92a12b4b4eea2 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:29 +0900
Subject: [PATCH 50/85] Update a URL in cygclass/qt4-cmake.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/qt4-cmake.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/qt4-cmake.cygclass b/cygclass/qt4-cmake.cygclass
index aa3b451..754bbee 100644
--- a/cygclass/qt4-cmake.cygclass
+++ b/cygclass/qt4-cmake.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 8e4fb59d4df05d311db0cf8519fba97bee7bcbc7 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:30 +0900
Subject: [PATCH 51/85] Update a URL in cygclass/qt4-qconf.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/qt4-qconf.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/qt4-qconf.cygclass b/cygclass/qt4-qconf.cygclass
index a578570..5f95ddf 100644
--- a/cygclass/qt4-qconf.cygclass
+++ b/cygclass/qt4-qconf.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From b1ad19502ba9d77aaf99d9f7ce66c8703cf6cdf7 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:30 +0900
Subject: [PATCH 52/85] Update a URL in cygclass/qt4-qmake.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/qt4-qmake.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/qt4-qmake.cygclass b/cygclass/qt4-qmake.cygclass
index c64b955..c2b5ab8 100644
--- a/cygclass/qt4-qmake.cygclass
+++ b/cygclass/qt4-qmake.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From b52e8985e1d2811b95f9e6f5e1f7aa70bc00e7e7 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:30 +0900
Subject: [PATCH 53/85] Update a URL in cygclass/qt4.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/qt4.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/qt4.cygclass b/cygclass/qt4.cygclass
index 1f48438..e74b686 100644
--- a/cygclass/qt4.cygclass
+++ b/cygclass/qt4.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 7552510e3d7cfcf61f59109c328002d0f6fc0dee Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:31 +0900
Subject: [PATCH 54/85] Update a URL in cygclass/qt5-qmake.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/qt5-qmake.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/qt5-qmake.cygclass b/cygclass/qt5-qmake.cygclass
index dda774d..b7ce1c0 100644
--- a/cygclass/qt5-qmake.cygclass
+++ b/cygclass/qt5-qmake.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 48e5930b4a6852012ca7d70e0abdf27759d5b1d7 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:31 +0900
Subject: [PATCH 55/85] Update a URL in cygclass/qt5.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/qt5.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/qt5.cygclass b/cygclass/qt5.cygclass
index f4177ec..30637b5 100644
--- a/cygclass/qt5.cygclass
+++ b/cygclass/qt5.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 288c81fc3c9061e6e3f3476e2c563d505e85edae Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:32 +0900
Subject: [PATCH 56/85] Update a URL in cygclass/svn.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/svn.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/svn.cygclass b/cygclass/svn.cygclass
index 72304e1..47f242b 100644
--- a/cygclass/svn.cygclass
+++ b/cygclass/svn.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 6ac4d891b155be004492d40f5f655a01fa3deb51 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:32 +0900
Subject: [PATCH 57/85] Update a URL in cygclass/tcl.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/tcl.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/tcl.cygclass b/cygclass/tcl.cygclass
index b427eb2..a607f85 100644
--- a/cygclass/tcl.cygclass
+++ b/cygclass/tcl.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From edafe1998ff64d4a3956e2032ce6327bb9b59429 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:32 +0900
Subject: [PATCH 58/85] Update a URL in cygclass/test-fetch.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/test-fetch.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/test-fetch.cygclass b/cygclass/test-fetch.cygclass
index 6324ed1..8917d3c 100644
--- a/cygclass/test-fetch.cygclass
+++ b/cygclass/test-fetch.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 5042ee42a28be52ba327267bedd5e7f6241a3cef Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:33 +0900
Subject: [PATCH 59/85] Update a URL in cygclass/toolchain.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/toolchain.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/toolchain.cygclass b/cygclass/toolchain.cygclass
index 7007bb9..4e12d0b 100644
--- a/cygclass/toolchain.cygclass
+++ b/cygclass/toolchain.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From ec86119dcbd085258bbc2ab478969e6b7262bea8 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:33 +0900
Subject: [PATCH 60/85] Update a URL in cygclass/utils.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/utils.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/utils.cygclass b/cygclass/utils.cygclass
index 1662d77..e6f3a1e 100644
--- a/cygclass/utils.cygclass
+++ b/cygclass/utils.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 2968f221e40eb3a2942274a7c49d2feccbf2ad63 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:33 +0900
Subject: [PATCH 61/85] Update a URL in cygclass/vim.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/vim.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/vim.cygclass b/cygclass/vim.cygclass
index 926dd9b..76401a4 100644
--- a/cygclass/vim.cygclass
+++ b/cygclass/vim.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From ba1cb7542595a83a49000fb7fbda5adaafcea46f Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:33 +0900
Subject: [PATCH 62/85] Update a URL in cygclass/waf.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/waf.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/waf.cygclass b/cygclass/waf.cygclass
index 47361c7..026d60d 100644
--- a/cygclass/waf.cygclass
+++ b/cygclass/waf.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From aa2d74824985c188ac5e922817aea179a97f9204 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:34 +0900
Subject: [PATCH 63/85] Update a URL in cygclass/wxwidgets.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/wxwidgets.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/wxwidgets.cygclass b/cygclass/wxwidgets.cygclass
index 732aa3a..7fe9283 100644
--- a/cygclass/wxwidgets.cygclass
+++ b/cygclass/wxwidgets.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 6d0f8dc01e21b1a8a5494faa74efc2852319d484 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:34 +0900
Subject: [PATCH 64/85] Update a URL in cygclass/xorg.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/xorg.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
index 22c34f1..2049fd5 100644
--- a/cygclass/xorg.cygclass
+++ b/cygclass/xorg.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From ab042530ec3cc091a50536df276971d78f5d4a29 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:34 +0900
Subject: [PATCH 65/85] Update a URL in cygclass/xvfb.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/xvfb.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/xvfb.cygclass b/cygclass/xvfb.cygclass
index 88c6f43..f39dcbb 100644
--- a/cygclass/xvfb.cygclass
+++ b/cygclass/xvfb.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 1a4a452929ffa910d9b82b51b7626e541ad931cc Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:35 +0900
Subject: [PATCH 66/85] Update a URL in data/cygport.nanorc

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 data/cygport.nanorc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/cygport.nanorc b/data/cygport.nanorc
index ff9fc2f..31a82c0 100644
--- a/data/cygport.nanorc
+++ b/data/cygport.nanorc
@@ -17,7 +17,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+## along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 ##
 ################################################################################
 
-- 
2.29.2

From 5f65a846b7c7fbf40812886e103be62cc36d339f Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:36 +0900
Subject: [PATCH 67/85] Update a URL in lib/check_funcs.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/check_funcs.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/check_funcs.cygpart b/lib/check_funcs.cygpart
index 233fd0b..77f9e7a 100644
--- a/lib/check_funcs.cygpart
+++ b/lib/check_funcs.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 19f54a0d1cd4ea79e95f11055bdc30da66dfe572 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:36 +0900
Subject: [PATCH 68/85] Update a URL in lib/config_registry.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/config_registry.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/config_registry.cygpart b/lib/config_registry.cygpart
index 4d6c6d1..3c1032c 100644
--- a/lib/config_registry.cygpart
+++ b/lib/config_registry.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 2be91a4f028226f46f59b03752167f45f6dfd6a8 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:37 +0900
Subject: [PATCH 69/85] Update a URL in lib/help.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/help.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/help.cygpart b/lib/help.cygpart
index bb7004c..dfb943d 100644
--- a/lib/help.cygpart
+++ b/lib/help.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 6a1e8e1d50921a09cd4e51f043e677583552ce6d Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:37 +0900
Subject: [PATCH 70/85] Update a URL in lib/inheritance.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/inheritance.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/inheritance.cygpart b/lib/inheritance.cygpart
index 2a65df7..4e484a0 100644
--- a/lib/inheritance.cygpart
+++ b/lib/inheritance.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 13ea36dd73eb7fc1f0f1d18c46f2515228bb2a24 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:37 +0900
Subject: [PATCH 71/85] Update a URL in lib/pkg_cleanup.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/pkg_cleanup.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pkg_cleanup.cygpart b/lib/pkg_cleanup.cygpart
index ca32347..3bf3706 100644
--- a/lib/pkg_cleanup.cygpart
+++ b/lib/pkg_cleanup.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 10c108ccf4a99420a5b0e29d08d9c76da8ee1a4e Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:38 +0900
Subject: [PATCH 72/85] Update a URL in lib/pkg_upload.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/pkg_upload.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pkg_upload.cygpart b/lib/pkg_upload.cygpart
index f88525d..ef4ffeb 100644
--- a/lib/pkg_upload.cygpart
+++ b/lib/pkg_upload.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 7c3c67ab5b7e2526b05c4e54affb21bce7618886 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:38 +0900
Subject: [PATCH 73/85] Update a URL in lib/src_compile.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/src_compile.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/src_compile.cygpart b/lib/src_compile.cygpart
index 4944520..74ff672 100644
--- a/lib/src_compile.cygpart
+++ b/lib/src_compile.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From f7040890319162d9394fe46615e75605c63c0e73 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:38 +0900
Subject: [PATCH 74/85] Update a URL in lib/src_prep.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/src_prep.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/src_prep.cygpart b/lib/src_prep.cygpart
index 80ba8d5..7d57ba0 100644
--- a/lib/src_prep.cygpart
+++ b/lib/src_prep.cygpart
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 8b8ef99cc65701e1cfd8f874ff029239e9ee7b8d Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:39 +0900
Subject: [PATCH 75/85] Update a URL in lib/src_test.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/src_test.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/src_test.cygpart b/lib/src_test.cygpart
index d5b665e..8886334 100644
--- a/lib/src_test.cygpart
+++ b/lib/src_test.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 16feffe41430a564469dded5933123f111486709 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:39 +0900
Subject: [PATCH 76/85] Update a URL in lib/syntax.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/syntax.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/syntax.cygpart b/lib/syntax.cygpart
index 9d3bcb4..4ff9973 100644
--- a/lib/syntax.cygpart
+++ b/lib/syntax.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 0036925cfd236fd35586b17c0a1d845996b47854 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:52 +0900
Subject: [PATCH 77/85] Update a URL in tools/deb2targz

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 tools/deb2targz | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/deb2targz b/tools/deb2targz
index 4313846..ffaff43 100755
--- a/tools/deb2targz
+++ b/tools/deb2targz
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From cd8f5011579d380a678102d7f1e84aca2cfcbf84 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:52 +0900
Subject: [PATCH 78/85] Update a URL in tools/pkgrip

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 tools/pkgrip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pkgrip b/tools/pkgrip
index d422974..5498c60 100755
--- a/tools/pkgrip
+++ b/tools/pkgrip
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 31f614c5e60e89c0907e478fda4aae422795563e Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 07:35:52 +0900
Subject: [PATCH 79/85] Update a URL in tools/sysrootize

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 tools/sysrootize | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/sysrootize b/tools/sysrootize
index c4f8064..e53b357 100755
--- a/tools/sysrootize
+++ b/tools/sysrootize
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #3: 0080-Update-URLs-in-cygclass-cmake.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1714 bytes --]

From 729b67cf98911242b2dcbec29924bf61b3ba61a4 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 22:12:58 +0900
Subject: [PATCH 80/85] Update URLs in cygclass/cmake.cygclass

http://www.gnu.org/ to https://www.gnu.org/
http://www.pathname.com/fhs/ to https://www.pathname.com/fhs/
http://cygwin.com/setup.html to https://cygwin.com/setup.html
---
 cygclass/cmake.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/cmake.cygclass b/cygclass/cmake.cygclass
index 1e2aea0..b27c570 100644
--- a/cygclass/cmake.cygclass
+++ b/cygclass/cmake.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -88,8 +88,8 @@ __cmake_system() {
 #  DESCRIPTION
 #  Runs cmake to configure the package.  cygcmake passes cmake the flags
 #  necessary to install the package into the standard prefix and according to the
-#  |html <a href="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
-#  |html <a href="http://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
+#  |html <a href="https://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
+#  |html <a href="https://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
 #  In addition, all arguments to cygcmake are passed to cmake, followed by
 #  CYGCMAKE_ARGS, if set.
 #  NOTES
-- 
2.29.2


[-- Attachment #4: 0081-Update-URLs-in-cygclass-ebook.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1666 bytes --]

From 294cb846baf6963af08e5c8ee78cf07a366a0cfd Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 22:12:59 +0900
Subject: [PATCH 81/85] Update URLs in cygclass/ebook.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://code.google.com/p/htmlhelp
  to https://code.google.com/archive/p/htmlhelp/
http://htmlhelp.googlecode.com/files/${ORIG_PN}-${PV}.tgz
  to https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/htmlhelp/${ORIG_PN}-${PV}.tgz
---
 cygclass/ebook.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/ebook.cygclass b/cygclass/ebook.cygclass
index 063b40f..6f17b39 100644
--- a/cygclass/ebook.cygclass
+++ b/cygclass/ebook.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -42,11 +42,11 @@ SUMMARY="EBook ${ORIG_PN} documentation"
 #****
 #****io* ebook.cygclass/HOMEPAGE (ebook)
 #  DEFINITION
-HOMEPAGE="http://code.google.com/p/htmlhelp/"
+HOMEPAGE="https://code.google.com/archive/p/htmlhelp/"
 #****
 #****io* ebook.cygclass/SRC_URI (ebook)
 #  DEFINITION
-SRC_URI="http://htmlhelp.googlecode.com/files/${ORIG_PN}-${PV}.tgz"
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/htmlhelp/${ORIG_PN}-${PV}.tgz"
 #****
 
 SRC_DIR="."
-- 
2.29.2


[-- Attachment #5: 0082-Update-URLs-in-cygclass-font.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1360 bytes --]

From 5c18444999b8fbbbe2efe0a4a24b9fff3fbd9855 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 22:13:00 +0900
Subject: [PATCH 82/85] Update URLs in cygclass/font.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://abattis.org/cantarell/
  to https://gitlab.gnome.org/GNOME/cantarell-fonts/
---
 cygclass/font.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/font.cygclass b/cygclass/font.cygclass
index 7368756..545b8be 100644
--- a/cygclass/font.cygclass
+++ b/cygclass/font.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -37,7 +37,7 @@
 #    DESCRIPTION="The Cantarell typeface family was designed as a contemporary
 #    Humanist sans serif, and was developed for on-screen reading; in particular,
 #    reading web pages on a mobile phone."
-#    HOMEPAGE="http://abattis.org/cantarell/"
+#    HOMEPAGE="https://gitlab.gnome.org/GNOME/cantarell-fonts/"
 #    
 #    src_compile() { :; }
 #    
-- 
2.29.2


[-- Attachment #6: 0083-Update-URLs-in-cygclass-gnome.org.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1652 bytes --]

From b8e9d1510ee88221dfb77321db80fdec3be67db3 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 22:13:02 +0900
Subject: [PATCH 83/85] Update URLs in cygclass/gnome.org.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://download.gnome.org/sources/ to https://download.gnome.org/sources/
http://www.gnome.org/ to https://www.gnome.org/
---
 cygclass/gnome.org.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/gnome.org.cygclass b/cygclass/gnome.org.cygclass
index 798c78e..d7018f5 100644
--- a/cygclass/gnome.org.cygclass
+++ b/cygclass/gnome.org.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -55,7 +55,7 @@
 if ! defined GNOME_ORG_TARBALL_SUFFIX
 then
 	check_prog_req wget
-	if wget -q --spider http://download.gnome.org/sources/${ORIG_PN:-${PN}}/${PVP[0]}.${PVP[1]}/${ORIG_PN:-${PN}}-${PV}.tar.bz2
+	if wget -q --spider https://download.gnome.org/sources/${ORIG_PN:-${PN}}/${PVP[0]}.${PVP[1]}/${ORIG_PN:-${PN}}-${PV}.tar.bz2
 	then
 		GNOME_ORG_TARBALL_SUFFIX="bz2"
 	else
@@ -65,7 +65,7 @@ fi
 
 #****o* gnome.org.cygclass/HOMEPAGE (gnome.org)
 #  DEFINITION
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://www.gnome.org/"
 #****
 
 #****o* gnome.org.cygclass/SRC_URI (gnome.org)
-- 
2.29.2


[-- Attachment #7: 0084-Update-a-URL-in-cygclass-gnustep.cygclass.patch --]
[-- Type: application/octet-stream, Size: 914 bytes --]

From 53741b045582c9bab113925c22545fb38735a647 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 22:13:03 +0900
Subject: [PATCH 84/85] Update a URL in cygclass/gnustep.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/gnustep.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/gnustep.cygclass b/cygclass/gnustep.cygclass
index d9d1168..fd48be9 100644
--- a/cygclass/gnustep.cygclass
+++ b/cygclass/gnustep.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #8: 0085-Update-URLs-in-cygclass-gstreamer.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1713 bytes --]

From 68b34930005c7f0c9cf6126dd50099cd03c5a4f5 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Thu, 10 Dec 2020 22:13:04 +0900
Subject: [PATCH 85/85] Update URLs in cygclass/gstreamer.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://gstreamer.freedesktop.org/ to https://gstreamer.freedesktop.org/
---
 cygclass/gstreamer.cygclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cygclass/gstreamer.cygclass b/cygclass/gstreamer.cygclass
index 2375394..5244f9c 100644
--- a/cygclass/gstreamer.cygclass
+++ b/cygclass/gstreamer.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -42,7 +42,7 @@ esac
 
 #****o* gstreamer.cygclass/HOMEPAGE (gstreamer)
 #  DEFINITION
-HOMEPAGE="http://gstreamer.freedesktop.org/"
+HOMEPAGE="https://gstreamer.freedesktop.org/"
 #****
 
 #****o* gstreamer.cygclass/SRC_URI (gstreamer)
@@ -51,10 +51,10 @@ HOMEPAGE="http://gstreamer.freedesktop.org/"
 #****
 case ${PV} in
 0.[0-9].*|0.10.*|0.11.?)
-SRC_URI="http://gstreamer.freedesktop.org/src/${ORIG_PN}/${ORIG_PN}-${PV}.tar.bz2"
+SRC_URI="https://gstreamer.freedesktop.org/src/${ORIG_PN}/${ORIG_PN}-${PV}.tar.bz2"
 ;;
 *)
-SRC_URI="http://gstreamer.freedesktop.org/src/${ORIG_PN}/${ORIG_PN}-${PV}.tar.xz"
+SRC_URI="https://gstreamer.freedesktop.org/src/${ORIG_PN}/${ORIG_PN}-${PV}.tar.xz"
 ;;
 esac
 
-- 
2.29.2


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-10 13:28         ` Lemures Lemniscati
@ 2020-12-12  3:45           ` Lemures Lemniscati
  2020-12-12 12:17             ` Lemures Lemniscati
  0 siblings, 1 reply; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-12  3:45 UTC (permalink / raw)
  To: cygwin-apps

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

On Thu, 10 Dec 2020 22:28:32 +0900, Lemures Lemniscati
> On Thu, 10 Dec 2020 07:02:07 +0900, Lemures Lemniscati
> > On Wed, 09 Dec 2020 21:10:18 +0900, Lemures Lemniscati
> > > On Mon, 07 Dec 2020 22:52:28 +0900, Lemures Lemniscati
> > > > On Wed, 02 Dec 2020 13:38:32 -0500, Yaakov Selkowitz via Cygwin-apps
> > > > > On Tue, 2020-12-01 at 15:47 +0000, Jon Turney wrote:
> > > > > > Update xorg.cygclass URLs since xorg.freedesktop.org now permanently
> > > > > > redirects to www.x.org
> > > > > > ---
> > > > > >  cygclass/xorg.cygclass | 4 ++--
> > > > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > > > 
> > > > > Thanks, comments inline.
> > > > > 
> > > > > > diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
> > > > > > index 47686e8..1665439 100644
> > > > > > --- a/cygclass/xorg.cygclass
> > > > > > +++ b/cygclass/xorg.cygclass
> > > > > > @@ -141,13 +141,13 @@ SUMMARY="X.Org ${ORIG_PN} component"
> > > > > >  #****
> > > > > >  #****o* xorg.cygclass/HOMEPAGE (xorg)
> > > > > >  #  DEFINITION
> > > > > > -HOMEPAGE="http://xorg.freedesktop.org/"
> > > > > > +HOMEPAGE="https://www.x.org/"
> > > > > 
> > > > > OK.
> > > > > 
> > > > > >  #****
> > > > > >  #****o* xorg.cygclass/SRC_URI (xorg)
> > > > > >  #  DESCRIPTION
> > > > > >  #  Download location of the release tarball.
> > > > > >  #****
> > > > > > -SRC_URI="http://xorg.freedesktop.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > > > > > +SRC_URI="http://www.x.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > > > >             ^^^^^^^
> > > > > https://
> > > > > 
> > > > > With that change, please proceed.
> > > > > 
> > > > > In fact, there are probably a bunch of other http: which could be
> > > > > converted to https: at this point.  I would suggest anyone who does
> > > > > that (in separate commit(s)) should get a gold star.
> > > > > 
> > > > 
> > > > Updated a few of them.
> > > > 
> > > > Lem
> > > 
> > > More patches.
> > > 
> > > Lem
> > 
> > More patches.
> > 
> > Lem
> 
> More patches.
> 
> Lem

More patches

[-- Attachment #2: 0086-Update-a-URL-in-cygclass-gtk2-perl.cygclass.patch --]
[-- Type: application/octet-stream, Size: 928 bytes --]

From 90b13d2ffb744c2f38a31eb09ba9e3edadefa90c Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Fri, 11 Dec 2020 08:07:57 +0900
Subject: [PATCH 086/117] Update a URL in cygclass/gtk2-perl.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/gtk2-perl.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/gtk2-perl.cygclass b/cygclass/gtk2-perl.cygclass
index 1bf3894..90c351e 100644
--- a/cygclass/gtk2-perl.cygclass
+++ b/cygclass/gtk2-perl.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #3: 0087-Update-URLs-in-cygclass-gtkmm.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1229 bytes --]

From 1d86200f05f6629ca5a03b0ed369c1051ac573de Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Fri, 11 Dec 2020 08:07:59 +0900
Subject: [PATCH 087/117] Update URLs in cygclass/gtkmm.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.gtkmm.org/ to https://www.gtkmm.org/
---
 cygclass/gtkmm.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/gtkmm.cygclass b/cygclass/gtkmm.cygclass
index 165348f..717ef6f 100644
--- a/cygclass/gtkmm.cygclass
+++ b/cygclass/gtkmm.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -49,7 +49,7 @@ SUMMARY="GNOME C++ bindings for ${ORIG_PN/mm/}-${PV_MAJ}.x"
 #****
 #****o* gtkmm.cygclass/HOMEPAGE (gtkmm)
 #  DEFINITION
-HOMEPAGE="http://www.gtkmm.org/"
+HOMEPAGE="https://www.gtkmm.org/"
 #****
 
 # .rc files are removed for regeneration by configure
-- 
2.29.2


[-- Attachment #4: 0088-Update-URLs-in-cygclass-mate.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1749 bytes --]

From f248c7ce791b38177d911fc7635bf258f4f91946 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:27 +0900
Subject: [PATCH 088/117] Update URLs in cygclass/mate.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://mate-desktop.org/ to https://mate-desktop.org/
http://pub.mate-desktop.org/ to https://pub.mate-desktop.org/
---
 cygclass/mate.cygclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cygclass/mate.cygclass b/cygclass/mate.cygclass
index 6788ed6..c3dc7c8 100644
--- a/cygclass/mate.cygclass
+++ b/cygclass/mate.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -36,7 +36,7 @@
 
 #****o* mate.cygclass/HOMEPAGE (mate)
 #  DEFINITION
-HOMEPAGE="http://mate-desktop.org/"
+HOMEPAGE="https://mate-desktop.org/"
 #****
 
 #****o* mate.cygclass/SRC_URI (mate)
@@ -44,8 +44,8 @@ HOMEPAGE="http://mate-desktop.org/"
 
 #****
 case ${PV} in
-1.1.*) SRC_URI="http://pub.mate-desktop.org/releases/${PV[1]}.${PV[2]}/${ORIG_PN:-${PN}}-${PV}.tar.bz2" ;;
-*) SRC_URI="http://pub.mate-desktop.org/releases/${PV[1]}.${PV[2]}/${ORIG_PN:-${PN}}-${PV}.tar.xz" ;;
+1.1.*) SRC_URI="https://pub.mate-desktop.org/releases/${PV[1]}.${PV[2]}/${ORIG_PN:-${PN}}-${PV}.tar.bz2" ;;
+*) SRC_URI="https://pub.mate-desktop.org/releases/${PV[1]}.${PV[2]}/${ORIG_PN:-${PN}}-${PV}.tar.xz" ;;
 esac
 
 if ! defined GIT_URI
-- 
2.29.2


[-- Attachment #5: 0089-Update-URLs-in-cygclass-kde.org.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1153 bytes --]

From 252d04827a2ed960479a7d0d94d5b6d85a3321ce Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:29 +0900
Subject: [PATCH 089/117] Update URLs in cygclass/kde.org.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.kde.org/ to https://kde.org/
---
 cygclass/kde.org.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/kde.org.cygclass b/cygclass/kde.org.cygclass
index 79abbc9..4453b32 100644
--- a/cygclass/kde.org.cygclass
+++ b/cygclass/kde.org.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -42,7 +42,7 @@
 
 #****o* kde.org.cygclass/HOMEPAGE (kde.org)
 #  DEFINITION
-HOMEPAGE="http://www.kde.org/"
+HOMEPAGE="https://kde.org/"
 #****
 
 #****o* kde.org.cygclass/SRC_URI (kde.org)
-- 
2.29.2


[-- Attachment #6: 0090-Update-URLs-in-cygclass-kde4.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1304 bytes --]

From 128d7241d53a68c92c47dd8597863480f6d810b3 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:31 +0900
Subject: [PATCH 090/117] Update URLs in cygclass/kde4.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://extragear.kde.org/apps/ to https://apps.kde.org/
---
 cygclass/kde4.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/kde4.cygclass b/cygclass/kde4.cygclass
index f4ce22a..bc76641 100644
--- a/cygclass/kde4.cygclass
+++ b/cygclass/kde4.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -49,7 +49,7 @@ inherit cmake qt4 kde.org
 #****
 if defined KDE4_EXTRAGEAR_VERSION
 then
-	HOMEPAGE="http://extragear.kde.org/apps/${PN}/"
+	HOMEPAGE="https://apps.kde.org/${PN}/"
 	SRC_URI="mirror://kde/stable/${KDE4_EXTRAGEAR_VERSION}/src/extragear/${P}-kde${KDE4_EXTRAGEAR_VERSION}.tar.bz2"
 	SRC_DIR="${P}-kde${KDE4_EXTRAGEAR_VERSION}"
 fi
-- 
2.29.2


[-- Attachment #7: 0091-Update-URLs-in-cygclass-meson.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1710 bytes --]

From 3590c3289ec9bcbe450bfca46fa3ab7cf666b5af Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:32 +0900
Subject: [PATCH 091/117] Update URLs in cygclass/meson.cygclass

http://www.gnu.org/ to https://www.gnu.org/
http://www.pathname.com/fhs/ to https://www.pathname.com/fhs/
http://cygwin.com/setup.html to https://cygwin.com/setup.html
---
 cygclass/meson.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/meson.cygclass b/cygclass/meson.cygclass
index 9719c53..3ce4bd6 100644
--- a/cygclass/meson.cygclass
+++ b/cygclass/meson.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -45,8 +45,8 @@ inherit ninja
 #  DESCRIPTION
 #  Runs meson to configure the package.  cygmeson passes meson the flags
 #  necessary to install the package into the standard prefix and according to the
-#  |html <a href="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
-#  |html <a href="http://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
+#  |html <a href="https://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
+#  |html <a href="https://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
 #  In addition, all arguments to cygmeson are passed to meson, followed by
 #  CYGMESON_ARGS, if set.
 #  NOTE
-- 
2.29.2


[-- Attachment #8: 0092-Update-URLs-in-cygclass-mono.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1742 bytes --]

From 22ebb92a4324f62f9a3929585c58a544b897031e Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:34 +0900
Subject: [PATCH 092/117] Update URLs in cygclass/mono.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.mono-project.com/ to https://www.mono-project.com/
http://download.mono-project.com/ to https://download.mono-project.com/
---
 cygclass/mono.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/mono.cygclass b/cygclass/mono.cygclass
index 1973031..943779a 100644
--- a/cygclass/mono.cygclass
+++ b/cygclass/mono.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -82,7 +82,7 @@ MONO_SNK=${_privdatadir}/mono.snk
 
 #****io* mono.cygclass/HOMEPAGE (mono)
 #  DEFINITION
-HOMEPAGE="http://www.mono-project.com/"
+HOMEPAGE="https://www.mono-project.com/"
 #****
 
 #****io* mono.cygclass/SRC_URI (mono)
@@ -95,7 +95,7 @@ HOMEPAGE="http://www.mono-project.com/"
 #****
 if ! defined GIT_URI
 then
-	SRC_URI="http://download.mono-project.com/sources/${ORIG_PN:-${PN}}/${ORIG_PN:-${PN}}-${PV}.${MONO_SOURCE_TYPE:-tar.bz2}"
+	SRC_URI="https://download.mono-project.com/sources/${ORIG_PN:-${PN}}/${ORIG_PN:-${PN}}-${PV}.${MONO_SOURCE_TYPE:-tar.bz2}"
 	GIT_URI="git://github.com/mono/${GIT_MODULE:-${ORIG_PN:-${PN}}}.git"
 	SRC_DIR="${SRC_DIR:-${ORIG_PN:-${PN}}-${PV}}"
 fi
-- 
2.29.2


[-- Attachment #9: 0093-Update-URLs-in-cygclass-multilib.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1247 bytes --]

From c59526b531af8db2eaaa337d645eea804ebd7302 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:35 +0900
Subject: [PATCH 093/117] Update URLs in cygclass/multilib.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.zlib.net/ to https://www.zlib.net/
---
 cygclass/multilib.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/multilib.cygclass b/cygclass/multilib.cygclass
index 2715d0d..a9fbc85 100644
--- a/cygclass/multilib.cygclass
+++ b/cygclass/multilib.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -52,7 +52,7 @@
 #  RELEASE=1
 #  CATEGORY="Devel"
 #  SUMMARY="zlib for Linux x86-64/x32 toolchain"
-#  HOMEPAGE="http://www.zlib.net/"
+#  HOMEPAGE="https://www.zlib.net/"
 #  SRC_URI="mirror://sourceforge/libpng/zlib-${VERSION}.tar.gz"
 #  SRC_DIR="zlib-${VERSION}"
 #  
-- 
2.29.2


[-- Attachment #10: 0094-Update-URLs-in-cygclass-pygtk.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1194 bytes --]

From 85707d7b9110cf20231501c2dded061010500e39 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:37 +0900
Subject: [PATCH 094/117] Update URLs in cygclass/pygtk.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.pygtk.org/ to https://pygobject.readthedocs.io/
---
 cygclass/pygtk.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/pygtk.cygclass b/cygclass/pygtk.cygclass
index 21be8d7..b141288 100644
--- a/cygclass/pygtk.cygclass
+++ b/cygclass/pygtk.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -107,7 +107,7 @@ SUMMARY="Python ${pygtk_mod} bindings"
 #****
 #****o* pygtk.cygclass/HOMEPAGE (pygtk)
 #  DEFINITION
-HOMEPAGE="http://www.pygtk.org/"
+HOMEPAGE="https://pygobject.readthedocs.io/"
 #****
 
 unset pygtk_mod
-- 
2.29.2


[-- Attachment #11: 0095-Update-a-URL-in-cygclass-rox.cygclass.patch --]
[-- Type: application/octet-stream, Size: 892 bytes --]

From fdab639436f3feca61224c83a01fe0bd186ef754 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:38 +0900
Subject: [PATCH 095/117] Update a URL in cygclass/rox.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/rox.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/rox.cygclass b/cygclass/rox.cygclass
index e6a9fc9..8ee9785 100644
--- a/cygclass/rox.cygclass
+++ b/cygclass/rox.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #12: 0096-Update-URLs-in-cygclass-ruby.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1865 bytes --]

From bd65774e68b6d85708b343ef44461bed1173b98d Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:40 +0900
Subject: [PATCH 096/117] Update URLs in cygclass/ruby.cygclass

http://www.gnu.org/ to https://www.gnu.org/
http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:SUFFIX
  to https://cmake.org/cmake/help/latest/prop_tgt/SUFFIX.html
---
 cygclass/ruby.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/ruby.cygclass b/cygclass/ruby.cygclass
index 7e40448..7dc8433 100644
--- a/cygclass/ruby.cygclass
+++ b/cygclass/ruby.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -36,9 +36,9 @@
 #  where .dll is the norm.  The standard Ruby build systems will do this
 #  correctly, but modules build with other build systems will usually need
 #  a patch to force the use of the .so extension.  For instance, with
-#  |html <a href="http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html">automake and libtool</a>:
+#  |html <a href="https://www.gnu.org/software/libtool/manual/html_node/Link-mode.html">automake and libtool</a>:
 #    foo_la_LDFLAGS = -module -avoid-version -no-undefined -shrext '.so'
-#  |html or with <a href="http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:SUFFIX">CMake</a>:
+#  |html or with <a href="https://cmake.org/cmake/help/latest/prop_tgt/SUFFIX.html">CMake</a>:
 #    set_target_properties(foo PROPERTIES PREFIX "" SUFFIX ".so")
 #  INHERITED BY
 #  rubygem.cygclass
-- 
2.29.2


[-- Attachment #13: 0097-Update-URLs-in-cygclass-sugar.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1826 bytes --]

From 793d18f85afe823b1348bc5f2c6a6f634a905bf6 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:41 +0900
Subject: [PATCH 097/117] Update URLs in cygclass/sugar.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.sugarlabs.org/ to https://www.sugarlabs.org/
http://download.sugarlabs.org/ to https://download.sugarlabs.org/
---
 cygclass/sugar.cygclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cygclass/sugar.cygclass b/cygclass/sugar.cygclass
index bdd2055..2bc3c74 100644
--- a/cygclass/sugar.cygclass
+++ b/cygclass/sugar.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -57,7 +57,7 @@ office-desktop software."
 #****
 #****io* sugar.cygclass/HOMEPAGE (sugar)
 #  DEFINITION
-HOMEPAGE="http://www.sugarlabs.org/"
+HOMEPAGE="https://www.sugarlabs.org/"
 #****
 
 #****iv* sugar.cygclass/SUGAR_TYPE
@@ -71,8 +71,8 @@ HOMEPAGE="http://www.sugarlabs.org/"
 #****
 case "${SUGAR_TYPE,,}" in
 fructose)
-	SRC_URI="http://download.sugarlabs.org/sources/sucrose/fructose/${ORIG_PN}/${ORIG_PN}-${PV}.tar.bz2" ;;
-honey)	SRC_URI="http://download.sugarlabs.org/sources/honey/${ORIG_PN}/${ORIG_PN}-${PV}.tar.bz2" ;;
+	SRC_URI="https://download.sugarlabs.org/sources/sucrose/fructose/${ORIG_PN}/${ORIG_PN}-${PV}.tar.bz2" ;;
+honey)	SRC_URI="https://download.sugarlabs.org/sources/honey/${ORIG_PN}/${ORIG_PN}-${PV}.tar.bz2" ;;
 esac
 
 #****iI* sugar.cygclass/sugar_install
-- 
2.29.2


[-- Attachment #14: 0098-Update-URLs-in-cygclass-rubygem.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1524 bytes --]

From 2e2036a28e50f236a26adb10217e71bd1ca86b40 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:43 +0900
Subject: [PATCH 098/117] Update URLs in cygclass/rubygem.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://rubygems.org/ to https://rubygems.org/
---
 cygclass/rubygem.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/rubygem.cygclass b/cygclass/rubygem.cygclass
index 6d448d2..13d7b1c 100644
--- a/cygclass/rubygem.cygclass
+++ b/cygclass/rubygem.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -60,13 +60,13 @@ SUMMARY="Ruby ${NAME#ruby-} module"
 #  DESCRIPTION
 #  Default homepage of the Ruby module on RubyGems.
 #****
-HOMEPAGE="http://rubygems.org/gems/${RUBYGEM_NAME}"
+HOMEPAGE="https://rubygems.org/gems/${RUBYGEM_NAME}"
 
 #****o* rubygem.cygclass/SRC_URI (rubygem)
 #  DESCRIPTION
 #  Default download location of the Ruby module on RubyGems.
 #****
-SRC_URI="http://rubygems.org/downloads/${RUBYGEM_NAME}-${VERSION}.gem"
+SRC_URI="https://rubygems.org/downloads/${RUBYGEM_NAME}-${VERSION}.gem"
 
 SRC_DIR="${RUBYGEM_NAME}-${VERSION}"
 
-- 
2.29.2


[-- Attachment #15: 0099-Update-URLs-in-cygclass-texlive.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1244 bytes --]

From 35e26d57a2d40b541265511d950a1e20d0f300d6 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:44 +0900
Subject: [PATCH 099/117] Update URLs in cygclass/texlive.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.tug.org/texlive/ to https://www.tug.org/texlive/
---
 cygclass/texlive.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/texlive.cygclass b/cygclass/texlive.cygclass
index cf3b76b..75eae7d 100644
--- a/cygclass/texlive.cygclass
+++ b/cygclass/texlive.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -95,7 +95,7 @@ support for many languages around the world."
 #****
 #****o* texlive.cygclass/HOMEPAGE (texlive)
 #  DEFINITION
-HOMEPAGE="http://www.tug.org/texlive/"
+HOMEPAGE="https://www.tug.org/texlive/"
 #****
 
 #****o* texlive.cygclass/SRC_URI (texlive)
-- 
2.29.2


[-- Attachment #16: 0100-Update-URLs-in-cygclass-python3-wheel.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1645 bytes --]

From 954337c027775474102cebe05c0a36906cf94f36 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:46 +0900
Subject: [PATCH 100/117] Update URLs in cygclass/python3-wheel.cygclass

http://www.gnu.org/licenses/ to <https://www.gnu.org/licenses/
https://github.com/openstack-infra/git-review
  to https://opendev.org/opendev/git-review
http://tarballs.openstack.org/git-review/
  to https://tarballs.opendev.org/openstack/git-review/
---
 cygclass/python3-wheel.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/python3-wheel.cygclass b/cygclass/python3-wheel.cygclass
index 20ff021..e20e777 100644
--- a/cygclass/python3-wheel.cygclass
+++ b/cygclass/python3-wheel.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -42,8 +42,8 @@
 #    SUMMARY="Git command for Gerrit submissions"
 #    DESCRIPTION="git-review is a tool that helps submitting git branches to
 #    Gerrit for review."
-#    HOMEPAGE="https://github.com/openstack-infra/git-review"
-#    SRC_URI="http://tarballs.openstack.org/git-review/${NAME}-${VERSION}.tar.gz"
+#    HOMEPAGE="https://opendev.org/opendev/git-review"
+#    SRC_URI="https://tarballs.opendev.org/openstack/git-review/${NAME}-${VERSION}.tar.gz"
 #    
 #    ARCH=noarch
 #    
-- 
2.29.2


[-- Attachment #17: 0101-Update-URLs-in-cygclass-xfce4.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1132 bytes --]

From 938e4f0d8d0de5dcd718531358e2ac58882e72d7 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:47 +0900
Subject: [PATCH 101/117] Update URLs in cygclass/xfce4.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.xfce.org/ to https://www.xfce.org/
---
 cygclass/xfce4.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/xfce4.cygclass b/cygclass/xfce4.cygclass
index b1de3a7..541faed 100644
--- a/cygclass/xfce4.cygclass
+++ b/cygclass/xfce4.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -37,7 +37,7 @@
 
 #****o* xfce4.cygclass/HOMEPAGE (xfce4)
 #  DEFINITION
-HOMEPAGE="http://www.xfce.org/"
+HOMEPAGE="https://www.xfce.org/"
 #****
 
 ORIG_PN=${ORIG_PN:-${PN}}
-- 
2.29.2


[-- Attachment #18: 0102-0117-Update-URLs-in-data-mirrors.patch --]
[-- Type: application/octet-stream, Size: 14464 bytes --]

From c6fd1740f7266c666ec6ac1e8bcef6b2bda58588 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:49 +0900
Subject: [PATCH 102/117] data/mirrors: GNU Licenses

---
 data/mirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/mirrors b/data/mirrors
index b0ef904..b5e45f1 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2

From 493b2c9a06d0f9d17cc50b12c6b6f0a456cb2e8c Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:50 +0900
Subject: [PATCH 103/117] data/mirrors: apache

---
 data/mirrors | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index b5e45f1..0a04164 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -49,14 +49,14 @@
 #  SYNOPSIS
 #  SRC_URI="mirror://apache/projectname/${P}.tar.bz2"
 #  DEFAULT MIRROR
-#  http://www.apache.org/dist
+#  https://downloads.apache.org
 #  MIRROR LIST
-#  http://www.apache.org/mirrors/index.html
+#  https://www.apache.org/mirrors/index.html
 #****
 # grep -h '^  <TD ALIGN="RIGHT"><A HREF=' index.html \
 # | sed -e 's#<TD ALIGN="RIGHT"><A HREF="\(.*\)/">.*#\1#g' \
 # | cut -d '"' -f 1 | sed -e 's#^  #\t#g' -e 's#/$##g'
-mirror_apache+=" http://www.apache.org/dist"
+mirror_apache+=" https://downloads.apache.org"
 
 
 #****d* Mirrors/mirror_cpan
-- 
2.29.2

From 20eb8758fc74ea686d46a717054e116b22fc58bc Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:52 +0900
Subject: [PATCH 104/117] data/mirrors: perl

---
 data/mirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/mirrors b/data/mirrors
index 0a04164..2db3aca 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -67,7 +67,7 @@ mirror_apache+=" https://downloads.apache.org"
 #  DEFAULT MIRROR
 #  https://cpan.metacpan.org
 #  MIRROR LIST
-#  http://www.cpan.org/SITES.html
+#  https://www.cpan.org/SITES.html
 #  SEE ALSO
 #  perl.cygclass
 #****
-- 
2.29.2

From 8929c896e8d92df03c841828e5871662e969c21e Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:53 +0900
Subject: [PATCH 105/117] data/mirrors: R

---
 data/mirrors | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index 2db3aca..029c430 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -82,15 +82,15 @@ mirror_cpan+=" https://cpan.metacpan.org"
 #  SYNOPSIS
 #  SRC_URI="mirror://cran/src/contrib/${ORIG_PN}_${PV/_/-}.tar.gz"
 #  DEFAULT MIRROR
-#  http://cran.r-project.org/
+#  https://cran.r-project.org/
 #  MIRROR LIST
-#  http://cran.r-project.org/mirrors.html
+#  https://cran.r-project.org/mirrors.html
 #  SEE ALSO
 #  R.cygclass
 #****
 # grep -P '^http.*\n</a>' mirrors.html \
 #   | sed -e '/<\/a>/d' -e 's#^#\t#g' -e 's#/$##g'
-mirror_cran+=" http://cran.r-project.org"
+mirror_cran+=" https://cran.r-project.org"
 
 
 #****d* Mirrors/mirror_ctan
-- 
2.29.2

From c51af688cadce7865f0cf6b182df4d5cd095173f Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:55 +0900
Subject: [PATCH 106/117] data/mirrors: debian

---
 data/mirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/mirrors b/data/mirrors
index 029c430..ef512fd 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -117,7 +117,7 @@ mirror_ctan+=" http://mirror.ctan.org/"
 #  DEFAULT MIRROR
 #  http://ftp.debian.org/debian
 #  MIRROR LIST
-#  http://www.debian.org/mirror/list
+#  https://www.debian.org/mirror/list
 #****
 # grep '^  <td><a href' list  | sed -e 's#.*"\(.*\)/".*#\t\1#g'
 mirror_debian+=" http://ftp.debian.org/debian"
-- 
2.29.2

From bf9993f05e7bf10c018d64e538810e63ee4744a1 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:56 +0900
Subject: [PATCH 107/117] data/mirrors: gcc

---
 data/mirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/mirrors b/data/mirrors
index ef512fd..2d1da8b 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -131,7 +131,7 @@ mirror_debian+=" http://ftp.debian.org/debian"
 #  DEFAULT MIRROR
 #  ftp://gcc.gnu.org/pub/gcc/
 #  MIRROR LIST
-#  http://gcc.gnu.org/mirrors.html
+#  https://gcc.gnu.org/mirrors.html
 #  SEE ALSO
 #  mirror_gnu
 #****
-- 
2.29.2

From 1bbb29acca98c749bdf33c0128eda98bc9e2e7cd Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:58 +0900
Subject: [PATCH 108/117] data/mirrors: gentoo

---
 data/mirrors | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index 2d1da8b..b6d55b8 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -145,15 +145,15 @@ mirror_gcc+=" ftp://gcc.gnu.org/pub/gcc"
 #  SYNOPSIS
 #  SRC_URI="mirror://gentoo/${P}.tar.bz2"
 #  DEFAULT MIRROR
-#  http://gentoo.osuosl.org/distfiles
+#  https://gentoo.osuosl.org/distfiles
 #  MIRROR LIST
-#  http://www.gentoo.org/main/en/mirrors.xml
+#  https://www.gentoo.org/downloads/mirrors/
 #  SEE ALSO
 #  mirror_portage
 #****
 # egrep '^<a href="(ht|f)tp:.*</a><br>$' mirrors.xml | \
 #	sed -e 's#<a href="\(.*\)".*</a>.*#\t\1#' -e 's#/$##' -e 's#$#/distfiles#'
-mirror_gentoo+=" http://gentoo.osuosl.org/distfiles"
+mirror_gentoo+=" https://gentoo.osuosl.org/distfiles"
 
 
 #****d* Mirrors/mirror_gnome
-- 
2.29.2

From da16948aed7c9b16591c2d0e6082445ff0aeb959 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:59 +0900
Subject: [PATCH 109/117] data/mirrors: gnome

---
 data/mirrors | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index b6d55b8..ef05610 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -162,7 +162,7 @@ mirror_gentoo+=" https://gentoo.osuosl.org/distfiles"
 #  SYNOPSIS
 #  SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.bz2"
 #  DEFAULT MIRROR
-#  http://ftp.gnome.org/pub/gnome
+#  https://download.gnome.org/
 #  MIRROR LIST
 #  http://ftp.gnome.org/pub/GNOME/MIRRORS
 #  SEE ALSO
@@ -170,9 +170,7 @@ mirror_gentoo+=" https://gentoo.osuosl.org/distfiles"
 #****
 # cat MIRRORS | grep 'tp:' | sed -e 's!/$!!g'
 mirror_gnome+="
-	http://download.gnome.org
-	http://ftp.gnome.org/pub/gnome
-	ftp://ftp.gnome.org/pub/gnome
+	https://download.gnome.org
 "   # mirror_gnome
 
 
-- 
2.29.2

From 10ecf1edf4930e8fe02871b0ccab6d3f4becf8fb Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:54:00 +0900
Subject: [PATCH 110/117] data/mirrors: GNU

---
 data/mirrors | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index ef05610..681fd93 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -180,14 +180,14 @@ mirror_gnome+="
 #  SYNOPSIS
 #  SRC_URI="mirror://gnu/projectname/${P}.tar.gz"
 #  DEFAULT MIRROR
-#  http://ftpmirror.gnu.org
+#  https://ftpmirror.gnu.org/
 #  MIRROR LIST
-#  http://www.gnu.org/order/ftp.html
+#  https://www.gnu.org/prep/ftp.html
 #****
 # cat ftp.html | grep '<li><a' | \
 #   sed -e 's!.*<li><a href="!\t!g' -e 's!">.*!!g' -e 's!/$!!g'
 mirror_gnu+="
-	http://ftpmirror.gnu.org
+	https://ftpmirror.gnu.org
 	ftp://ftp.gnu.org/gnu
 "   # mirror_gnu
 
-- 
2.29.2

From 92643192a46a40b28172889f97056bf27281ca86 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:54:02 +0900
Subject: [PATCH 111/117] data/mirrors: KDE

---
 data/mirrors | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index 681fd93..2bde15a 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -214,15 +214,15 @@ mirror_gnustep+="
 #  SYNOPSIS
 #  SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2"
 #  DEFAULT MIRROR
-#  http://download.kde.org
+#  https://download.kde.org/
 #  MIRROR LIST
-#  http://download.kde.org/extra/mirrors.html
+#  https://download.kde.org/?mirrorstats
 #  SEE ALSO
 #  kde.org.cygclass
 #****
 # cat mirrors | grep '<td><a' | \
 #   sed -e 's!.*<td><a href="!\t!g' -e 's!">.*!!g' -e 's!/$!!g'
-mirror_kde+=" http://download.kde.org"
+mirror_kde+=" https://download.kde.org"
 
 
 #****d* Mirrors/mirror_mplayer
-- 
2.29.2

From 4603eb9ac3638cdaf2fd3a02430a78997a1a72f6 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:54:03 +0900
Subject: [PATCH 112/117] data/mirrors: mplayer

---
 data/mirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/mirrors b/data/mirrors
index 2bde15a..98e69c0 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -231,7 +231,7 @@ mirror_kde+=" https://download.kde.org"
 #  SYNOPSIS
 #  SRC_URI="mirror://mplayer/releases/${P}.tar.bz2"
 #  DEFAULT MIRROR
-#  http://www1.mplayerhq.hu/MPlayer
+#  https://www1.mplayerhq.hu/MPlayer
 #  MIRROR LIST
 #  http://www.mplayerhq.hu/dload.html
 #  NOTE
-- 
2.29.2

From 7e9feaa65a4292327cdfe3a9f609952c79217dbd Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:54:05 +0900
Subject: [PATCH 113/117] data/mirrors: MySQL

---
 data/mirrors | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index 98e69c0..a904e74 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -246,21 +246,19 @@ mirror_mplayer+=" http://www1.mplayerhq.hu/MPlayer"
 #  SYNOPSIS
 #  SRC_URI="mirror://mysql/Downloads/MySQL-5.1/${P}.tar.gz"
 #  DEFAULT MIRROR
-#  http://mirrors.dotsrc.org/mysql
+#  https://mirrors.dotsrc.org/mysql
 #  MIRROR LIST
-#  http://www.mysql.com/downloads/mirrors.html
+#  https://dotsrc.org/mirrors/
 #****
 #  grep '^  <td><a' mirrors.html | sed -e 's|.*href="\(.*\)">.*|\t\1|g' -e 's|/$||g'
 #  List primary mirrors first
 mirror_mysql+="
-	http://mirrors.dotsrc.org/mysql
+	https://mirrors.dotsrc.org/mysql
 	ftp://mirrors.dotsrc.org/mysql
-	http://ftp.gwdg.de/pub/misc/mysql
+	https://ftp.gwdg.de/pub/misc/mysql
 	ftp://ftp.gwdg.de/pub/misc/mysql
-	http://www.mirrorservice.org/sites/ftp.mysql.com
+	https://www.mirrorservice.org/sites/ftp.mysql.com
 	ftp://ftp.mirrorservice.org/sites/ftp.mysql.com
-	http://mysql.oss.eznetsols.org
-	ftp://ftp.oss.eznetsols.org/mysql
 "	# mirror_mysql
 
 
-- 
2.29.2

From 5db20af4ca5297b4e2af11fa33a864ceab233627 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:54:06 +0900
Subject: [PATCH 114/117] data/mirrors: Savannah GNU project

---
 data/mirrors | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index a904e74..23ff657 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -283,12 +283,12 @@ mirror_portage+=" https://gitweb.gentoo.org/repo/gentoo.git/plain"
 #  SYNOPSIS
 #  SRC_URI="mirror://savannah/projectname/${P}.tar.gz"
 #  DEFAULT MIRROR
-#  http://download.savannah.nongnu.org/releases
+#  https://download.savannah.nongnu.org/releases
 #  MIRROR LIST
-#  http://download.savannah.nongnu.org/releases-noredirect/00_MIRRORS.txt
+#  http://download.savannah.gnu.org/mirmon/savannah/
 #****
 #  sed -e 's|.* \(.*\)/|\t\1|g' 00_MIRRORS.txt
-mirror_savannah+=" http://download.savannah.nongnu.org/releases"
+mirror_savannah+=" https://download.savannah.nongnu.org/releases"
 
 
 #****d* Mirrors/mirror_sourceforge
-- 
2.29.2

From 352b30921f9f8ed6c9fed3b2f0d446d9fcf6070f Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:54:08 +0900
Subject: [PATCH 115/117] data/mirrors: Sourceware.org

---
 data/mirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/mirrors b/data/mirrors
index 23ff657..048acfd 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -312,7 +312,7 @@ mirror_sourceforge+=" http://downloads.sourceforge.net"
 #  DEFAULT MIRROR
 #  ftp://ftp.sourceware.org/pub (frequently unavailable)
 #  MIRROR LIST
-#  http://sourceware.org/mirrors.html
+#  https://sourceware.org/mirrors.html
 #****
 mirror_sourceware+=" ftp://ftp.sourceware.org/pub"
 
-- 
2.29.2

From 938cafd3d120b353020d2e644e59209357ea5723 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:54:09 +0900
Subject: [PATCH 116/117] data/mirrors: tlpretest

---
 data/mirrors | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index 048acfd..02d59ee 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -329,16 +329,13 @@ mirror_sourceware+=" ftp://ftp.sourceware.org/pub"
 #****
 mirror_qt+=" http://download.qt-project.org"
 
-# curl http://tug.org/texlive/mirmon/ \
+# curl https://tug.org/texlive/mirmon/ \
 #   | sed -n -e 's|^  <TD ALIGN=RIGHT><A HREF="\([^"]*\)/".*|\1|p'
 mirror_tlpretest+="
 	http://ftp.math.utah.edu/pub/texlive/tlpretest
 	ftp://ftp.math.utah.edu/pub/texlive/tlpretest
-	http://mirror.hmc.edu/tlpretest
 	http://ftp.cstug.cz/pub/tex/local/tlpretest
 	ftp://ftp.cstug.cz/pub/tex/local/tlpretest
-	http://ftp.ctex.org/mirrors/texlive/tlpretest
-	ftp://ftp.ctex.org/mirrors/texlive/tlpretest
 	http://ctan.ijs.si/mirror/tlpretest
 "
 
-- 
2.29.2

From 7392a4f4ba14d9d99b07ba4552f65d0d90fe31c5 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:54:11 +0900
Subject: [PATCH 117/117] data/mirrors: Xfce sources

---
 data/mirrors | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/mirrors b/data/mirrors
index 02d59ee..1b38155 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -368,10 +368,10 @@ mirror_vim+=" http://ftp.vim.org/pub/vim"
 #  SYNOPSIS
 #  SRC_URI="mirror://xfce/src/xfce/${PN}/${PV[1]}.${PV[2]}/${P}.tar.bz2"
 #  DEFAULT MIRROR
-#  http://archive.xfce.org
+#  https://archive.xfce.org
 #  MIRROR LIST
-#  http://www.xfce.org/download/
+#  https://www.xfce.org/download/
 #  SEE ALSO
 #  xfce4.cygclass
 #****
-mirror_xfce+=" http://archive.xfce.org"
+mirror_xfce+=" https://archive.xfce.org"
-- 
2.29.2


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-12  3:45           ` Lemures Lemniscati
@ 2020-12-12 12:17             ` Lemures Lemniscati
  0 siblings, 0 replies; 20+ messages in thread
From: Lemures Lemniscati @ 2020-12-12 12:17 UTC (permalink / raw)
  To: cygwin-apps

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

On Sat, 12 Dec 2020 12:45:04 +0900, Lemures Lemniscati
> On Thu, 10 Dec 2020 22:28:32 +0900, Lemures Lemniscati
> > On Thu, 10 Dec 2020 07:02:07 +0900, Lemures Lemniscati
> > > On Wed, 09 Dec 2020 21:10:18 +0900, Lemures Lemniscati
> > > > On Mon, 07 Dec 2020 22:52:28 +0900, Lemures Lemniscati
> > > > > On Wed, 02 Dec 2020 13:38:32 -0500, Yaakov Selkowitz via Cygwin-apps
> > > > > > On Tue, 2020-12-01 at 15:47 +0000, Jon Turney wrote:
> > > > > > > Update xorg.cygclass URLs since xorg.freedesktop.org now permanently
> > > > > > > redirects to www.x.org
> > > > > > > ---
> > > > > > >  cygclass/xorg.cygclass | 4 ++--
> > > > > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > > > > 
> > > > > > Thanks, comments inline.
> > > > > > 
> > > > > > > diff --git a/cygclass/xorg.cygclass b/cygclass/xorg.cygclass
> > > > > > > index 47686e8..1665439 100644
> > > > > > > --- a/cygclass/xorg.cygclass
> > > > > > > +++ b/cygclass/xorg.cygclass
> > > > > > > @@ -141,13 +141,13 @@ SUMMARY="X.Org ${ORIG_PN} component"
> > > > > > >  #****
> > > > > > >  #****o* xorg.cygclass/HOMEPAGE (xorg)
> > > > > > >  #  DEFINITION
> > > > > > > -HOMEPAGE="http://xorg.freedesktop.org/"
> > > > > > > +HOMEPAGE="https://www.x.org/"
> > > > > > 
> > > > > > OK.
> > > > > > 
> > > > > > >  #****
> > > > > > >  #****o* xorg.cygclass/SRC_URI (xorg)
> > > > > > >  #  DESCRIPTION
> > > > > > >  #  Download location of the release tarball.
> > > > > > >  #****
> > > > > > > -SRC_URI="http://xorg.freedesktop.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > > > > > > +SRC_URI="http://www.x.org/releases/individual/${xorg_cat}/${ORIG_PN}-${PV}.tar.bz2"
> > > > > >             ^^^^^^^
> > > > > > https://
> > > > > > 
> > > > > > With that change, please proceed.
> > > > > > 
> > > > > > In fact, there are probably a bunch of other http: which could be
> > > > > > converted to https: at this point.  I would suggest anyone who does
> > > > > > that (in separate commit(s)) should get a gold star.
> > > > > > 
> > > > > 
> > > > > Updated a few of them.
> > > > > 
> > > > > Lem
> > > > 
> > > > More patches.
> > > > 
> > > > Lem
> > > 
> > > More patches.
> > > 
> > > Lem
> > 
> > More patches.
> > 
> > Lem
> 
> More patches

More patches

Now, I guess I've checked all links with 'http:' in cygport repository
except files under the 'testsuite' directory.
Each of them has been replaced by 'https:', if it is available.
Unavailable links have been updated as possible, also.

Lem

[-- Attachment #2: 0118-Update-URLs-in-lib-compilers.cygpart.patch --]
[-- Type: application/octet-stream, Size: 1524 bytes --]

From 257388f059041643372025b13b6ba122222d5d13 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:56:52 +0900
Subject: [PATCH 118/135] Update URLs in lib/compilers.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://cygwin.com/ml/cygwin-developers/2013-02/msg00132.html
  to  https://sourceware.org/legacy-ml/cygwin-developers/2013-02/msg00132.html
---
 lib/compilers.cygpart | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/compilers.cygpart b/lib/compilers.cygpart
index 8b09a4b..b775489 100644
--- a/lib/compilers.cygpart
+++ b/lib/compilers.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -210,7 +210,7 @@ declare   CC_SYSROOT="";
 # system triplets
 declare    CBUILD=$(${_privgnuconfigdir}/config.guess)
 case ${CBUILD} in
-# http://cygwin.com/ml/cygwin-developers/2013-02/msg00132.html
+# https://sourceware.org/legacy-ml/cygwin-developers/2013-02/msg00132.html
 x86_64-unknown-cygwin)  CBUILD="x86_64-pc-cygwin" ;&
 *-cygwin)  CHOST="${_host_arch:-${CBUILD%%-*}}-pc-cygwin" ;;
 *)         defined _host_arch || error "Either --32 or --64 flags MUST be passed to cygport"
-- 
2.29.2


[-- Attachment #3: 0119-Update-URLs-in-lib-pkg_info.cygpart.patch --]
[-- Type: application/octet-stream, Size: 1265 bytes --]

From d0ae4c69296fc695b9a77d05dd17387a7ea1eba6 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:56:54 +0900
Subject: [PATCH 119/135] Update URLs in lib/pkg_info.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.google.com/search to https://www.google.com/search
---
 lib/pkg_info.cygpart | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/pkg_info.cygpart b/lib/pkg_info.cygpart
index 98f7808..4b18993 100644
--- a/lib/pkg_info.cygpart
+++ b/lib/pkg_info.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -643,7 +643,7 @@ __show_web() {
 		mywww=${HOMEPAGE}
 	else
 		warning "HOMEPAGE undefined, searching Google for ${ORIG_PN:-${PN}}"
-		mywww="http://www.google.com/search?q=${ORIG_PN:-${PN}}"
+		mywww="https://www.google.com/search?q=${ORIG_PN:-${PN}}"
 	fi
 
 	for prog in "${BROWSER}" xdg-open cygstart false
-- 
2.29.2


[-- Attachment #4: 0120-Update-URLs-in-lib-pkg_pkg.cygpart.patch --]
[-- Type: application/octet-stream, Size: 1701 bytes --]

From 4bf5f303ad2a85a08fe295498d376cc871291b81 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:56:55 +0900
Subject: [PATCH 120/135] Update URLs in lib/pkg_pkg.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://cygwin.com/setup.html#setup.hint
  to https://cygwin.com/packaging-hint-files.html
---
 lib/pkg_pkg.cygpart | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/pkg_pkg.cygpart b/lib/pkg_pkg.cygpart
index e4f5012..91e8768 100644
--- a/lib/pkg_pkg.cygpart
+++ b/lib/pkg_pkg.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -552,7 +552,7 @@ __pkg_dist() {
 #  used as the category: field of auto-generated .hint files.
 #  NOTE
 #  A list of official categories is available on the
-#  |html <a href="http://cygwin.com/setup.html#setup.hint">Cygwin website</a>.
+#  |html <a href="https://cygwin.com/packaging-hint-files.html">Cygwin website</a>.
 #  SEE ALSO
 #  PKG_CATEGORY
 #****
@@ -570,7 +570,7 @@ __pkg_dist() {
 #  libfoo-devel will use libfoo_devel_CATEGORY.
 #  NOTE
 #  A list of official categories is available on the
-#  |html <a href="http://cygwin.com/setup.html#setup.hint">Cygwin website</a>.
+#  |htmlf <a href="https://cygwin.com/packaging-hint-files.html">Cygwin website</a>.
 #****
 #****v* Packaging/SUMMARY
 #  DESCRIPTION
-- 
2.29.2


[-- Attachment #5: 0121-Update-a-URL-in-lib-src_fetch.cygpart.patch --]
[-- Type: application/octet-stream, Size: 892 bytes --]

From 3b3461bd8448f6ad11022fad5c96399765a745d7 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:56:56 +0900
Subject: [PATCH 121/135] Update a URL in lib/src_fetch.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 lib/src_fetch.cygpart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/src_fetch.cygpart b/lib/src_fetch.cygpart
index a273045..203f199 100644
--- a/lib/src_fetch.cygpart
+++ b/lib/src_fetch.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #6: 0122-Update-URLs-in-lib-src_install.cygpart.patch --]
[-- Type: application/octet-stream, Size: 3004 bytes --]

From bed5da7b270465668f62db023f5875c8f50e87d1 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:56:58 +0900
Subject: [PATCH 122/135] Update URLs in lib/src_install.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://standards.freedesktop.org/ to https://specifications.freedesktop.org/
---
 lib/src_install.cygpart | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/src_install.cygpart b/lib/src_install.cygpart
index cca7347..481457d 100644
--- a/lib/src_install.cygpart
+++ b/lib/src_install.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -724,8 +724,8 @@ doenv() {
 #    entire command must be quoted.
 #  * NAME: the application name to be shown in autostart configuration menus.
 #  * ADDITIONAL_FIELDS: (optional) additional menu entry fields per
-#    |html the <a href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys">Desktop Entry Specification</a>
-#    |html and the <a href="http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html">Desktop Application Autostart Specification</a>.
+#    |html the <a href="https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys">Desktop Entry Specification</a>
+#    |html and the <a href="https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html">Desktop Application Autostart Specification</a>.
 #****
 make_autostart_entry() {
 	local dtfile
@@ -761,10 +761,10 @@ make_autostart_entry() {
 #  * NAME: the application name to be shown in the menu.
 #  * ICON: (optional) the icon name, excluding the file extension.
 #  * CATEGORIES: (optional) a semicolon-separated list of categories and subcategories per
-#    |html the <a href="http://standards.freedesktop.org/menu-spec/latest/apa.html">Desktop Menu Specification</a>.
+#    |html the <a href="https://specifications.freedesktop.org/menu-spec/latest/apa.html">Desktop Menu Specification</a>.
 #  * COMMENT: (optional) description of the program
 #  * ADDITIONAL_FIELDS: (optional) additional menu entry fields per
-#    |html the <a href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys">Desktop Entry Specification</a>.
+#    |html the <a href="https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys">Desktop Entry Specification</a>.
 #  NOTES
 #  * In order to skip an optional argument but provide a later one, an empty
 #    string ("") must be provided as a placeholder for the optional argument.
-- 
2.29.2


[-- Attachment #7: 0123-Update-URLs-in-lib-src_postinst.cygpart.patch --]
[-- Type: application/octet-stream, Size: 2068 bytes --]

From 023cea358a787d43bac212ff3c3b393f64c606e5 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:56:59 +0900
Subject: [PATCH 123/135] Update URLs in lib/src_postinst.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://bugs.debian.org/ to https://bugs.debian.org/
http://cygwin.com/ml/ to https://sourceware.org/legacy-ml/
---
 lib/src_postinst.cygpart | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/src_postinst.cygpart b/lib/src_postinst.cygpart
index 68381a0..d8bb226 100644
--- a/lib/src_postinst.cygpart
+++ b/lib/src_postinst.cygpart
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -1024,12 +1024,12 @@ __prepstrip() {
 
 		# OCaml bytecode must not be stripped
 		# Magic number is at end of file:
-		# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256900#74
-		# http://cygwin.com/ml/cygwin-apps/2010-10/msg00057.html
+		# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256900#74
+		# https://sourceware.org/legacy-ml/cygwin-apps/2010-10/msg00057.html
 		#
 		# Perl Archive (PAR) binaries must not be stripped
 		# https://rt.cpan.org/Public/Bug/Display.html?id=18536
-		# http://cygwin.com/ml/cygwin-apps/2012-07/msg00088.html
+		# https://sourceware.org/legacy-ml/cygwin-apps/2012-07/msg00088.html
 		#
 		# Neko bytecode must not be stripped
 		# https://github.com/HaxeFoundation/neko/issues/130
@@ -1131,7 +1131,7 @@ __prep_symlinks() {
 		l_src=$(readlink "${l}")
 
 		# avoid .exe suffix in symlinks
-		# http://cygwin.com/ml/cygwin-apps/2007-04/msg00065.html
+		# https://sourceware.org/legacy-ml/cygwin-apps/2007-04/msg00065.html
 		case "${CHOST}:${l}" in
 			*-*-cygwin*:*.exe)
 				rm -f "${l}"
-- 
2.29.2


[-- Attachment #8: 0124-Update-a-URL-in-README-further.patch --]
[-- Type: application/octet-stream, Size: 888 bytes --]

From cf94aa4ca891ff088904037c1baaddd3fd444df2 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:00 +0900
Subject: [PATCH 124/135] Update a URL in README, further

https://cygwin.com/setup.html#package_contents
  to  https://cygwin.com/setup-packaging-historical.html
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index a166579..ede53eb 100644
--- a/README
+++ b/README
@@ -247,7 +247,7 @@ Discussion on cygport should occur on the Cygwin-apps list
 
 
 [1] https://www.cygwin.com/
-[2] https://cygwin.com/setup.html#package_contents
+[2] https://cygwin.com/setup-packaging-historical.html  Method Two
 [3] https://sourceware.org/legacy-ml/cygwin-apps/2006-03/msg00000.html
 [4] https://wiki.gentoo.org/wiki/Prefix/Cygwin
 [5] https://cygwin.com/git-cygwin-packages/
-- 
2.29.2


[-- Attachment #9: 0125-Update-a-URL-in-cygclass-autotools.cygclass-further.patch --]
[-- Type: application/octet-stream, Size: 1251 bytes --]

From 7d63b112ac02978d65ab4a96175b94d168383d0e Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:02 +0900
Subject: [PATCH 125/135] Update a URL in cygclass/autotools.cygclass, further

https://cygwin.com/setup.html#package_contents
  to https://cygwin.com/packaging-package-files.html#package_contents
---
 cygclass/autotools.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/autotools.cygclass b/cygclass/autotools.cygclass
index df62cb9..712f437 100644
--- a/cygclass/autotools.cygclass
+++ b/cygclass/autotools.cygclass
@@ -591,7 +591,7 @@ cygautoreconf() {
 #  Runs the configure script for the package.  cygconf passes configure the flags
 #  necessary to install the package into the /usr prefix and according to the
 #  |html <a href="https://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
-#  |html <a href="https://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
+#  |html <a href="https://cygwin.com/packaging-package-files.html#package_contents">Cygwin package guidelines</a>.
 #  In addition, all arguments to cygconf are passed to configure, followed by
 #  CYGCONF_ARGS, if set.
 #  NOTES
-- 
2.29.2


[-- Attachment #10: 0126-Update-a-URL-in-cygclass-cmake.cygclass-further.patch --]
[-- Type: application/octet-stream, Size: 1219 bytes --]

From dc654fc808f99db77e89df1da43366917fdbe600 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:03 +0900
Subject: [PATCH 126/135] Update a URL in cygclass/cmake.cygclass, further

https://cygwin.com/setup.html#package_contents
  to https://cygwin.com/packaging-package-files.html#package_contents
---
 cygclass/cmake.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/cmake.cygclass b/cygclass/cmake.cygclass
index b27c570..cab75cf 100644
--- a/cygclass/cmake.cygclass
+++ b/cygclass/cmake.cygclass
@@ -89,7 +89,7 @@ __cmake_system() {
 #  Runs cmake to configure the package.  cygcmake passes cmake the flags
 #  necessary to install the package into the standard prefix and according to the
 #  |html <a href="https://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
-#  |html <a href="https://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
+#  |html <a href="https://cygwin.com/packaging-package-files.html#package_contents">Cygwin package guidelines</a>.
 #  In addition, all arguments to cygcmake are passed to cmake, followed by
 #  CYGCMAKE_ARGS, if set.
 #  NOTES
-- 
2.29.2


[-- Attachment #11: 0127-Update-a-URL-in-cygclass-meson.cygclass-further.patch --]
[-- Type: application/octet-stream, Size: 1213 bytes --]

From 78b7fcb37f39dac9a294a1aed611ac08dbb6d10d Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:05 +0900
Subject: [PATCH 127/135] Update a URL in cygclass/meson.cygclass, further

https://cygwin.com/setup.html#package_contents
  to https://cygwin.com/packaging-package-files.html#package_contents
---
 cygclass/meson.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/meson.cygclass b/cygclass/meson.cygclass
index 3ce4bd6..9f7a942 100644
--- a/cygclass/meson.cygclass
+++ b/cygclass/meson.cygclass
@@ -46,7 +46,7 @@ inherit ninja
 #  Runs meson to configure the package.  cygmeson passes meson the flags
 #  necessary to install the package into the standard prefix and according to the
 #  |html <a href="https://www.pathname.com/fhs/">Filesystem Hierarchy Standard</a> and the
-#  |html <a href="https://cygwin.com/setup.html#package_contents">Cygwin package guidelines</a>.
+#  |html <a href="https://cygwin.com/packaging-package-files.html#package_contents">Cygwin package guidelines</a>.
 #  In addition, all arguments to cygmeson are passed to meson, followed by
 #  CYGMESON_ARGS, if set.
 #  NOTE
-- 
2.29.2


[-- Attachment #12: 0128-Update-URLs-in-cygclass-php.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1941 bytes --]

From 59c31dcc7c931b1be5a7d6e9f9385806078d0f12 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:06 +0900
Subject: [PATCH 128/135] Update URLs in cygclass/php.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://pear.php.net/ to https://pear.php.net/
http://pecl.php.net/ to https://pecl.php.net/
---
 cygclass/php.cygclass | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/cygclass/php.cygclass b/cygclass/php.cygclass
index af12b9b..1346013 100644
--- a/cygclass/php.cygclass
+++ b/cygclass/php.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -167,7 +167,7 @@ LIBPHP=$(${PHP_CONFIG} --libs)
 #  extension is hosted. This variable must be defined before inherit()ing
 #  php.cygclass to have any effect.
 #
-#  A list of known channels is available at http://pear.php.net/channels/ .
+#  A list of known channels is available at https://pear.php.net/channels/ .
 #****
 
 case ${PN} in php-*)
@@ -275,12 +275,12 @@ PHP_CHANNEL=$(__php_channel_fixup)
 case "${PHP_CHANNEL}" in
 '') ;;
 pear.php.net)
-	HOMEPAGE="http://pear.php.net/package/${ORIG_PN}/"
+	HOMEPAGE="https://pear.php.net/package/${ORIG_PN}/"
 	SRC_URI="http://download.pear.php.net/package/${ORIG_PN}-${PV}.tgz"
 	;;
 pecl.php.net)
-	HOMEPAGE="http://pecl.php.net/package/${ORIG_PN}/"
-	SRC_URI="http://pecl.php.net/get/${ORIG_PN}-${PV}.tgz"
+	HOMEPAGE="https://pecl.php.net/package/${ORIG_PN}/"
+	SRC_URI="https://pecl.php.net/get/${ORIG_PN}-${PV}.tgz"
 	;;
 *)
 	if ! $(${PEAR} list-channels | grep -q "^${PHP_CHANNEL} ")
-- 
2.29.2


[-- Attachment #13: 0129-Update-URLs-in-cygclass-kde3.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1693 bytes --]

From 7ade16fa988e38b047642180ec2281093c29be21 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:07 +0900
Subject: [PATCH 129/135] Update URLs in cygclass/kde3.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://pkgs.fedoraproject.org/cgit/rpms/kdelibs3.git/plain/
  to https://src.fedoraproject.org/rpms/kdelibs3/raw/master/f/
---
 cygclass/kde3.cygclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cygclass/kde3.cygclass b/cygclass/kde3.cygclass
index 556f8fb..6f0ce89 100644
--- a/cygclass/kde3.cygclass
+++ b/cygclass/kde3.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -51,9 +51,9 @@ then
 #  Other KDE3-based packages will need to backport these changes themselves.
 #  DEFINITION
 PATCH_URI="
-	http://pkgs.fedoraproject.org/cgit/rpms/kdelibs3.git/plain/kde3-acinclude.patch
-	http://pkgs.fedoraproject.org/cgit/rpms/kdelibs3.git/plain/kde3-automake-version.patch
-	http://pkgs.fedoraproject.org/cgit/rpms/kdelibs3.git/plain/kde3-automake-add-missing.patch
+	https://src.fedoraproject.org/rpms/kdelibs3/raw/master/f/kde3-acinclude.patch
+	https://src.fedoraproject.org/rpms/kdelibs3/raw/master/f/kde3-automake-version.patch
+	https://src.fedoraproject.org/rpms/kdelibs3/raw/master/f/kde3-automake-add-missing.patch
 "
 #****
 fi
-- 
2.29.2


[-- Attachment #14: 0130-Update-URLs-in-cygclass-ruby-gnome2.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1253 bytes --]

From 27d5f1da7fb0e539f8df26ccbdf24d4ceaf8a7c6 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:09 +0900
Subject: [PATCH 130/135] Update URLs in cygclass/ruby-gnome2.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://ruby-gnome2.sourceforge.jp/ to https://ruby-gnome2.osdn.jp/
---
 cygclass/ruby-gnome2.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/ruby-gnome2.cygclass b/cygclass/ruby-gnome2.cygclass
index b70bfb0..b4c8e53 100644
--- a/cygclass/ruby-gnome2.cygclass
+++ b/cygclass/ruby-gnome2.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -115,7 +115,7 @@ SUMMARY="Ruby ${rbg2_pn} bindings"
 #****
 #****io* ruby-gnome2.cygclass/HOMEPAGE (ruby-gnome2)
 #  DEFINITION
-HOMEPAGE="http://ruby-gnome2.sourceforge.jp/"
+HOMEPAGE="https://ruby-gnome2.osdn.jp/"
 #****
 
 unset rbg2_pn
-- 
2.29.2


[-- Attachment #15: 0131-Update-URLs-in-cygclass-httpd.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1885 bytes --]

From 4fee2fb7cbaa0425137614e45f056adfd1a52659 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:10 +0900
Subject: [PATCH 131/135] Update URLs in cygclass/httpd.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://www.maxmind.com/app/mod_geoip
  to https://dev.maxmind.com/geoip/legacy/mod_geoip2/
http://www.maxmind.com/download/geoip/api/mod_geoip2/mod_geoip2_${VERSION}.tar.gz
  to https://github.com/maxmind/geoip-api-mod_geoip2/archive/v${VERSION}.tar.gz
mod_geoip2_${VERSION} to geoip-api-mod_geoip2-${VERSION}
---
 cygclass/httpd.cygclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cygclass/httpd.cygclass b/cygclass/httpd.cygclass
index 4c79a5d..e210ec6 100644
--- a/cygclass/httpd.cygclass
+++ b/cygclass/httpd.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -77,9 +77,9 @@
 #    DESCRIPTION="mod_geoip2 is an Apache HTTP Server module for finding the country and
 #    city that a web request originated from.  It uses the GeoIP library and
 #    database to perform the lookup."
-#    HOMEPAGE="http://www.maxmind.com/app/mod_geoip"
-#    SRC_URI="http://www.maxmind.com/download/geoip/api/mod_geoip2/mod_geoip2_${VERSION}.tar.gz"
-#    SRC_DIR="mod_geoip2_${VERSION}"
+#    HOMEPAGE="https://dev.maxmind.com/geoip/legacy/mod_geoip2/"
+#    SRC_URI="https://github.com/maxmind/geoip-api-mod_geoip2/archive/v${VERSION}.tar.gz"
+#    SRC_DIR="geoip-api-mod_geoip2-${VERSION}"
 #    
 #    src_compile() {
 #      lndirs
-- 
2.29.2


[-- Attachment #16: 0132-Update-a-URL-in-cygclass-gst-plugins.cygclass.patch --]
[-- Type: application/octet-stream, Size: 940 bytes --]

From 22a5d5b009fb4d0b55890161231a21e9477feb92 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:12 +0900
Subject: [PATCH 132/135] Update a URL in cygclass/gst-plugins.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/gst-plugins.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/gst-plugins.cygclass b/cygclass/gst-plugins.cygclass
index b71f5d3..028fa8d 100644
--- a/cygclass/gst-plugins.cygclass
+++ b/cygclass/gst-plugins.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #17: 0133-Update-URLs-in-cygclass-docbook.cygclass.patch --]
[-- Type: application/octet-stream, Size: 1589 bytes --]

From a6f3fe2134158803af6ee8e146f19b6e46991443 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:13 +0900
Subject: [PATCH 133/135] Update URLs in cygclass/docbook.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/plain/docbook-dtd412-entities.patch
  to https://src.fedoraproject.org/rpms/docbook-dtds/raw/master/f/docbook-dtd412-entities.patch
---
 cygclass/docbook.cygclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygclass/docbook.cygclass b/cygclass/docbook.cygclass
index 3b648d0..d4f1ff4 100644
--- a/cygclass/docbook.cygclass
+++ b/cygclass/docbook.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -92,7 +92,7 @@ case "${dtd_type}:${PV}" in
 		;;
 	xml:4.1.2)
 		SRC_URI="http://www.oasis-open.org/docbook/${dtd_type//-//}/${PV}/docbkx${PV//.}.zip"
-		PATCH_URI="http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/plain/docbook-dtd412-entities.patch"
+		PATCH_URI="https://src.fedoraproject.org/rpms/docbook-dtds/raw/master/f/docbook-dtd412-entities.patch"
 		;;
 	xml:4.[2-5])
 		SRC_URI="http://www.oasis-open.org/docbook/${dtd_type//-//}/${PV}/docbook-xml-${PV}.zip"
-- 
2.29.2


[-- Attachment #18: 0134-Update-a-URL-in-cygclass-ggz.cygclass.patch --]
[-- Type: application/octet-stream, Size: 892 bytes --]

From ba8797a2fccd8bdc11a9c8db67e564891ec71c6f Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:14 +0900
Subject: [PATCH 134/135] Update a URL in cygclass/ggz.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/ggz.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/ggz.cygclass b/cygclass/ggz.cygclass
index b76faaf..dacb817 100644
--- a/cygclass/ggz.cygclass
+++ b/cygclass/ggz.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


[-- Attachment #19: 0135-Update-a-URL-in-cygclass-opensync.cygclass.patch --]
[-- Type: application/octet-stream, Size: 922 bytes --]

From d76752d9ddfb4d471b0113e6897c847a684e8446 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:57:16 +0900
Subject: [PATCH 135/135] Update a URL in cygclass/opensync.cygclass

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
---
 cygclass/opensync.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/opensync.cygclass b/cygclass/opensync.cygclass
index 9065b59..837fb7f 100644
--- a/cygclass/opensync.cygclass
+++ b/cygclass/opensync.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
-- 
2.29.2


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

* Re: [PATCH cygport] Update xorg.cygclass URLs
  2020-12-02 18:38 ` Yaakov Selkowitz
  2020-12-07 13:52   ` Lemures Lemniscati
@ 2021-01-05 14:06   ` Achim Gratz
  2021-04-05 22:27     ` [PATCH cygport] Update xorg.cygclass URLs [GOLDSTAR] Yaakov Selkowitz
  1 sibling, 1 reply; 20+ messages in thread
From: Achim Gratz @ 2021-01-05 14:06 UTC (permalink / raw)
  To: cygwin-apps

Yaakov Selkowitz via Cygwin-apps writes:
> In fact, there are probably a bunch of other http: which could be
> converted to https: at this point.  I would suggest anyone who does
> that (in separate commit(s)) should get a gold star.

The patch series from Lem plus another handful of cleanups is available
at:

https://repo.or.cz/cygport/rpm-style.git/shortlog/refs/heads/URL-updates


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: [PATCH cygport] Update xorg.cygclass URLs [GOLDSTAR]
  2021-01-05 14:06   ` Achim Gratz
@ 2021-04-05 22:27     ` Yaakov Selkowitz
  2021-04-08 23:26       ` Andrew Schulman
  0 siblings, 1 reply; 20+ messages in thread
From: Yaakov Selkowitz @ 2021-04-05 22:27 UTC (permalink / raw)
  To: cygwin-apps

On Tue, 2021-01-05 at 15:06 +0100, Achim Gratz wrote:
> Yaakov Selkowitz via Cygwin-apps writes:
> > In fact, there are probably a bunch of other http: which could be
> > converted to https: at this point.  I would suggest anyone who does
> > that (in separate commit(s)) should get a gold star.
> 
> The patch series from Lem plus another handful of cleanups is available
> at:
> 
> https://repo.or.cz/cygport/rpm-style.git/shortlog/refs/heads/URL-updates

Thank you Lem for the patches, and Achim for gathering them together on a
branch.  It was surely tedious work, but necessary and much appreciated. 
These are (finally!) merged, can we get some gold stars please?

-- 
Yaakov


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

* Re: [PATCH cygport] Update xorg.cygclass URLs [GOLDSTAR]
  2021-04-05 22:27     ` [PATCH cygport] Update xorg.cygclass URLs [GOLDSTAR] Yaakov Selkowitz
@ 2021-04-08 23:26       ` Andrew Schulman
  2021-04-09 12:52         ` Lemures Lemniscati
  0 siblings, 1 reply; 20+ messages in thread
From: Andrew Schulman @ 2021-04-08 23:26 UTC (permalink / raw)
  To: cygwin-apps

> On Tue, 2021-01-05 at 15:06 +0100, Achim Gratz wrote:
> > Yaakov Selkowitz via Cygwin-apps writes:
> > > In fact, there are probably a bunch of other http: which could be
> > > converted to https: at this point.  I would suggest anyone who does
> > > that (in separate commit(s)) should get a gold star.
> > 
> > The patch series from Lem plus another handful of cleanups is available
> > at:
> > 
> > https://repo.or.cz/cygport/rpm-style.git/shortlog/refs/heads/URL-updates
> 
> Thank you Lem for the patches, and Achim for gathering them together on a
> branch.  It was surely tedious work, but necessary and much appreciated. 
> These are (finally!) merged, can we get some gold stars please?

Awarded!

https://cygwin.com/goldstars/#LM
https://cygwin.com/goldstars/#AG


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

* Re: [PATCH cygport] Update xorg.cygclass URLs [GOLDSTAR]
  2021-04-08 23:26       ` Andrew Schulman
@ 2021-04-09 12:52         ` Lemures Lemniscati
  2021-04-09 14:03           ` Andrew Schulman
  0 siblings, 1 reply; 20+ messages in thread
From: Lemures Lemniscati @ 2021-04-09 12:52 UTC (permalink / raw)
  To: cygwin-apps

On Thu, 08 Apr 2021 19:26:44 -0400, Andrew Schulman via Cygwin-apps
> Awarded!
> 
> https://cygwin.com/goldstars/#LM
> https://cygwin.com/goldstars/#AG

Thank you!

Lem


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

* Re: [PATCH cygport] Update xorg.cygclass URLs [GOLDSTAR]
  2021-04-09 12:52         ` Lemures Lemniscati
@ 2021-04-09 14:03           ` Andrew Schulman
  2021-04-09 15:41             ` Lemures Lemniscati
  0 siblings, 1 reply; 20+ messages in thread
From: Andrew Schulman @ 2021-04-09 14:03 UTC (permalink / raw)
  To: cygwin-apps

> On Thu, 08 Apr 2021 19:26:44 -0400, Andrew Schulman via Cygwin-apps
> > Awarded!
> > 
> > https://cygwin.com/goldstars/#LM
> > https://cygwin.com/goldstars/#AG
> 
> Thank you!
> 
> Lem

BTW I wanted to name you #LL in the Gold stars page, but that name is
already taken, by Lapo Luchini. If you prefer another acronym, let me know
and I'll change it. #Lem? Andrew


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

* Re: [PATCH cygport] Update xorg.cygclass URLs [GOLDSTAR]
  2021-04-09 14:03           ` Andrew Schulman
@ 2021-04-09 15:41             ` Lemures Lemniscati
  0 siblings, 0 replies; 20+ messages in thread
From: Lemures Lemniscati @ 2021-04-09 15:41 UTC (permalink / raw)
  To: cygwin-apps

On Fri, 09 Apr 2021 10:03:32 -0400, Andrew Schulman via Cygwin-apps
> > On Thu, 08 Apr 2021 19:26:44 -0400, Andrew Schulman via Cygwin-apps
> > > Awarded!
> > > https://cygwin.com/goldstars/#LM
> > > https://cygwin.com/goldstars/#AG
> 
> BTW I wanted to name you #LL in the Gold stars page, but that name is
> already taken, by Lapo Luchini. If you prefer another acronym, let me know
> and I'll change it. #Lem? Andrew

I think #Lem is good.
Please, use it.

Regards,

Lem


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

end of thread, other threads:[~2021-04-09 15:41 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01 15:47 [PATCH cygport] Update xorg.cygclass URLs Jon Turney
2020-12-02 18:38 ` Yaakov Selkowitz
2020-12-07 13:52   ` Lemures Lemniscati
2020-12-07 19:31     ` Achim Gratz
2020-12-08  9:30       ` Lemures Lemniscati
2020-12-08 13:51         ` ASSI
2020-12-08 15:29           ` Lemures Lemniscati
2020-12-08 19:17             ` Achim Gratz
2020-12-09 12:20               ` Lemures Lemniscati
2020-12-09 12:10     ` Lemures Lemniscati
2020-12-09 22:02       ` Lemures Lemniscati
2020-12-10 13:28         ` Lemures Lemniscati
2020-12-12  3:45           ` Lemures Lemniscati
2020-12-12 12:17             ` Lemures Lemniscati
2021-01-05 14:06   ` Achim Gratz
2021-04-05 22:27     ` [PATCH cygport] Update xorg.cygclass URLs [GOLDSTAR] Yaakov Selkowitz
2021-04-08 23:26       ` Andrew Schulman
2021-04-09 12:52         ` Lemures Lemniscati
2021-04-09 14:03           ` Andrew Schulman
2021-04-09 15:41             ` Lemures Lemniscati

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 read-only IMAP folder(s) and NNTP newsgroup(s).