From b769404a876822c6bba87ba272d68e49c0e2dcd5 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 22 Nov 2022 06:20:18 +0200 Subject: [PATCH 24/24] Use "https" protocol for gnu.org URLs See osdn #46089 Signed-off-by: Marko Lindqvist --- client/gui-gtk-3.0/wldlg.c | 2 +- client/gui-gtk-3.22/wldlg.c | 2 +- client/gui-gtk-4.0/wldlg.c | 2 +- configure.ac | 2 +- data/themes/gui-sdl2/human/COPYING.fireflysung | 2 +- doc/fr/INSTALL.fr | 2 +- m4/sdl2-client.m4 | 2 +- utility/fciconv.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/gui-gtk-3.0/wldlg.c b/client/gui-gtk-3.0/wldlg.c index c26f1fdbe5..da19d30cde 100644 --- a/client/gui-gtk-3.0/wldlg.c +++ b/client/gui-gtk-3.0/wldlg.c @@ -1002,7 +1002,7 @@ static void populate_view(GtkTreeView *view, struct city **ppcity, intl_slist(ARRAY_SIZE(titles), titles, &titles_done); /* Case i == 0 taken out of the loop to workaround gcc-4.2.1 bug - * http://gcc.gnu.org/PR33381 + * https://gcc.gnu.org/PR33381 * Some values would 'stick' from i == 0 round. */ i = 0; diff --git a/client/gui-gtk-3.22/wldlg.c b/client/gui-gtk-3.22/wldlg.c index 3407072d67..496f535efe 100644 --- a/client/gui-gtk-3.22/wldlg.c +++ b/client/gui-gtk-3.22/wldlg.c @@ -1001,7 +1001,7 @@ static void populate_view(GtkTreeView *view, struct city **ppcity, intl_slist(ARRAY_SIZE(titles), titles, &titles_done); /* Case i == 0 taken out of the loop to workaround gcc-4.2.1 bug - * http://gcc.gnu.org/PR33381 + * https://gcc.gnu.org/PR33381 * Some values would 'stick' from i == 0 round. */ i = 0; diff --git a/client/gui-gtk-4.0/wldlg.c b/client/gui-gtk-4.0/wldlg.c index e76c29b802..dc9989cd9c 100644 --- a/client/gui-gtk-4.0/wldlg.c +++ b/client/gui-gtk-4.0/wldlg.c @@ -1050,7 +1050,7 @@ static void populate_view(GtkTreeView *view, struct city **ppcity, intl_slist(ARRAY_SIZE(titles), titles, &titles_done); /* Case i == 0 taken out of the loop to workaround gcc-4.2.1 bug - * http://gcc.gnu.org/PR33381 + * https://gcc.gnu.org/PR33381 * Some values would 'stick' from i == 0 round. */ i = 0; diff --git a/configure.ac b/configure.ac index b59fb8f35c..8921a0b51d 100644 --- a/configure.ac +++ b/configure.ac @@ -646,7 +646,7 @@ if test "x$iconv_disabled" != "xtrue" ; then FC_LIBCHARSET AM_LANGINFO_CODESET if test "$am_cv_func_iconv" != yes; then - AC_MSG_ERROR([Iconv is missing. You can get libiconv from http://gnu.org/, \ + AC_MSG_ERROR([Iconv is missing. You can get libiconv from https://gnu.org/, \ or try using --with-libiconv-prefix.]) fi LIBS="$LIBS $LIBICONV" diff --git a/data/themes/gui-sdl2/human/COPYING.fireflysung b/data/themes/gui-sdl2/human/COPYING.fireflysung index dab8843948..369f1c2214 100644 --- a/data/themes/gui-sdl2/human/COPYING.fireflysung +++ b/data/themes/gui-sdl2/human/COPYING.fireflysung @@ -1,4 +1,4 @@ -http://ftp.gnu.org/non-gnu/chinese-fonts-truetype/LICENSE +https://ftp.gnu.org/non-gnu/chinese-fonts-truetype/LICENSE ARPHIC PUBLIC LICENSE diff --git a/doc/fr/INSTALL.fr b/doc/fr/INSTALL.fr index 46ca44e075..c139c57b7f 100644 --- a/doc/fr/INSTALL.fr +++ b/doc/fr/INSTALL.fr @@ -335,7 +335,7 @@ dans l'ordre suivant : pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. utilisant une police TrueType fournie de façon externe. Vous pouvez l'obtenir à : - http://download.savannah.gnu.org/releases/freetype/freetype-2.7.1.tar.bz2 + https://download.savannah.gnu.org/releases/freetype/freetype-2.7.1.tar.bz2 1d. Prérequis pour le client Qt : ================================= diff --git a/m4/sdl2-client.m4 b/m4/sdl2-client.m4 index 841ba542a0..8085f9bcf8 100644 --- a/m4/sdl2-client.m4 +++ b/m4/sdl2-client.m4 @@ -31,7 +31,7 @@ AC_DEFUN([FC_SDL2_CLIENT], if test "x$sdl2_h_found" = "xyes" ; then dnl Version number here is as specified by libtool, not the main dnl freetype version number. - dnl See http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/VERSIONS.TXT + dnl See https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/VERSIONS.TXT PKG_CHECK_MODULES([FT2], [freetype2 >= 7.0.1], [freetype_found="yes"], [freetype_found="no"]) if test "$freetype_found" = yes; then gui_sdl2_cflags="$gui_sdl2_cflags $FT2_CFLAGS" diff --git a/utility/fciconv.c b/utility/fciconv.c index 0f3ccbee5c..bd9487a74f 100644 --- a/utility/fciconv.c +++ b/utility/fciconv.c @@ -130,7 +130,7 @@ void init_character_encodings(const char *my_internal_encoding, _("You are running Freeciv without using iconv. Unless\n" "you are using the UTF-8 character set, some characters\n" "may not be displayed properly. You can download iconv\n" - "at http://gnu.org/.\n")); + "at https://gnu.org/.\n")); #endif /* HAVE_ICONV */ is_init = TRUE; -- 2.35.1