diff --git a/docs/index.html b/docs/index.html index 3d48bac4..532626ad 100644 --- a/docs/index.html +++ b/docs/index.html @@ -666,11 +666,11 @@ USE_OSGPLUGIN(<plugin2>) - XZ Utils + XZ Utils - zlib + zlib ≥ 1.20 @@ -2877,7 +2877,7 @@ endef Violetland
  • - Warzone 2100 + Warzone 2100
  • xfemm diff --git a/plugins/luarocks/README.md b/plugins/luarocks/README.md index 61b4656d..761fed2d 100644 --- a/plugins/luarocks/README.md +++ b/plugins/luarocks/README.md @@ -87,8 +87,8 @@ See also: * [LuaRocks wiki][wiki] * [the thread in MXE mailing list about LuaRocks in MXE][thread] -[lua]:http://lua.org/ +[lua]:https://lua.org/ [luarocks]:https://luarocks.org/ [backends]:https://github.com/keplerproject/luarocks/wiki/Rockspec-format#Build_backends [wiki]:https://github.com/keplerproject/luarocks/wiki/ -[thread]:http://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-10/msg00008.html +[thread]:https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-10/msg00008.html diff --git a/src/boost-test.cpp b/src/boost-test.cpp index 4dac2837..f4a9bad7 100644 --- a/src/boost-test.cpp +++ b/src/boost-test.cpp @@ -9,7 +9,7 @@ boost::thread_specific_ptr ptr; -// http://www.boost.org/doc/libs/1_60_0/libs/context/doc/html/context/context.html +// https://www.boost.org/doc/libs/1_60_0/libs/context/doc/html/context/context.html #include boost::context::fcontext_t fcm,fc1,fc2; diff --git a/src/eigen-test.cpp b/src/eigen-test.cpp index 2df9b198..436bf1a2 100644 --- a/src/eigen-test.cpp +++ b/src/eigen-test.cpp @@ -2,7 +2,7 @@ * This file is part of MXE. See LICENSE.md for licensing information. * * This code was originally found on: - * http://eigen.tuxfamily.org/dox/GettingStarted.html + * https://eigen.tuxfamily.org/dox/GettingStarted.html */ #include diff --git a/src/liblaxjson-test.c b/src/liblaxjson-test.c index 3ee82b56..3c3aef42 100644 --- a/src/liblaxjson-test.c +++ b/src/liblaxjson-test.c @@ -6,7 +6,7 @@ * Copyright (c) 2013 Andrew Kelley * * This file is part of liblaxjson, which is MIT licensed. - * See http://opensource.org/licenses/MIT + * See https://opensource.org/licenses/MIT */ #include diff --git a/src/taglib.mk b/src/taglib.mk index 03e7eed6..a1281c4a 100644 --- a/src/taglib.mk +++ b/src/taglib.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := taglib -$(PKG)_WEBSITE := http://developer.kde.org/~wheeler/taglib.html +$(PKG)_WEBSITE := https://developer.kde.org/~wheeler/taglib.html $(PKG)_DESCR := TagLib $(PKG)_IGNORE := $(PKG)_VERSION := 1.10 diff --git a/src/tre.mk b/src/tre.mk index 6a646102..ba94ce10 100644 --- a/src/tre.mk +++ b/src/tre.mk @@ -1,19 +1,19 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := tre -$(PKG)_WEBSITE := http://laurikari.net/tre/ +$(PKG)_WEBSITE := https://laurikari.net/tre/ $(PKG)_DESCR := TRE $(PKG)_IGNORE := $(PKG)_VERSION := 0.8.0 $(PKG)_CHECKSUM := be8670a55198bc57485a6a8ae4b497d7db98ea25f90968585b7eb07d94c6a7dd $(PKG)_SUBDIR := tre-$($(PKG)_VERSION) $(PKG)_FILE := tre-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://laurikari.net/tre/$($(PKG)_FILE) +$(PKG)_URL := https://laurikari.net/tre/$($(PKG)_FILE) $(PKG)_URL_2 := http://ftp.debian.org/debian/pool/main/t/$(PKG)/$(PKG)_$($(PKG)_VERSION).orig.tar.gz $(PKG)_DEPS := gcc define $(PKG)_UPDATE - $(WGET) -q -O- 'http://laurikari.net/tre/download.html' | \ + $(WGET) -q -O- 'https://laurikari.net/tre/download.html' | \ $(SED) -n 's,.*tre-\([a-z0-9][^>]*\)\.tar.*,\1,p' | \ head -1 endef diff --git a/src/xapian-core.mk b/src/xapian-core.mk index 43075b5f..6dc700bd 100644 --- a/src/xapian-core.mk +++ b/src/xapian-core.mk @@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc zlib define $(PKG)_UPDATE $(WGET) -q -O- https://xapian.org/download | \ - $(SED) -n 's,.*.*,\1,p' | \ + $(SED) -n 's,.*.*,\1,p' | \ head -1 endef diff --git a/src/xz.mk b/src/xz.mk index 20084f51..153edf7f 100644 --- a/src/xz.mk +++ b/src/xz.mk @@ -1,18 +1,18 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := xz -$(PKG)_WEBSITE := http://tukaani.org/xz/ +$(PKG)_WEBSITE := https://tukaani.org/xz/ $(PKG)_DESCR := XZ $(PKG)_IGNORE := $(PKG)_VERSION := 5.2.3 $(PKG)_CHECKSUM := 71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://tukaani.org/xz/$($(PKG)_FILE) +$(PKG)_URL := https://tukaani.org/xz/$($(PKG)_FILE) $(PKG)_DEPS := gcc define $(PKG)_UPDATE - $(WGET) -q -O- 'http://tukaani.org/xz/' | \ + $(WGET) -q -O- 'https://tukaani.org/xz/' | \ $(SED) -n 's,.*xz-\([0-9][^>]*\)\.tar.*,\1,p' | \ head -1 endef diff --git a/src/zlib.mk b/src/zlib.mk index 60f91610..8cb7833b 100644 --- a/src/zlib.mk +++ b/src/zlib.mk @@ -1,20 +1,20 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := zlib -$(PKG)_WEBSITE := http://zlib.net/ +$(PKG)_WEBSITE := https://zlib.net/ $(PKG)_IGNORE := $(PKG)_VERSION := 1.2.11 $(PKG)_CHECKSUM := 4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066 $(PKG)_SUBDIR := zlib-$($(PKG)_VERSION) $(PKG)_FILE := zlib-$($(PKG)_VERSION).tar.xz -$(PKG)_URL := http://zlib.net/$($(PKG)_FILE) +$(PKG)_URL := https://zlib.net/$($(PKG)_FILE) $(PKG)_URL_2 := https://$(SOURCEFORGE_MIRROR)/project/libpng/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc $(PKG)_DEPS_$(BUILD) := $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) define $(PKG)_UPDATE - $(WGET) -q -O- 'http://zlib.net/' | \ + $(WGET) -q -O- 'https://zlib.net/' | \ $(SED) -n 's,.*zlib-\([0-9][^>]*\)\.tar.*,\1,ip' | \ head -1 endef diff --git a/tools/copydlldeps.py b/tools/copydlldeps.py index 1f350b98..452a0e09 100755 --- a/tools/copydlldeps.py +++ b/tools/copydlldeps.py @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . import os import shutil