Re: [PATCH] Use more secure HTTPS URLs
From: Jes Sorensen <jes.sorensen@gmail.com>
Date: 2020-05-13 13:44:57
On 5/13/20 9:27 AM, Paul Menzel wrote:
All URLs in the source are available over HTTPS, so convert all URLs to
HTTPS with the command below.
git grep -l 'http://' | xargs sed -i 's,http://,https://,g'
Cc: linux-raid@vger.kernel.org
Signed-off-by: Paul Menzel <redacted>Some of this looks valid, but we're not going back to update existing ANNOUNCE files. Jes
--- ANNOUNCE-3.0 | 4 ++-- ANNOUNCE-3.0.1 | 4 ++-- ANNOUNCE-3.0.2 | 4 ++-- ANNOUNCE-3.0.3 | 4 ++-- ANNOUNCE-3.1 | 4 ++-- ANNOUNCE-3.1.1 | 4 ++-- ANNOUNCE-3.1.2 | 4 ++-- ANNOUNCE-3.1.3 | 4 ++-- ANNOUNCE-3.1.4 | 4 ++-- ANNOUNCE-3.1.5 | 4 ++-- ANNOUNCE-3.2 | 4 ++-- ANNOUNCE-3.2.1 | 4 ++-- ANNOUNCE-3.2.2 | 4 ++-- ANNOUNCE-3.2.3 | 4 ++-- ANNOUNCE-3.2.4 | 4 ++-- ANNOUNCE-3.2.5 | 4 ++-- ANNOUNCE-3.2.6 | 4 ++-- ANNOUNCE-3.3 | 4 ++-- ANNOUNCE-3.3.1 | 4 ++-- ANNOUNCE-3.3.2 | 4 ++-- ANNOUNCE-3.3.3 | 4 ++-- ANNOUNCE-3.3.4 | 4 ++-- ANNOUNCE-3.4 | 4 ++-- ANNOUNCE-4.0 | 4 ++-- ANNOUNCE-4.1 | 4 ++-- external-reshape-design.txt | 2 +- mdadm.8.in | 6 +++--- mdadm.spec | 4 ++-- raid6check.8 | 2 +- restripe.c | 2 +- udev-md-raid-safe-timeouts.rules | 2 +- 31 files changed, 59 insertions(+), 59 deletions(-)