Skip to content

Commit

Permalink
secure URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 19, 2017
1 parent a07f345 commit d916c63
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,11 @@ <h2 id="requirements">Requirements</h2>
<td></td>
</tr>
<tr>
<td><a href="http://tukaani.org/xz/">XZ Utils</a></td>
<td><a href="https://tukaani.org/xz/">XZ Utils</a></td>
<td></td>
</tr>
<tr>
<td><a href="http://zlib.net/">zlib</a></td>
<td><a href="https://zlib.net/">zlib</a></td>
<td>≥ 1.20</td>
</tr>
</table>
Expand Down Expand Up @@ -2877,7 +2877,7 @@ <h2 id="used-by">Projects which use MXE (alphabetical order)</h2>
<a href="https://violetland.github.io/">Violetland</a>
</li>
<li>
<a href="http://wz2100.net/">Warzone 2100</a>
<a href="https://wz2100.net/">Warzone 2100</a>
</li>
<li>
<a href="https://sourceforge.net/projects/xfemm/">xfemm</a>
Expand Down
4 changes: 2 additions & 2 deletions plugins/luarocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/boost-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

boost::thread_specific_ptr<int> 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/all.hpp>
boost::context::fcontext_t fcm,fc1,fc2;

Expand Down
2 changes: 1 addition & 1 deletion src/eigen-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Eigen/Dense>
Expand Down
2 changes: 1 addition & 1 deletion src/liblaxjson-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <laxjson.h>
Expand Down
2 changes: 1 addition & 1 deletion src/taglib.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/tre.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/xapian-core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc zlib

define $(PKG)_UPDATE
$(WGET) -q -O- https://xapian.org/download | \
$(SED) -n 's,.*<a HREF="http://oligarchy.co.uk/xapian/\([^/]*\)/xapian-core[^"]*">.*,\1,p' | \
$(SED) -n 's,.*<a HREF="https://oligarchy.co.uk/xapian/\([^/]*\)/xapian-core[^"]*">.*,\1,p' | \
head -1
endef

Expand Down
6 changes: 3 additions & 3 deletions src/xz.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/zlib.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/copydlldeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import os
import shutil
Expand Down

0 comments on commit d916c63

Please sign in to comment.