# HG changeset patch # User Rik # Date 1523050107 25200 # Node ID 1d9448607538bb2be042561b81a4aebe1e825809 # Parent b959f5d524f899ea976e22b0238756daf6b0d342 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. diff -r b959f5d524f8 -r 1d9448607538 configure.ac --- 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]) diff -r b959f5d524f8 -r 1d9448607538 installer-files/README.html --- 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 @@

Other packages are available from -Octave-Forge. +Octave-Forge.

Issues

Please report any problems with Octave on the -Octave website. +Octave website. diff -r b959f5d524f8 -r 1d9448607538 src/default-octave.mk --- 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 diff -r b959f5d524f8 -r 1d9448607538 tools/makeinst-script.sh.in --- 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."