On Sat, Aug 19, 2017 at 10:25:01AM +0200, Michał Górny wrote: > --- > eclass/git-r3.eclass | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > > diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass > index bc7d4d920299..42b586811368 100644 > --- a/eclass/git-r3.eclass > +++ b/eclass/git-r3.eclass > @@ -105,10 +105,14 @@ fi > # @ECLASS-VARIABLE: EGIT_REPO_URI > # @REQUIRED > # @DESCRIPTION: > -# URIs to the repository, e.g. git://foo, https://foo. If multiple URIs > -# are provided, the eclass will consider them as fallback URIs to try > -# if the first URI does not work. For supported URI syntaxes, read up > -# the manpage for git-clone(1). > +# URIs to the repository, e.g. https://foo. If multiple URIs are > +# provided, the eclass will consider the remaining URIs as fallbacks > +# to try if the first URI does not work. For supported URI syntaxes, > +# read up the manpage for git-clone(1).
s/read up/read/
> +# URIs should be using https:// whenever possible. http:// and git://
> +# URIs are unsafe and their use (even if only as a fallback) makes
> +# MITM attacks possible.
> #
> # It can be overriden via env using ${PN}_LIVE_REPO variable.
s/overriden/overridden/
Thanks,
William
signature.asc
Description: Digital signature
