[PATCH cygport] Update xorg.cygclass URLs

Yaakov Selkowitz yselkowitz@cygwin.com
Wed Dec 2 18:38:32 GMT 2020


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



More information about the Cygwin-apps mailing list