From bdfb8c0159f6fe08208ec4ac8b297fcf4ae5dc27 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 19 Nov 2018 21:07:05 +0000 Subject: [PATCH] use HTTPS in URLs --- docs/index.html | 2 +- src/alure.mk | 2 +- src/bullet.mk | 2 +- src/faad2.mk | 2 +- src/geoip-database.mk | 2 +- src/libevent.mk | 2 +- src/minizip.mk | 2 +- src/nlopt.mk | 6 +++--- src/qdbm.mk | 6 +++--- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/index.html b/docs/index.html index 3be35586..032d6d44 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1970,7 +1970,7 @@ endef

Packages that are - non-free + non-free or ambiguous will be diff --git a/src/alure.mk b/src/alure.mk index f168a4df..9e3bc617 100644 --- a/src/alure.mk +++ b/src/alure.mk @@ -11,7 +11,7 @@ $(PKG)_URL := http://kcat.strangesoft.net/alure-releases/$($(PKG)_FILE) $(PKG)_DEPS := cc flac libsndfile mpg123 ogg openal vorbis define $(PKG)_UPDATE - $(WGET) -q -O- http://repo.or.cz/w/alure.git/tags | \ + $(WGET) -q -O- https://repo.or.cz/alure.git/tags | \ grep alure- | \ $(SED) -n 's,.*alure-\([0-9\.]*\)<.*,\1,p' | \ head -1 diff --git a/src/bullet.mk b/src/bullet.mk index 61fb6df7..cb8d5710 100644 --- a/src/bullet.mk +++ b/src/bullet.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := bullet -$(PKG)_WEBSITE := http://bulletphysics.org/ +$(PKG)_WEBSITE := https://bulletphysics.org/ $(PKG)_DESCR := Bullet physics, version 2 $(PKG)_IGNORE := $(PKG)_VERSION := 2.82-r2704 diff --git a/src/faad2.mk b/src/faad2.mk index e13d9895..b91f69bc 100644 --- a/src/faad2.mk +++ b/src/faad2.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := faad2 -$(PKG)_WEBSITE := http://www.audiocoding.com/ +$(PKG)_WEBSITE := https://www.audiocoding.com/ $(PKG)_IGNORE := $(PKG)_VERSION := 2.8.8 $(PKG)_CHECKSUM := 985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d diff --git a/src/geoip-database.mk b/src/geoip-database.mk index 56b4bfa2..988f79b6 100644 --- a/src/geoip-database.mk +++ b/src/geoip-database.mk @@ -8,7 +8,7 @@ $(PKG)_VERSION := 20150317-1 $(PKG)_CHECKSUM := 45be84939fd22bef1ccaa1189f83c667fef275a16bbfb91f82b7b2068b4e3735 $(PKG)_SUBDIR := . $(PKG)_FILE := $(PKG)_$($(PKG)_VERSION)_all.deb -$(PKG)_URL := http://http.debian.net/debian/pool/main/g/$(PKG)/$($(PKG)_FILE) +$(PKG)_URL := https://deb.debian.org/debian/pool/main/g/$(PKG)/$($(PKG)_FILE) $(PKG)_TARGETS := $(BUILD) define $(PKG)_UPDATE diff --git a/src/libevent.mk b/src/libevent.mk index 844a8a2a..b506e574 100644 --- a/src/libevent.mk +++ b/src/libevent.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := libevent -$(PKG)_WEBSITE := http://libevent.org/ +$(PKG)_WEBSITE := https://libevent.org/ $(PKG)_IGNORE := $(PKG)_VERSION := 2.1.8 $(PKG)_CHECKSUM := 316ddb401745ac5d222d7c529ef1eada12f58f6376a66c1118eee803cb70f83d diff --git a/src/minizip.mk b/src/minizip.mk index f841d5b1..5790bd31 100644 --- a/src/minizip.mk +++ b/src/minizip.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := minizip -$(PKG)_WEBSITE := http://www.winimage.com/zLibDll/minizip.html +$(PKG)_WEBSITE := https://www.winimage.com/zLibDll/minizip.html $(PKG)_IGNORE := $(PKG)_VERSION := 68a48aa $(PKG)_CHECKSUM := 3fca5754b6e9f96fc907bb6755a1daef72f869cee172a4e687611c47ee693ada diff --git a/src/nlopt.mk b/src/nlopt.mk index 830df157..20ad31e4 100644 --- a/src/nlopt.mk +++ b/src/nlopt.mk @@ -1,18 +1,18 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := nlopt -$(PKG)_WEBSITE := http://ab-initio.mit.edu/wiki/index.php/NLopt +$(PKG)_WEBSITE := https://ab-initio.mit.edu/wiki/index.php/NLopt $(PKG)_DESCR := NLopt $(PKG)_IGNORE := $(PKG)_VERSION := 2.4.2 $(PKG)_CHECKSUM := 8099633de9d71cbc06cd435da993eb424bbcdbded8f803cdaa9fb8c6e09c8e89 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://ab-initio.mit.edu/$(PKG)/$($(PKG)_FILE) +$(PKG)_URL := https://ab-initio.mit.edu/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := cc define $(PKG)_UPDATE - $(WGET) -q -O- 'http://ab-initio.mit.edu/wiki/index.php/NLopt' | \ + $(WGET) -q -O- 'https://ab-initio.mit.edu/wiki/index.php/NLopt' | \ $(SED) -n 's,.*]*\)\.tar.*,\1,p' | \ head -1