>From 0f9123d9d7b7cfc173d8871beb80e88b141d6397 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Sun, 30 Aug 2015 11:36:39 -0700 Subject: [PATCH 2/2] Use HTTPS for package repo URLs * doc/lispref/package.texi: Point to https://elpa.gnu.org. * doc/misc/efaq.texi: Update MELPA to its new domain. * doc/misc/efaq.texi: Update all mentioned repos to HTTPS. --- doc/lispref/package.texi | 6 +++--- doc/misc/efaq.texi | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index f8eba2a..981c5d6 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi @@ -271,7 +271,7 @@ variable @code{load-file-name} (@pxref{Loading}). Here is an example: Via the Package Menu, users may download packages from @dfn{package archives}. Such archives are specified by the variable @code{package-archives}, whose default value contains a single entry: -the archive hosted by the GNU project at @url{http://elpa.gnu.org}. This +the archive hosted by the GNU project at @url{https://elpa.gnu.org}. This section describes how to set up and maintain a package archive. @cindex base location, package archive @@ -284,8 +284,8 @@ form @code{(@var{id} . @var{location})}, where @var{id} is the name of the archive (a string) and @var{location} is its @dfn{base location} (a string). -If the base location starts with @samp{http:}, it is treated as a HTTP -URL, and packages are downloaded from this archive via HTTP (as is the +If the base location starts with @samp{https:}, it is treated as a HTTPS +URL, and packages are downloaded from this archive via HTTPS (as is the case for the default GNU archive). Otherwise, the base location should be a directory name. In this diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 3e9109d..9817ce6 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi @@ -3299,7 +3299,7 @@ see @ref{Packages that do not come with Emacs}. The easiest way to add more features to your Emacs is to use the command @kbd{M-x list-packages}. This contacts the -@uref{http:///elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'') +@uref{https://elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'') server and fetches the list of additional packages that it offers. These are GNU packages that are available for use with Emacs, but are distributed separately from Emacs itself, for reasons of space, etc. @@ -3308,8 +3308,8 @@ available, and then Emacs can automatically download and install the packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. There are other, non-GNU, Emacs Lisp package servers, including: -@uref{http://melpa.milkbox.net, MELPA}; and -@uref{http://marmalade-repo.org, Marmalade}. To use additional +@uref{https://melpa.org, MELPA}; and +@uref{https://marmalade-repo.org, Marmalade}. To use additional package servers, customize the @code{package-archives} variable. Be aware that installing a package can run arbitrary code, so only add sources that you trust. -- 2.5.1