poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] submodules: upgrade to HTTPS URLs


From: Jose E. Marchesi
Subject: Re: [PATCH] submodules: upgrade to HTTPS URLs
Date: Sat, 12 Nov 2022 23:19:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Aren.
OK for master.
Thanks!

> ---
> $subject
>
> I noticed that our .gitmodules still specifies unencrypted transports,
> which, besides the obvious drawbacks, also leads to some warnings from, for
> instance, portage:
>
>  * git-r3: git protocol is completely unsecure and may render the ebuild
>  * easily susceptible to MITM attacks (even if used only as fallback). Please
>  * use https instead.
>  * [URI: git://git.sv.gnu.org/gnulib]
>
>  * git-r3: http protocol is completely unsecure and may render the ebuild
>  * easily susceptible to MITM attacks (even if used only as fallback). Please
>  * use https instead.
>  * [URI: http://git.ageinghacker.net/jitter]
>
> This shouldn't pessimise anyone.
>
> Tested on x86_64-pc-linux-gnu.
>
>  .gitmodules | 4 ++--
>  ChangeLog   | 4 ++++
>  2 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/.gitmodules b/.gitmodules
> index 3fc1075d..3c1971d8 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -1,7 +1,7 @@
>  [submodule "gnulib"]
>       path = gnulib
> -     url = git://git.sv.gnu.org/gnulib
> +     url = https://git.sv.gnu.org/git/gnulib.git
>  [submodule "jitter"]
>       path = jitter
> -     url = http://git.ageinghacker.net/jitter
> +     url = https://git.ageinghacker.net/jitter
>       ignore = dirty
> diff --git a/ChangeLog b/ChangeLog
> index 9a559c38..4faae224 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,7 @@
> +2022-11-11  Arsen Arsenović  <arsen@aarsen.me>
> +
> +     * .gitmodules: Upgrade to HTTPS URLs.
> +
>  2022-11-11  Jose E. Marchesi  <jemarch@gnu.org>
>  
>       * testsuite/poke.map/maps-unions-17.pk: New test.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]