On 08.02.2023 05:51, Demi Marie Obenour wrote:
> --- a/tools/misc/mkrpm
> +++ b/tools/misc/mkrpm
> @@ -34,7 +34,7 @@ Version: $version
> Release: $release
> License: GPL
> Group: System/Hypervisor
> -URL: http://xenbits.xenproject.org/xen.git
> +URL: https://xenbits.xenproject.org/xen.git
At
Obtaining code over an insecure transport is a terrible idea for
blatently obvious reasons. Even for non-executable data, insecure
transports are considered deprecated.
This patch changes miscellaneous links that are not used by any
automated tool. Some of these links are dead anyway.
Signed-of