git-r3.eclass: Explicitly warn about unsecure protocols
authorMichał Górny <mgorny@gentoo.org>
Sat, 19 Aug 2017 08:23:47 +0000 (10:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 25 Aug 2017 13:51:54 +0000 (15:51 +0200)
commit2b46203c6c3e47fdf4e1ff99e9f3fb267314acd7
tree5a6cc82226d839caf3d4d46683e39db7e898c2f6
parent737838e212d9e59feb700e651a6236711cc8d368
git-r3.eclass: Explicitly warn about unsecure protocols

Explicitly warn about any URI that uses an unsecure protocol (git, http)
even if it's a fallback URI. This is necessary because an attacker may
block HTTPS connections, effectively forcing the fallback to
the unsecure protocol.
eclass/git-r3.eclass