diff options
| author | Paul Eggert | 2017-10-01 19:53:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 19:59:01 -0700 |
| commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
| tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /nt/INSTALL | |
| parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
| download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip | |
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org. Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
Diffstat (limited to 'nt/INSTALL')
| -rw-r--r-- | nt/INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 662a30406f5..30e14293f5c 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -630,7 +630,7 @@ build will run on Windows 9X and newer systems). | |||
| 630 | To support XPM images (required for color tool-bar icons), you will | 630 | To support XPM images (required for color tool-bar icons), you will |
| 631 | need the libXpm library. It is available from the ezwinports site, | 631 | need the libXpm library. It is available from the ezwinports site, |
| 632 | http://sourceforge.net/projects/ezwinports/files/ and from | 632 | http://sourceforge.net/projects/ezwinports/files/ and from |
| 633 | http://ftp.gnu.org/gnu/emacs/windows/. | 633 | https://ftp.gnu.org/gnu/emacs/windows/. |
| 634 | 634 | ||
| 635 | For PNG images, we recommend to use versions 1.4.x and later of | 635 | For PNG images, we recommend to use versions 1.4.x and later of |
| 636 | libpng, because previous versions had security issues. You can find | 636 | libpng, because previous versions had security issues. You can find |
| @@ -653,7 +653,7 @@ build will run on Windows 9X and newer systems). | |||
| 653 | giflib, as it is much enhanced wrt previous versions. You can find | 653 | giflib, as it is much enhanced wrt previous versions. You can find |
| 654 | precompiled binaries and headers for giflib on the ezwinports site, | 654 | precompiled binaries and headers for giflib on the ezwinports site, |
| 655 | http://sourceforge.net/projects/ezwinports/files/ and on | 655 | http://sourceforge.net/projects/ezwinports/files/ and on |
| 656 | http://ftp.gnu.org/gnu/emacs/windows/. | 656 | https://ftp.gnu.org/gnu/emacs/windows/. |
| 657 | 657 | ||
| 658 | Version 5.0.0 and later of giflib are binary incompatible with | 658 | Version 5.0.0 and later of giflib are binary incompatible with |
| 659 | previous versions (the signatures of several functions have | 659 | previous versions (the signatures of several functions have |
| @@ -694,7 +694,7 @@ build will run on Windows 9X and newer systems). | |||
| 694 | because the compiler needs to see their header files when building | 694 | because the compiler needs to see their header files when building |
| 695 | Emacs. | 695 | Emacs. |
| 696 | 696 | ||
| 697 | http://ftp.gnu.org/gnu/emacs/windows/ | 697 | https://ftp.gnu.org/gnu/emacs/windows/ |
| 698 | 698 | ||
| 699 | More fat ports, from the MSYS2 project. | 699 | More fat ports, from the MSYS2 project. |
| 700 | 700 | ||
| @@ -755,7 +755,7 @@ build will run on Windows 9X and newer systems). | |||
| 755 | 755 | ||
| 756 | You can get pre-built binaries (including any required DLL and the | 756 | You can get pre-built binaries (including any required DLL and the |
| 757 | header files) at http://sourceforge.net/projects/ezwinports/files/ | 757 | header files) at http://sourceforge.net/projects/ezwinports/files/ |
| 758 | and on http://ftp.gnu.org/gnu/emacs/windows/. | 758 | and on https://ftp.gnu.org/gnu/emacs/windows/. |
| 759 | 759 | ||
| 760 | * Optional libxml2 support | 760 | * Optional libxml2 support |
| 761 | 761 | ||
| @@ -777,7 +777,7 @@ build will run on Windows 9X and newer systems). | |||
| 777 | (including any required DLL and the header files) is here: | 777 | (including any required DLL and the header files) is here: |
| 778 | 778 | ||
| 779 | http://sourceforge.net/projects/ezwinports/files/ | 779 | http://sourceforge.net/projects/ezwinports/files/ |
| 780 | http://ftp.gnu.org/gnu/emacs/windows/ | 780 | https://ftp.gnu.org/gnu/emacs/windows/ |
| 781 | 781 | ||
| 782 | For runtime support of libxml2, you will also need to install the | 782 | For runtime support of libxml2, you will also need to install the |
| 783 | libiconv "development" tarball, because the libiconv headers need to | 783 | libiconv "development" tarball, because the libiconv headers need to |