package/libzlib: Switch to using HTTPS
Switch to using HTTPS for downloading libzlib from zlib.net. (zlib.net doesn't default to HTTPS but does suggest HTTPS in the permalink for the latest zlib release. Also works better with some corporate firewalls that get suspicious about zlib for some reason.) Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3c71477f66
commit
5b139e2a8d
@ -6,7 +6,7 @@
|
||||
|
||||
LIBZLIB_VERSION = 1.3
|
||||
LIBZLIB_SOURCE = zlib-$(LIBZLIB_VERSION).tar.xz
|
||||
LIBZLIB_SITE = http://www.zlib.net
|
||||
LIBZLIB_SITE = https://www.zlib.net
|
||||
LIBZLIB_LICENSE = Zlib
|
||||
LIBZLIB_LICENSE_FILES = LICENSE
|
||||
LIBZLIB_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user