summaryrefslogtreecommitdiff
path: root/top/maint.mk
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-12 16:36:27 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-12 16:37:10 -0700
commitaab4ea7aa534d9e5726d3b304e70f57d3f385fe3 (patch)
treebff7f72e49a20d2bc5e9d1eec331c7b4670d45f1 /top/maint.mk
parent9d3e8e18d7be59f96556583ff636ed354a786264 (diff)
downloadgnulib-aab4ea7aa534d9e5726d3b304e70f57d3f385fe3.tar.gz
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.
Diffstat (limited to 'top/maint.mk')
-rw-r--r--top/maint.mk4
1 files changed, 2 insertions, 2 deletions
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)