bitcoincore.eclass: Always use HTTPS for accessing GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 10:48:45 +0000 (20:48 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:49 +0000 (11:15 +0200)
commit30e6e7c605e506448f12365eed2aa56faba71b2e
tree402a94f2633ccfe76ac933e870344e511121f902
parent3821bd37be29ac6c12522184d30690b31976d49d
bitcoincore.eclass: Always use HTTPS for accessing GitHub

To prevent MITM attacks, always use HTTPS with GitHub domains. GitHub
supports "Smart HTTPS" git which means that shallow clones are possible
over HTTPS. Don't use a git:// fallback because this would allow an
attacker to always force fallback to an unsafe protocol.
eclass/bitcoincore.eclass