shithub: puzzles

Download patch

ref: cce13ed7129a06fe7454f9e10906cb6663de45f7
parent: 23a537243b935207ac8a418b9980bacb4e8e6d59
author: Simon Tatham <anakin@pobox.com>
date: Sun May 7 12:25:56 EDT 2017

Switch chiark URLs to https.

--- a/Buildscr
+++ b/Buildscr
@@ -67,11 +67,11 @@
   # provide a 'more info' URL, and an optional -n option to provide a
   # program name, and that it can take multiple .exe filename
   # arguments and sign them all in place.
-  ifneq "$(winsigncode)" "" in puzzles do $(winsigncode) -i http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ *.exe
+  ifneq "$(winsigncode)" "" in puzzles do $(winsigncode) -i https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ *.exe
   # Build installers.
   in puzzles with wix do/win candle puzzles.wxs && light -ext WixUIExtension -sval puzzles.wixobj
   in puzzles with innosetup do/win iscc puzzles.iss
-  ifneq "$(winsigncode)" "" in puzzles do $(winsigncode) -i http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ -n "Simon Tatham's Portable Puzzle Collection Installer" puzzles.msi Output/installer.exe
+  ifneq "$(winsigncode)" "" in puzzles do $(winsigncode) -i https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ -n "Simon Tatham's Portable Puzzle Collection Installer" puzzles.msi Output/installer.exe
   return puzzles/puzzles.chm
   return puzzles/*.exe
   return puzzles/Output/installer.exe
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This is the README accompanying the source code to Simon Tatham's
 puzzle collection. The collection's web site is at
-<http://www.chiark.greenend.org.uk/~sgtatham/puzzles/>.
+<https://www.chiark.greenend.org.uk/~sgtatham/puzzles/>.
 
 If you've obtained the source code by downloading a .tar.gz archive
 from the Puzzles web site, you should find several Makefiles in the
@@ -51,4 +51,4 @@
 source file (puzzles.but), which is the preferred form for
 modification. To generate the manual in other formats, rebuild it,
 or learn about Halibut, visit the Halibut website at
-<http://www.chiark.greenend.org.uk/~sgtatham/halibut/>.
+<https://www.chiark.greenend.org.uk/~sgtatham/halibut/>.
--- a/puzzles.but
+++ b/puzzles.but
@@ -65,13 +65,13 @@
 yourself, or suing me if anything goes wrong. 
 
 The most recent versions, and \i{source code}, can be found at
-\I{website}\W{http://www.chiark.greenend.org.uk/~sgtatham/puzzles/}\cw{http://www.chiark.greenend.org.uk/~sgtatham/puzzles/}.
+\I{website}\W{https://www.chiark.greenend.org.uk/~sgtatham/puzzles/}\cw{https://www.chiark.greenend.org.uk/~sgtatham/puzzles/}.
 
 Please report \I{feedback}\i{bugs} to
 \W{mailto:anakin@pobox.com}\cw{anakin@pobox.com}.
 You might find it helpful to read this article before reporting a bug:
 
-\W{http://www.chiark.greenend.org.uk/~sgtatham/bugs.html}\cw{http://www.chiark.greenend.org.uk/~sgtatham/bugs.html}
+\W{https://www.chiark.greenend.org.uk/~sgtatham/bugs.html}\cw{https://www.chiark.greenend.org.uk/~sgtatham/bugs.html}
 
 \ii{Patches} are welcome. Especially if they provide a new front end
 (to make all these games run on another platform), or a new game.
--- a/website.url
+++ b/website.url
@@ -1,2 +1,2 @@
 [InternetShortcut]
-URL=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
+URL=https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
--- a/winiss.pl
+++ b/winiss.pl
@@ -48,7 +48,7 @@
 print 'AppVersion=r'.$ver."\n";
 print 'VersionInfoVersion=0.0.'.$integer_date.'.0'."\n";
 print 'AppPublisher=Simon Tatham'."\n";
-print 'AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/'."\n";
+print 'AppPublisherURL=https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'."\n";
 print 'DefaultDirName={pf}\Simon Tatham\'s Portable Puzzle Collection'."\n";
 print 'DefaultGroupName=Simon Tatham\'s Puzzles'."\n";
 # print 'SetupIconFile=fixmethinkoneup.ico'."\n";