From 32d4f4541e93847f0f81fa2252d715beef90b2f3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 25 Feb 2016 02:51:28 -0500 Subject: [PATCH] HTTPS all the things. --- docs/CHANGELOG.txt | 2 +- extras/makecasefoldhashtable.pl | 2 +- extras/physfsrwops.c | 2 +- extras/physfsrwops.h | 2 +- src/archiver_dir.c | 2 +- src/archiver_grp.c | 2 +- src/archiver_hog.c | 2 +- src/archiver_iso9660.c | 2 +- src/archiver_lzma.c | 2 +- src/archiver_mvl.c | 2 +- src/archiver_qpak.c | 2 +- src/archiver_slb.c | 2 +- src/archiver_zip.c | 2 +- src/physfs.c | 2 +- src/physfs.h | 2 +- src/physfs_casefolding.h | 2 +- src/physfs_internal.h | 2 +- src/physfs_miniz.h | 4 ++-- src/physfs_unicode.c | 2 +- src/platform_beos.cpp | 2 +- src/platform_macosx.c | 2 +- src/platform_unix.c | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt index fc18f779..649f0f1d 100644 --- a/docs/CHANGELOG.txt +++ b/docs/CHANGELOG.txt @@ -6,6 +6,6 @@ The changelog is no longer maintained by hand. It made sense to have a single If you want a list of changes, updated in real time, just point your web browser here: - http://hg.icculus.org/icculus/physfs/ + https://hg.icculus.org/icculus/physfs/ diff --git a/extras/makecasefoldhashtable.pl b/extras/makecasefoldhashtable.pl index 7be2e931..9248092b 100755 --- a/extras/makecasefoldhashtable.pl +++ b/extras/makecasefoldhashtable.pl @@ -5,7 +5,7 @@ print <<__EOF__; /* - * This file is part of PhysicsFS (http://icculus.org/physfs/) + * This file is part of PhysicsFS (https://icculus.org/physfs/) * * This data generated by physfs/extras/makecasefoldhashtable.pl ... * Do not manually edit this file! diff --git a/extras/physfsrwops.c b/extras/physfsrwops.c index 8e0a74a5..8e5857ce 100644 --- a/extras/physfsrwops.c +++ b/extras/physfsrwops.c @@ -16,7 +16,7 @@ * Please see LICENSE.txt in the root of the source tree. * * SDL 1.2 falls under the LGPL license. SDL 1.3+ is zlib, like PhysicsFS. - * You can get SDL at http://www.libsdl.org/ + * You can get SDL at https://www.libsdl.org/ * * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ diff --git a/extras/physfsrwops.h b/extras/physfsrwops.h index e44ec83d..bd624580 100644 --- a/extras/physfsrwops.h +++ b/extras/physfsrwops.h @@ -15,7 +15,7 @@ * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license. * Please see LICENSE.txt in the root of the source tree. * - * SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/ + * SDL falls under the LGPL license. You can get SDL at https://www.libsdl.org/ * * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ diff --git a/src/archiver_dir.c b/src/archiver_dir.c index ae52921e..5d5eb168 100644 --- a/src/archiver_dir.c +++ b/src/archiver_dir.c @@ -173,7 +173,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_DIR = "", "Non-archive, direct filesystem I/O", "Ryan C. Gordon ", - "http://icculus.org/physfs/", + "https://icculus.org/physfs/", 1, /* supportsSymlinks */ }, DIR_openArchive, diff --git a/src/archiver_grp.c b/src/archiver_grp.c index 1beb6d4c..56e8f3f7 100644 --- a/src/archiver_grp.c +++ b/src/archiver_grp.c @@ -92,7 +92,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_GRP = "GRP", "Build engine Groupfile format", "Ryan C. Gordon ", - "http://icculus.org/physfs/", + "https://icculus.org/physfs/", 0, /* supportsSymlinks */ }, GRP_openArchive, diff --git a/src/archiver_hog.c b/src/archiver_hog.c index 0ec25998..13790460 100644 --- a/src/archiver_hog.c +++ b/src/archiver_hog.c @@ -98,7 +98,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_HOG = "HOG", "Descent I/II HOG file format", "Bradley Bell ", - "http://icculus.org/physfs/", + "https://icculus.org/physfs/", 0, /* supportsSymlinks */ }, HOG_openArchive, diff --git a/src/archiver_iso9660.c b/src/archiver_iso9660.c index a6b9a383..e29e96ee 100644 --- a/src/archiver_iso9660.c +++ b/src/archiver_iso9660.c @@ -941,7 +941,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_ISO9660 = "ISO", "ISO9660 image file", "Christoph Nelles ", - "http://www.evilazrael.de/", + "https://www.evilazrael.de/", 0, /* supportsSymlinks */ }, ISO9660_openArchive, diff --git a/src/archiver_lzma.c b/src/archiver_lzma.c index 064a4b25..3705baaa 100644 --- a/src/archiver_lzma.c +++ b/src/archiver_lzma.c @@ -679,7 +679,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_LZMA = "7Z", "LZMA (7zip) format", "Dennis Schridde ", - "http://icculus.org/physfs/", + "https://icculus.org/physfs/", 0, /* supportsSymlinks */ }, LZMA_openArchive, diff --git a/src/archiver_mvl.c b/src/archiver_mvl.c index 835381a2..a11c22d0 100644 --- a/src/archiver_mvl.c +++ b/src/archiver_mvl.c @@ -85,7 +85,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_MVL = "MVL", "Descent II Movielib format", "Bradley Bell ", - "http://icculus.org/physfs/", + "https://icculus.org/physfs/", 0, /* supportsSymlinks */ }, MVL_openArchive, diff --git a/src/archiver_qpak.c b/src/archiver_qpak.c index 14758372..ab7374ae 100644 --- a/src/archiver_qpak.c +++ b/src/archiver_qpak.c @@ -101,7 +101,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_QPAK = "PAK", "Quake I/II format", "Ryan C. Gordon ", - "http://icculus.org/physfs/", + "https://icculus.org/physfs/", 0, /* supportsSymlinks */ }, QPAK_openArchive, diff --git a/src/archiver_slb.c b/src/archiver_slb.c index befd2051..7ee65bb5 100644 --- a/src/archiver_slb.c +++ b/src/archiver_slb.c @@ -106,7 +106,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_SLB = "SLB", "I-War / Independence War Slab file", "Aleksi Nurmi ", - "http://bitbucket.org/ahnurmi/", + "https://bitbucket.org/ahnurmi/", 0, /* supportsSymlinks */ }, SLB_openArchive, diff --git a/src/archiver_zip.c b/src/archiver_zip.c index 914f7e79..5c4996df 100644 --- a/src/archiver_zip.c +++ b/src/archiver_zip.c @@ -1710,7 +1710,7 @@ const PHYSFS_Archiver __PHYSFS_Archiver_ZIP = "ZIP", "PkZip/WinZip/Info-Zip compatible", "Ryan C. Gordon ", - "http://icculus.org/physfs/", + "https://icculus.org/physfs/", 1, /* supportsSymlinks */ }, ZIP_openArchive, diff --git a/src/physfs.c b/src/physfs.c index d12a3ec8..d1846259 100644 --- a/src/physfs.c +++ b/src/physfs.c @@ -614,7 +614,7 @@ void __PHYSFS_sort(void *entries, size_t max, { /* * Quicksort w/ Bubblesort fallback algorithm inspired by code from here: - * http://www.cs.ubc.ca/spider/harrison/Java/sorting-demo.html + * https://www.cs.ubc.ca/spider/harrison/Java/sorting-demo.html */ if (max > 0) __PHYSFS_quick_sort(entries, 0, max - 1, cmpfn, swapfn); diff --git a/src/physfs.h b/src/physfs.h index 377f60ef..83a8783d 100644 --- a/src/physfs.h +++ b/src/physfs.h @@ -8,7 +8,7 @@ * \mainpage PhysicsFS * * The latest version of PhysicsFS can be found at: - * http://icculus.org/physfs/ + * https://icculus.org/physfs/ * * PhysicsFS; a portable, flexible file i/o abstraction. * diff --git a/src/physfs_casefolding.h b/src/physfs_casefolding.h index 0e50f1e7..ddfd0282 100644 --- a/src/physfs_casefolding.h +++ b/src/physfs_casefolding.h @@ -1,5 +1,5 @@ /* - * This file is part of PhysicsFS (http://icculus.org/physfs/) + * This file is part of PhysicsFS (https://icculus.org/physfs/) * * This data generated by physfs/extras/makecasefoldhashtable.pl ... * Do not manually edit this file! diff --git a/src/physfs_internal.h b/src/physfs_internal.h index 67fbdd06..84f2a504 100644 --- a/src/physfs_internal.h +++ b/src/physfs_internal.h @@ -127,7 +127,7 @@ void __PHYSFS_smallFree(void *ptr); /* The latest supported PHYSFS_Archiver::version value. */ #define CURRENT_PHYSFS_ARCHIVER_API_VERSION 0 -/* This byteorder stuff was lifted from SDL. http://www.libsdl.org/ */ +/* This byteorder stuff was lifted from SDL. https://www.libsdl.org/ */ #define PHYSFS_LIL_ENDIAN 1234 #define PHYSFS_BIG_ENDIAN 4321 diff --git a/src/physfs_miniz.h b/src/physfs_miniz.h index 141a5b99..619cb71c 100644 --- a/src/physfs_miniz.h +++ b/src/physfs_miniz.h @@ -1,7 +1,7 @@ /* tinfl.c v1.11 - public domain inflate with zlib header parsing/adler32 checking (inflate-only subset of miniz.c) See "unlicense" statement at the end of this file. Rich Geldreich , last updated May 20, 2011 - Implements RFC 1950: http://www.ietf.org/rfc/rfc1950.txt and RFC 1951: http://www.ietf.org/rfc/rfc1951.txt + Implements RFC 1950: https://www.ietf.org/rfc/rfc1950.txt and RFC 1951: https://www.ietf.org/rfc/rfc1951.txt The entire decompressor coroutine is implemented in tinfl_decompress(). The other functions are optional high-level helpers. */ @@ -694,5 +694,5 @@ static int mz_inflateEnd(mz_streamp pStream) ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - For more information, please refer to + For more information, please refer to */ diff --git a/src/physfs_unicode.c b/src/physfs_unicode.c index eb7d89bb..87b399c1 100644 --- a/src/physfs_unicode.c +++ b/src/physfs_unicode.c @@ -4,7 +4,7 @@ /* * From rfc3629, the UTF-8 spec: - * http://www.ietf.org/rfc/rfc3629.txt + * https://www.ietf.org/rfc/rfc3629.txt * * Char. number range | UTF-8 octet sequence * (hexadecimal) | (binary) diff --git a/src/platform_beos.cpp b/src/platform_beos.cpp index fd4bbd5a..5616a460 100644 --- a/src/platform_beos.cpp +++ b/src/platform_beos.cpp @@ -87,7 +87,7 @@ static char *getMountPoint(const char *devname, char *buf, size_t bufsize) /* * This function is lifted from Simple Directmedia Layer (SDL): - * http://www.libsdl.org/ ... this is zlib-licensed code, too. + * https://www.libsdl.org/ ... this is zlib-licensed code, too. */ static void tryDir(const char *d, PHYSFS_StringCallback callback, void *data) { diff --git a/src/platform_macosx.c b/src/platform_macosx.c index c10a399f..7589c0b2 100644 --- a/src/platform_macosx.c +++ b/src/platform_macosx.c @@ -88,7 +88,7 @@ int __PHYSFS_platformDeinit(void) /* * Code based on sample from Apple Developer Connection: - * http://developer.apple.com/samplecode/Sample_Code/Devices_and_Hardware/Disks/VolumeToBSDNode/VolumeToBSDNode.c.htm + * https://developer.apple.com/samplecode/Sample_Code/Devices_and_Hardware/Disks/VolumeToBSDNode/VolumeToBSDNode.c.htm */ #if !defined(PHYSFS_NO_CDROM_SUPPORT) diff --git a/src/platform_unix.c b/src/platform_unix.c index b3e4e23a..c7865566 100644 --- a/src/platform_unix.c +++ b/src/platform_unix.c @@ -337,7 +337,7 @@ char *__PHYSFS_platformCalcPrefDir(const char *org, const char *app) * This isn't strictly correct, but the results are relatively sane * in any case. * - * http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + * https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html */ const char *envr = getenv("XDG_DATA_HOME"); const char *append = "/";