Blame SOURCES/0084-Use-more-secure-HTTPS-URLs.patch

e95a18
From 8e41153c91cdce696618c527906648625217470c Mon Sep 17 00:00:00 2001
e95a18
From: Paul Menzel <pmenzel@molgen.mpg.de>
e95a18
Date: Thu, 28 May 2020 16:52:24 +0200
e95a18
Subject: [PATCH 084/108] Use more secure HTTPS URLs
e95a18
e95a18
All URLs in the source are available over HTTPS, so convert all URLs to
e95a18
HTTPS with the command below.
e95a18
e95a18
    git grep -l 'http://' | xargs sed -i 's,http://,https://,g'
e95a18
e95a18
Revert the changes to announcement files `ANNOUNCE-*` as requested by
e95a18
the maintainer.
e95a18
e95a18
Cc: linux-raid@vger.kernel.org
e95a18
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
e95a18
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
e95a18
---
e95a18
 external-reshape-design.txt      | 2 +-
e95a18
 mdadm.8.in                       | 6 +++---
e95a18
 mdadm.spec                       | 4 ++--
e95a18
 raid6check.8                     | 2 +-
e95a18
 restripe.c                       | 2 +-
e95a18
 udev-md-raid-safe-timeouts.rules | 2 +-
e95a18
 6 files changed, 9 insertions(+), 9 deletions(-)
e95a18
e95a18
diff --git a/external-reshape-design.txt b/external-reshape-design.txt
e95a18
index 10c57cc..e4cf4e1 100644
e95a18
--- a/external-reshape-design.txt
e95a18
+++ b/external-reshape-design.txt
e95a18
@@ -277,4 +277,4 @@ sync_action
e95a18
 
e95a18
 ...
e95a18
 
e95a18
-[1]: Linux kernel design patterns - part 3, Neil Brown http://lwn.net/Articles/336262/
e95a18
+[1]: Linux kernel design patterns - part 3, Neil Brown https://lwn.net/Articles/336262/
e95a18
diff --git a/mdadm.8.in b/mdadm.8.in
e95a18
index 9e7cb96..7f32762 100644
e95a18
--- a/mdadm.8.in
e95a18
+++ b/mdadm.8.in
e95a18
@@ -367,7 +367,7 @@ Use the Intel(R) Matrix Storage Manager metadata format.  This creates a
e95a18
 which is managed in a similar manner to DDF, and is supported by an
e95a18
 option-rom on some platforms:
e95a18
 .IP
e95a18
-.B http://www.intel.com/design/chipsets/matrixstorage_sb.htm
e95a18
+.B https://www.intel.com/design/chipsets/matrixstorage_sb.htm
e95a18
 .PP
e95a18
 .RE
e95a18
 
e95a18
@@ -3407,7 +3407,7 @@ was previously known as
e95a18
 For further information on mdadm usage, MD and the various levels of
e95a18
 RAID, see:
e95a18
 .IP
e95a18
-.B http://raid.wiki.kernel.org/
e95a18
+.B https://raid.wiki.kernel.org/
e95a18
 .PP
e95a18
 (based upon Jakob \(/Ostergaard's Software\-RAID.HOWTO)
e95a18
 .PP
e95a18
@@ -3415,7 +3415,7 @@ The latest version of
e95a18
 .I mdadm
e95a18
 should always be available from
e95a18
 .IP
e95a18
-.B http://www.kernel.org/pub/linux/utils/raid/mdadm/
e95a18
+.B https://www.kernel.org/pub/linux/utils/raid/mdadm/
e95a18
 .PP
e95a18
 Related man pages:
e95a18
 .PP
e95a18
diff --git a/mdadm.spec b/mdadm.spec
e95a18
index 1c66894..506ea33 100644
e95a18
--- a/mdadm.spec
e95a18
+++ b/mdadm.spec
e95a18
@@ -2,8 +2,8 @@ Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
e95a18
 Name:        mdadm
e95a18
 Version:     4.1
e95a18
 Release:     1
e95a18
-Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
e95a18
-URL:         http://neil.brown.name/blog/mdadm
e95a18
+Source:      https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
e95a18
+URL:         https://neil.brown.name/blog/mdadm
e95a18
 License:     GPL
e95a18
 Group:       Utilities/System
e95a18
 BuildRoot:   %{_tmppath}/%{name}-root
e95a18
diff --git a/raid6check.8 b/raid6check.8
e95a18
index 5003343..8999ca8 100644
e95a18
--- a/raid6check.8
e95a18
+++ b/raid6check.8
e95a18
@@ -86,7 +86,7 @@ The latest version of
e95a18
 .I raid6check
e95a18
 should always be available from
e95a18
 .IP
e95a18
-.B http://www.kernel.org/pub/linux/utils/raid/mdadm/
e95a18
+.B https://www.kernel.org/pub/linux/utils/raid/mdadm/
e95a18
 .PP
e95a18
 Related man pages:
e95a18
 .PP
e95a18
diff --git a/restripe.c b/restripe.c
e95a18
index 86e1d00..a7a7229 100644
e95a18
--- a/restripe.c
e95a18
+++ b/restripe.c
e95a18
@@ -333,7 +333,7 @@ void make_tables(void)
e95a18
 
e95a18
 	/* Compute log and inverse log */
e95a18
 	/* Modified code from:
e95a18
-	 *    http://web.eecs.utk.edu/~plank/plank/papers/CS-96-332.html
e95a18
+	 *    https://web.eecs.utk.edu/~plank/plank/papers/CS-96-332.html
e95a18
 	 */
e95a18
 	b = 1;
e95a18
 	raid6_gflog[0] = 0;
e95a18
diff --git a/udev-md-raid-safe-timeouts.rules b/udev-md-raid-safe-timeouts.rules
e95a18
index 13c23d8..12bdcaa 100644
e95a18
--- a/udev-md-raid-safe-timeouts.rules
e95a18
+++ b/udev-md-raid-safe-timeouts.rules
e95a18
@@ -13,7 +13,7 @@
e95a18
 #
e95a18
 # You should have received a copy of the GNU General Public License
e95a18
 # along with mdraid-safe-timeouts.  If not, see
e95a18
-# <http://www.gnu.org/licenses/>.
e95a18
+# <https://www.gnu.org/licenses/>.
e95a18
 
e95a18
 # This file causes block devices with Linux RAID (mdadm) signatures to
e95a18
 # attempt to set safe timeouts for the drives involved
e95a18
-- 
e95a18
2.7.5
e95a18