changeset 19188:402398d798a1

maintainer-makefile: FTP -> HTTPS * top/maint.mk (url_dir_list, ftp-gnu): Use HTTPS protocol instead of FTP, which is planned to be decommissioned on 2017-11-01.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 12 Sep 2017 16:36:27 -0700
parents 4365a304f41c
children dbc5895964f0
files ChangeLog top/maint.mk
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 12 14:27:24 2017 +0200
+++ b/ChangeLog	Tue Sep 12 16:36:27 2017 -0700
@@ -1,3 +1,9 @@
+2017-09-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+	maintainer-makefile: FTP -> HTTPS
+	* top/maint.mk (url_dir_list, ftp-gnu): Use HTTPS protocol instead
+	of FTP, which is planned to be decommissioned on 2017-11-01.
+
 2017-09-12  Tim Rühsen  <tim.ruehsen@gmx.de>  (tiny change)
 
 	libc-config: Fix __GNUC_PREREQ macro.
--- a/top/maint.mk	Tue Sep 12 14:27:24 2017 +0200
+++ b/top/maint.mk	Tue Sep 12 16:36:27 2017 -0700
@@ -131,7 +131,7 @@
 
 url_dir_list ?= $(if $(call _equal,$(gnu_rel_host),ftp.gnu.org),	\
                      http://ftpmirror.gnu.org/$(PACKAGE),		\
-                     ftp://$(gnu_rel_host)/gnu/$(PACKAGE))
+                     https://$(gnu_rel_host)/gnu/$(PACKAGE))
 
 # Override this in cfg.mk if you are using a different format in your
 # NEWS file.
@@ -1353,7 +1353,7 @@
 ## Updating files.  ##
 ## ---------------- ##
 
-ftp-gnu = ftp://ftp.gnu.org/gnu
+ftp-gnu = https://ftp.gnu.org/gnu
 www-gnu = http://www.gnu.org
 
 upload_dest_dir_ ?= $(PACKAGE)