]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Use more secure HTTPS URLs
authorPaul Menzel <pmenzel@molgen.mpg.de>
Thu, 28 May 2020 14:52:24 +0000 (16:52 +0200)
committerJes Sorensen <jsorensen@fb.com>
Fri, 12 Jun 2020 14:48:43 +0000 (10:48 -0400)
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'

Revert the changes to announcement files `ANNOUNCE-*` as requested by
the maintainer.

Cc: linux-raid@vger.kernel.org
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
external-reshape-design.txt
mdadm.8.in
mdadm.spec
raid6check.8
restripe.c
udev-md-raid-safe-timeouts.rules

index 10c57ccb64c96ef0b2b785f74fe6a1a244f105c3..e4cf4e1634a50c87080d54dda980cfef5f09bbab 100644 (file)
@@ -277,4 +277,4 @@ sync_action
 
 ...
 
-[1]: Linux kernel design patterns - part 3, Neil Brown http://lwn.net/Articles/336262/
+[1]: Linux kernel design patterns - part 3, Neil Brown https://lwn.net/Articles/336262/
index 9e7cb96d9a1fb6d036c6ded235d74724dad677ce..7f327621769b3ba5ee742b2a316d52a15ab5985f 100644 (file)
@@ -367,7 +367,7 @@ Use the Intel(R) Matrix Storage Manager metadata format.  This creates a
 which is managed in a similar manner to DDF, and is supported by an
 option-rom on some platforms:
 .IP
-.B http://www.intel.com/design/chipsets/matrixstorage_sb.htm
+.B https://www.intel.com/design/chipsets/matrixstorage_sb.htm
 .PP
 .RE
 
@@ -3407,7 +3407,7 @@ was previously known as
 For further information on mdadm usage, MD and the various levels of
 RAID, see:
 .IP
-.B http://raid.wiki.kernel.org/
+.B https://raid.wiki.kernel.org/
 .PP
 (based upon Jakob \(/Ostergaard's Software\-RAID.HOWTO)
 .PP
@@ -3415,7 +3415,7 @@ The latest version of
 .I mdadm
 should always be available from
 .IP
-.B http://www.kernel.org/pub/linux/utils/raid/mdadm/
+.B https://www.kernel.org/pub/linux/utils/raid/mdadm/
 .PP
 Related man pages:
 .PP
index 1c668948639083db6e7b2e246a425592fea99ab1..506ea33e0cfafad0af3d62d9de69fdb37581dc6c 100644 (file)
@@ -2,8 +2,8 @@ Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
 Version:     4.1
 Release:     1
-Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
-URL:         http://neil.brown.name/blog/mdadm
+Source:      https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
+URL:         https://neil.brown.name/blog/mdadm
 License:     GPL
 Group:       Utilities/System
 BuildRoot:   %{_tmppath}/%{name}-root
index 5003343082f0226d2c283be43aa84dde9bc8dbd2..8999ca89e951d25c28af13ecc439adbda7d45886 100644 (file)
@@ -86,7 +86,7 @@ The latest version of
 .I raid6check
 should always be available from
 .IP
-.B http://www.kernel.org/pub/linux/utils/raid/mdadm/
+.B https://www.kernel.org/pub/linux/utils/raid/mdadm/
 .PP
 Related man pages:
 .PP
index 86e1d00b0719e44634b825b087d5a4eac5ef9d28..a7a7229fc06ba4a7ced0ecde0f5b003aef49330a 100644 (file)
@@ -333,7 +333,7 @@ void make_tables(void)
 
        /* Compute log and inverse log */
        /* Modified code from:
-        *    http://web.eecs.utk.edu/~plank/plank/papers/CS-96-332.html
+        *    https://web.eecs.utk.edu/~plank/plank/papers/CS-96-332.html
         */
        b = 1;
        raid6_gflog[0] = 0;
index 13c23d848077ef5e29846d9a3484574e9b38f99f..12bdcaa8bd14d421e2227fc3d909650462e0eb2d 100644 (file)
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with mdraid-safe-timeouts.  If not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # This file causes block devices with Linux RAID (mdadm) signatures to
 # attempt to set safe timeouts for the drives involved