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

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