]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: FTP -> HTTPS
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Sep 2017 23:36:27 +0000 (16:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Sep 2017 23:37:10 +0000 (16:37 -0700)
* top/maint.mk (url_dir_list, ftp-gnu): Use HTTPS protocol instead
of FTP, which is planned to be decommissioned on 2017-11-01.

ChangeLog
top/maint.mk

index ecaf5ab02040aa393461be2fcb3230b9a3d9882e..23f1f2d6118c7838b08d00e483f784109534e6f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 09a98bce80b03f893c60bfbf3e439b4ac721c2d1..54fda45248c0fc8828bc0443b0b0ac2a655a1aee 100644 (file)
@@ -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)