diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-01 19:53:56 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-01 19:59:01 -0700 |
commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /nt | |
parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz |
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')
-rw-r--r-- | nt/ChangeLog.1 | 18 | ||||
-rw-r--r-- | nt/INSTALL | 10 | ||||
-rw-r--r-- | nt/INSTALL.W64 | 2 | ||||
-rw-r--r-- | nt/README | 4 | ||||
-rw-r--r-- | nt/README.W32 | 4 |
5 files changed, 19 insertions, 19 deletions
diff --git a/nt/ChangeLog.1 b/nt/ChangeLog.1 index adfdea286f0..7502156b1ff 100644 --- a/nt/ChangeLog.1 +++ b/nt/ChangeLog.1 @@ -297,8 +297,8 @@ to avoid gnulib replacement of 'struct timeval' and the resulting compilation of lib/gettimeofday.c with incompatible version of gettimeofday. Related discussions on emacs-devel: - http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html - http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html + https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html + https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html 2013-08-31 Glenn Morris <rgm@gnu.org> @@ -373,7 +373,7 @@ * inc/sys/time.h (gettimeofday): Use '__restrict' instead of 'restrict', which is a C99 extension. See - http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html + https://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html and the following discussion for the problem this caused in the old nt/configure.bat build. @@ -524,10 +524,10 @@ Fix more incompatibilities between MinGW.org and MinGW64 headers reported by Óscar Fuentes in - http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html - http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html + https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html + https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html and in - http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html. + https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html. * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1. For MinGW64, include sys/types.h and time.h. (_WIN32_WINNT) [!_W64]: Don't define for MinGW64. @@ -548,7 +548,7 @@ Fix incompatibilities between MinGW.org and MinGW64 headers reported by Óscar Fuentes in - http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html. + https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html. * inc/ms-w32.h (struct timespec): Don't define if _TIMESPEC_DEFINED is already defined. (sigset_t) [!_POSIX]: Typedef for MinGW64. @@ -724,7 +724,7 @@ 2012-11-21 Eli Zaretskii <eliz@gnu.org> * nmake.defs: Use !if, not !ifdef. For the details, see - http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html + https://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html * inc/stdint.h (INTPTR_MIN) (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC. @@ -1184,7 +1184,7 @@ (dist): Depend on it. (install-shortcuts): Depend on install-addpm instead of copying addpm.exe as part of the recipe. See - http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html + https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html for the related problem and discussions. 2012-06-11 Glenn Morris <rgm@gnu.org> 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). To support XPM images (required for color tool-bar icons), you will need the libXpm library. It is available from the ezwinports site, http://sourceforge.net/projects/ezwinports/files/ and from - http://ftp.gnu.org/gnu/emacs/windows/. + https://ftp.gnu.org/gnu/emacs/windows/. For PNG images, we recommend to use versions 1.4.x and later of libpng, because previous versions had security issues. You can find @@ -653,7 +653,7 @@ build will run on Windows 9X and newer systems). giflib, as it is much enhanced wrt previous versions. You can find precompiled binaries and headers for giflib on the ezwinports site, http://sourceforge.net/projects/ezwinports/files/ and on - http://ftp.gnu.org/gnu/emacs/windows/. + https://ftp.gnu.org/gnu/emacs/windows/. Version 5.0.0 and later of giflib are binary incompatible with previous versions (the signatures of several functions have @@ -694,7 +694,7 @@ build will run on Windows 9X and newer systems). because the compiler needs to see their header files when building Emacs. - http://ftp.gnu.org/gnu/emacs/windows/ + https://ftp.gnu.org/gnu/emacs/windows/ More fat ports, from the MSYS2 project. @@ -755,7 +755,7 @@ build will run on Windows 9X and newer systems). You can get pre-built binaries (including any required DLL and the header files) at http://sourceforge.net/projects/ezwinports/files/ - and on http://ftp.gnu.org/gnu/emacs/windows/. + and on https://ftp.gnu.org/gnu/emacs/windows/. * Optional libxml2 support @@ -777,7 +777,7 @@ build will run on Windows 9X and newer systems). (including any required DLL and the header files) is here: http://sourceforge.net/projects/ezwinports/files/ - http://ftp.gnu.org/gnu/emacs/windows/ + https://ftp.gnu.org/gnu/emacs/windows/ For runtime support of libxml2, you will also need to install the libiconv "development" tarball, because the libiconv headers need to diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64 index 6ebc1641de4..841660bf0f9 100644 --- a/nt/INSTALL.W64 +++ b/nt/INSTALL.W64 @@ -101,7 +101,7 @@ Savannah Emacs site, https://savannah.gnu.org/projects/emacs. ** From the FTP site -The Emacs ftp site is located at http://ftp.gnu.org/gnu/emacs/ - download the +The Emacs ftp site is located at https://ftp.gnu.org/gnu/emacs/ - download the version you want to build and put the file into a location like C:\emacs\, then uncompress it with tar. This will put the Emacs source into a folder like C:\emacs\emacs-24.5: diff --git a/nt/README b/nt/README index f4cca8efe7b..c4d5b95340c 100644 --- a/nt/README +++ b/nt/README @@ -92,12 +92,12 @@ issues related to the Windows port of Emacs. For information about the list, see this Web page: - http://mail.gnu.org/mailman/listinfo/help-emacs-windows + https://mail.gnu.org/mailman/listinfo/help-emacs-windows To ask questions on the mailing list, send email to help-emacs-windows@gnu.org. (You don't need to subscribe for that.) To subscribe to the list or unsubscribe from it, fill the form you - find at http://mail.gnu.org/mailman/listinfo/help-emacs-windows as + find at https://mail.gnu.org/mailman/listinfo/help-emacs-windows as explained there. Another valuable source of information and help which should not be diff --git a/nt/README.W32 b/nt/README.W32 index 89647588f44..0a15965f468 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -280,7 +280,7 @@ See the end of the file for license conditions. In addition to the manual, there is a mailing list for help with Emacs here: - http://lists.gnu.org/mailman/listinfo/help-gnu-emacs + https://lists.gnu.org/mailman/listinfo/help-gnu-emacs To ask questions on this mailing list, send email to help-gnu-emacs@gnu.org. @@ -288,7 +288,7 @@ See the end of the file for license conditions. A mailing list for issues specifically related to the MS-Windows port of Emacs is here: - http://lists.gnu.org/mailman/listinfo/help-emacs-windows + https://lists.gnu.org/mailman/listinfo/help-emacs-windows To ask questions on this mailing list, send email to help-emacs-windows@gnu.org. |