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: Wed, 09 Dec 2020 21:10:18 +0900	[thread overview]
Message-ID: <20201209211014.1F8C.50F79699@gmail.com> (raw)
In-Reply-To: <20201207225220.935F.50F79699@gmail.com>

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


  parent reply	other threads:[~2020-12-09 12:10 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 [this message]
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

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=20201209211014.1F8C.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).