changeset 4650:1d9448607538

Use https in links whenever possible (Bug #53555). * configure.ac: Change AC_INIT call to use https://octave.org/bugs.html. * installer-files/README.html: Change links to use https. * src/default-octave.mk: Change PKG_URL link to point to https://hydra.nixos.org. * tools/makeinst-script.sh.in: Change WEB_SITE to https://www.octave.org.
author Rik <rik@octave.org>
date Fri, 06 Apr 2018 14:28:27 -0700
parents b959f5d524f8
children d0503b307fad
files configure.ac installer-files/README.html src/default-octave.mk tools/makeinst-script.sh.in
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Apr 06 16:45:31 2018 -0400
+++ b/configure.ac	Fri Apr 06 14:28:27 2018 -0700
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.62])
-AC_INIT([MXE-Octave], [0.0.35], [http://octave.org/bugs.html], [mxe-octave])
+AC_INIT([MXE-Octave], [0.0.35], [https://octave.org/bugs.html], [mxe-octave])
 
 AC_CONFIG_SRCDIR([src/octave.mk])
 AC_CONFIG_AUX_DIR([tools])
--- a/installer-files/README.html	Fri Apr 06 16:45:31 2018 -0400
+++ b/installer-files/README.html	Fri Apr 06 14:28:27 2018 -0700
@@ -50,10 +50,10 @@
 </p>
 <p>
 Other packages are available from
-<a href="http://octave.sourceforge.net/">Octave-Forge</a>.
+<a href="https://octave.sourceforge.net/">Octave-Forge</a>.
 </p>
 <h2>Issues</h2>
 Please report any problems with Octave on the
-<a href="http://octave.org/bugs.html">Octave website</a>.
+<a href="https://octave.org/bugs.html">Octave website</a>.
 </body>
 </html>
--- a/src/default-octave.mk	Fri Apr 06 16:45:31 2018 -0400
+++ b/src/default-octave.mk	Fri Apr 06 14:28:27 2018 -0700
@@ -10,7 +10,7 @@
 $(PKG)_CHECKSUM := ## No checksum
 $(PKG)_SUBDIR   := octave-$($(PKG)_VERSION)
 $(PKG)_FILE     := octave-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL      := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download
+$(PKG)_URL      := https://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download
 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
   $(PKG)_FONTCONFIG := fontconfig
 endif
--- a/tools/makeinst-script.sh.in	Fri Apr 06 16:45:31 2018 -0400
+++ b/tools/makeinst-script.sh.in	Fri Apr 06 14:28:27 2018 -0700
@@ -41,7 +41,7 @@
   cat >> $OUTFILE << EOF
 !define APP_NAME "GNU Octave"
 !define COMP_NAME "GNU Project"
-!define WEB_SITE "http://www.octave.org"
+!define WEB_SITE "https://www.octave.org"
 !define VERSION "$VERSION.0"
 !define OCTAVE_VERSION "$OCTAVE_VERSION"
 !define COPYRIGHT "Copyright © 2013 John W. Eaton and others."