2023-07-28 22:01:03

by SeongJae Park

[permalink] [raw]
Subject: [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links

Two update links for NFS-utils are in two duplicate sessions.
Consolidate.

Signed-off-by: SeongJae Park <[email protected]>
---
Documentation/process/changes.rst | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index 5561dae94f85..f05eada0383e 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -545,6 +545,7 @@ NFS-utils
---------

- <http://sourceforge.net/project/showfiles.php?group_id=14>
+- <http://nfs.sourceforge.net/>

Iptables
--------
@@ -561,11 +562,6 @@ OProfile

- <http://oprofile.sf.net/download/>

-NFS-Utils
----------
-
-- <http://nfs.sourceforge.net/>
-
Kernel documentation
********************

--
2.25.1



2023-07-29 00:06:41

by Kees Cook

[permalink] [raw]
Subject: Re: [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links

On Fri, Jul 28, 2023 at 09:16:15PM +0000, SeongJae Park wrote:
> Two update links for NFS-utils are in two duplicate sessions.
> Consolidate.
>
> Signed-off-by: SeongJae Park <[email protected]>

Reviewed-by: Kees Cook <[email protected]>

--
Kees Cook

2023-07-29 00:28:00

by SeongJae Park

[permalink] [raw]
Subject: [PATCH 2/2] Docs/process/changes: Replace http:// with https://

Some links are still using 'http://'. Replace those with 'https://'.

Signed-off-by: SeongJae Park <[email protected]>
---
Documentation/process/changes.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index f05eada0383e..1982fa896f3b 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -482,7 +482,7 @@ E2fsprogs
JFSutils
--------

-- <http://jfs.sourceforge.net/>
+- <https://jfs.sourceforge.net/>

Reiserfsprogs
-------------
@@ -503,7 +503,7 @@ Pcmciautils
Quota-tools
-----------

-- <http://sourceforge.net/projects/linuxquota/>
+- <https://sourceforge.net/projects/linuxquota/>


Intel P6 microcode
@@ -524,7 +524,7 @@ FUSE
mcelog
------

-- <http://www.mcelog.org/>
+- <https://www.mcelog.org/>

cpio
----
@@ -544,8 +544,8 @@ PPP
NFS-utils
---------

-- <http://sourceforge.net/project/showfiles.php?group_id=14>
-- <http://nfs.sourceforge.net/>
+- <https://sourceforge.net/project/showfiles.php?group_id=14>
+- <https://nfs.sourceforge.net/>

Iptables
--------
@@ -560,7 +560,7 @@ Ip-route2
OProfile
--------

-- <http://oprofile.sf.net/download/>
+- <https://oprofile.sf.net/download/>

Kernel documentation
********************
--
2.25.1


2023-07-29 01:37:42

by Kees Cook

[permalink] [raw]
Subject: Re: [PATCH 2/2] Docs/process/changes: Replace http:// with https://

On Fri, Jul 28, 2023 at 09:16:16PM +0000, SeongJae Park wrote:
> Some links are still using 'http://'. Replace those with 'https://'.
>
> Signed-off-by: SeongJae Park <[email protected]>

Reviewed-by: Kees Cook <[email protected]>

--
Kees Cook

2023-07-31 17:10:35

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links

SeongJae Park <[email protected]> writes:

> Two update links for NFS-utils are in two duplicate sessions.
> Consolidate.
>
> Signed-off-by: SeongJae Park <[email protected]>
> ---
> Documentation/process/changes.rst | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)

Both patches applied, thanks.

jon