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: Sat, 12 Dec 2020 21:17:02 +0900	[thread overview]
Message-ID: <20201212211659.8C6F.50F79699@gmail.com> (raw)
In-Reply-To: <20201212124501.8C6B.50F79699@gmail.com>

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


  reply	other threads:[~2020-12-12 12:17 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
2020-12-10 13:28         ` Lemures Lemniscati
2020-12-12  3:45           ` Lemures Lemniscati
2020-12-12 12:17             ` Lemures Lemniscati [this message]
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=20201212211659.8C6F.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).