From aab4ea7aa534d9e5726d3b304e70f57d3f385fe3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 12 Sep 2017 16:36:27 -0700 Subject: 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. --- top/maint.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'top/maint.mk') diff --git a/top/maint.mk b/top/maint.mk index 09a98bce80..54fda45248 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -131,7 +131,7 @@ gnu_rel_host ?= $(gnu_ftp_host-$(release-type)) 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 @@ release-commit: ## 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) -- cgit v1.2.1