Skip to content

Commit

Permalink
Use more secure HTTPS URLs
Browse files Browse the repository at this point in the history
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: [email protected]
Signed-off-by: Paul Menzel <[email protected]>
Signed-off-by: Jes Sorensen <[email protected]>
  • Loading branch information
paulmenzel authored and Jes Sorensen committed Jun 12, 2020
1 parent 2cf0433 commit 8e41153
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion external-reshape-design.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
6 changes: 3 additions & 3 deletions mdadm.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -3407,15 +3407,15 @@ 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
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
Expand Down
4 changes: 2 additions & 2 deletions mdadm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion raid6check.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion restripe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion udev-md-raid-safe-timeouts.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e41153

Please sign in to comment.