public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
To: cygwin-apps@cygwin.com
Subject: Re: [PATCH cygport] Update xorg.cygclass URLs
Date: Thu, 10 Dec 2020 07:02:07 +0900	[thread overview]
Message-ID: <20201210070203.0381.50F79699@gmail.com> (raw)
In-Reply-To: <20201209211014.1F8C.50F79699@gmail.com>

[-- 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


  reply	other threads:[~2020-12-09 22:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 15:47 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201210070203.0381.50F79699@gmail.com \
    --to=lemures.lemniscati@gmail.com \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).