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/xcb_proto.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/xcb_proto.mk')
-rw-r--r-- | depends/packages/xcb_proto.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/xcb_proto.mk b/depends/packages/xcb_proto.mk index 0c7c958d62..44110394bd 100644 --- a/depends/packages/xcb_proto.mk +++ b/depends/packages/xcb_proto.mk @@ -1,6 +1,6 @@ package=xcb_proto $(package)_version=1.10 -$(package)_download_path=http://xcb.freedesktop.org/dist +$(package)_download_path=https://xcb.freedesktop.org/dist $(package)_file_name=xcb-proto-$($(package)_version).tar.bz2 $(package)_sha256_hash=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05 |