diff options
author | Ulrich Kempken <Uli.Kempken@t-online.de> | 2019-05-19 19:58:29 +0000 |
---|---|---|
committer | Ulrich Kempken <Uli.Kempken@t-online.de> | 2019-05-20 22:25:52 +0000 |
commit | d8bc47fde46ca0711fa54a0d70ff5d066c708e50 (patch) | |
tree | 044b6b0bf3752278a83f01fc988ea4bd57aaefa4 /depends/packages/fontconfig.mk | |
parent | 72634244580dc2e3c630ee27e47587080d064b68 (diff) |
depends: switch to secure download of all dependencies
Some dependency sources were downloaded via http, even though https (SSL/TLS) options are available.
Even if we potentially check the integrity of the downloaded files via hash comparison, we should make
use of this additional security layer.
bdb.mk
fontconfig.mk
freetype.mk
libX11.mk
libXau.mk
libXext.mk
libxcb.mk
native_cctools.mk
native_cdrkit.mk
xcb_proto.mk
xextproto.mk
xproto.mk
xtrans.mk
zlib.mk
miniupnp was switched to official project mirror with SSL support
Diffstat (limited to 'depends/packages/fontconfig.mk')
-rw-r--r-- | depends/packages/fontconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/fontconfig.mk b/depends/packages/fontconfig.mk index 12695db4b9..d0996b4534 100644 --- a/depends/packages/fontconfig.mk +++ b/depends/packages/fontconfig.mk @@ -1,6 +1,6 @@ package=fontconfig $(package)_version=2.12.1 -$(package)_download_path=http://www.freedesktop.org/software/fontconfig/release/ +$(package)_download_path=https://www.freedesktop.org/software/fontconfig/release/ $(package)_file_name=$(package)-$($(package)_version).tar.bz2 $(package)_sha256_hash=b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3 $(package)_dependencies=freetype expat |