From 3562e384f43bbd9d48598904a82a792039f4ce33 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 16 Sep 2017 13:03:36 -0700 Subject: Prefer https: URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In Gnulib, Emacs, etc. we are changing ftp: and http: URLs to use https:, to discourage man-in-the-middle attacks when downloading software. The attached patch propagates these changes upstream to Automake. This patch does not affect files that Automake is downstream of, which I'll patch separately. Althouth the resources are not secret, plain HTTP is vulnerable to malicious routers that tamper with responses from GNU servers, and this sort of thing is all too common when people in some other countries browse US-based websites. See, for example: Aceto G, Botta A, Pescapé A, Awan MF, Ahmad T, Qaisar S. Analyzing internet censorship in Pakistan. RTSI 2016. https://dx.doi.org/10.1109/RTSI.2016.7740626 HTTPS is not a complete solution here, but it can be a significant help. The GNU project regularly serves up code to users, so we should take some care here. --- lib/Automake/FileUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Automake/FileUtils.pm') diff --git a/lib/Automake/FileUtils.pm b/lib/Automake/FileUtils.pm index 1a4fbc73e..8a0ed5956 100644 --- a/lib/Automake/FileUtils.pm +++ b/lib/Automake/FileUtils.pm @@ -11,7 +11,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . ############################################################### # The main copy of this file is in Automake's git repository. # -- cgit v1.2.1 From 6cb3b83571de25ac77b6294ca903cc428c94889a Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Fri, 22 Sep 2017 23:06:15 +0200 Subject: maint: Configure Emacs automatically with ".dir-locals.el" * .dir-locals.el: New Emacs directory configuration file. All perl files adapted. --- lib/Automake/FileUtils.pm | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'lib/Automake/FileUtils.pm') diff --git a/lib/Automake/FileUtils.pm b/lib/Automake/FileUtils.pm index 8a0ed5956..e3d8efb59 100644 --- a/lib/Automake/FileUtils.pm +++ b/lib/Automake/FileUtils.pm @@ -406,20 +406,3 @@ sub set_dir_cache_file ($$) } 1; # for require - -### Setup "GNU" style for perl-mode and cperl-mode. -## Local Variables: -## perl-indent-level: 2 -## perl-continued-statement-offset: 2 -## perl-continued-brace-offset: 0 -## perl-brace-offset: 0 -## perl-brace-imaginary-offset: 0 -## perl-label-offset: -2 -## cperl-indent-level: 2 -## cperl-brace-offset: 0 -## cperl-continued-brace-offset: 0 -## cperl-label-offset: -2 -## cperl-extra-newline-before-brace: t -## cperl-merge-trailing-else: nil -## cperl-continued-statement-offset: 2 -## End: -- cgit v1.2.1 From bbaa4cdcd310aef4ae8190e19bf46a27689284b6 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 4 Jan 2018 16:19:30 +0100 Subject: maint: Update copyright years to 2018 This update has been made with 'make update-copyright'. --- lib/Automake/FileUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Automake/FileUtils.pm') diff --git a/lib/Automake/FileUtils.pm b/lib/Automake/FileUtils.pm index e3d8efb59..7ebf547e0 100644 --- a/lib/Automake/FileUtils.pm +++ b/lib/Automake/FileUtils.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.1