emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pinentry 4badbe8d23 1/2: Prefer HTTPS to FTP and HTTP i


From: ELPA Syncer
Subject: [elpa] externals/pinentry 4badbe8d23 1/2: Prefer HTTPS to FTP and HTTP in documentation
Date: Sun, 26 Nov 2023 09:58:26 -0500 (EST)

branch: externals/pinentry
commit 4badbe8d23840f14edec2b565cfeebd226b2b254
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Daiki Ueno <ueno@gnu.org>

    Prefer HTTPS to FTP and HTTP in documentation
    
    Most of this change is to boilerplate commentary such as license URLs.
    This change was prompted by ftp://ftp.gnu.org's going-away party,
    planned for November.  Change these FTP URLs to https://ftp.gnu.org
    instead.  Make similar changes for URLs to other organizations moving
    away from FTP.  Also, change HTTP to HTTPS for URLs to gnu.org and
    fsf.org when this works, as this will further help defend against
    man-in-the-middle attacks (for this part I omitted the MS-DOS and
    MS-Windows sources and the test tarballs to keep the workload down).
    HTTPS is not fully working to lists.gnu.org so I left those URLs alone
    for now.
---
 pinentry.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pinentry.el b/pinentry.el
index 50ea61489b..14f6aa031f 100644
--- a/pinentry.el
+++ b/pinentry.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]