diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2017-05-19 21:57:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-19 21:57:07 (GMT) |
commit | c5c2250bff249bb2a78768aba315bd464761c7bf (patch) | |
tree | ad6093da84fe0364ccc4f06214c4a50a52b68a11 /src | |
parent | a07f345262e989c4e82583ae6d45c0bd9b8aee77 (diff) | |
parent | d916c63717ec645ea85b763e8db98447c36966c8 (diff) | |
download | mxe-c5c2250bff249bb2a78768aba315bd464761c7bf.zip mxe-c5c2250bff249bb2a78768aba315bd464761c7bf.tar.gz mxe-c5c2250bff249bb2a78768aba315bd464761c7bf.tar.bz2 |
Merge pull request #1771 from vszakats/ssl
secure URLs
Diffstat (limited to 'src')
-rw-r--r-- | src/boost-test.cpp | 2 | ||||
-rw-r--r-- | src/eigen-test.cpp | 2 | ||||
-rw-r--r-- | src/liblaxjson-test.c | 2 | ||||
-rw-r--r-- | src/taglib.mk | 2 | ||||
-rw-r--r-- | src/tre.mk | 6 | ||||
-rw-r--r-- | src/xapian-core.mk | 2 | ||||
-rw-r--r-- | src/xz.mk | 6 | ||||
-rw-r--r-- | src/zlib.mk | 6 |
8 files changed, 14 insertions, 14 deletions
diff --git a/src/boost-test.cpp b/src/boost-test.cpp index 4dac283..f4a9bad 100644 --- a/src/boost-test.cpp +++ b/src/boost-test.cpp @@ -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; diff --git a/src/eigen-test.cpp b/src/eigen-test.cpp index 2df9b19..436bf1a 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 <Eigen/Dense> diff --git a/src/liblaxjson-test.c b/src/liblaxjson-test.c index 3ee82b5..3c3aef4 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 <laxjson.h> diff --git a/src/taglib.mk b/src/taglib.mk index 03e7eed..a1281c4 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 @@ -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 43075b5..6dc700b 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,.*<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 @@ -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 60f9161..8cb7833 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 |