* [PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler
@ 2022-10-13 21:46 Palmer Dabbelt
2022-10-13 21:54 ` Paul Moore
2022-10-20 16:19 ` Casey Schaufler
0 siblings, 2 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2022-10-13 21:46 UTC (permalink / raw)
To: casey, linux-security-module; +Cc: linux-kernel, Palmer Dabbelt, Conor Dooley
Github deprecated the git:// links about a year ago, so let's move to
the https:// URLs instead.
Reported-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
I've split these up by github username so folks can take them
independently, as some of these repos have been renamed at github and
thus need more than just a sed to fix them.
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index daadd0de77a9..019cdb48e254 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18723,7 +18723,7 @@ M: Casey Schaufler <casey@schaufler-ca.com>
L: linux-security-module@vger.kernel.org
S: Maintained
W: http://schaufler-ca.com
-T: git git://github.com/cschaufler/smack-next
+T: git https://github.com/cschaufler/smack-next
F: Documentation/admin-guide/LSM/Smack.rst
F: security/smack/
--
2.38.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler
2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler Palmer Dabbelt
@ 2022-10-13 21:54 ` Paul Moore
2022-10-14 3:51 ` Palmer Dabbelt
2022-10-20 16:19 ` Casey Schaufler
1 sibling, 1 reply; 4+ messages in thread
From: Paul Moore @ 2022-10-13 21:54 UTC (permalink / raw)
To: Palmer Dabbelt; +Cc: casey, linux-security-module, linux-kernel, Conor Dooley
On Thu, Oct 13, 2022 at 5:49 PM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> Github deprecated the git:// links about a year ago, so let's move to
> the https:// URLs instead.
>
> Reported-by: Conor Dooley <conor.dooley@microchip.com>
> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> ---
> I've split these up by github username so folks can take them
> independently, as some of these repos have been renamed at github and
> thus need more than just a sed to fix them.
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Casey is the one who needs to ACK this (and he has an email delay at
the moment), but the URL looks good to me.
Reviewed-by: Paul Moore <paul@paul-moore.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index daadd0de77a9..019cdb48e254 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18723,7 +18723,7 @@ M: Casey Schaufler <casey@schaufler-ca.com>
> L: linux-security-module@vger.kernel.org
> S: Maintained
> W: http://schaufler-ca.com
> -T: git git://github.com/cschaufler/smack-next
> +T: git https://github.com/cschaufler/smack-next
> F: Documentation/admin-guide/LSM/Smack.rst
> F: security/smack/
>
> --
> 2.38.0
--
paul-moore.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler
2022-10-13 21:54 ` Paul Moore
@ 2022-10-14 3:51 ` Palmer Dabbelt
0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2022-10-14 3:51 UTC (permalink / raw)
To: paul; +Cc: casey, linux-security-module, linux-kernel, Conor Dooley
On Thu, 13 Oct 2022 14:54:00 PDT (-0700), paul@paul-moore.com wrote:
> On Thu, Oct 13, 2022 at 5:49 PM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>>
>> Github deprecated the git:// links about a year ago, so let's move to
>> the https:// URLs instead.
>>
>> Reported-by: Conor Dooley <conor.dooley@microchip.com>
>> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
>> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
>> ---
>> I've split these up by github username so folks can take them
>> independently, as some of these repos have been renamed at github and
>> thus need more than just a sed to fix them.
>> ---
>> MAINTAINERS | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Casey is the one who needs to ACK this (and he has an email delay at
> the moment), but the URL looks good to me.
No worries, I'm in no rush to merge this. Conor just pointed out the
RISC-V KVM URL having this issue so I scripted a patch for everyone.
Feel free to just take it through your tree if you want, otherwise I'll
keep it around locally and hopefully remember to send something once
it's Ack'd.
Just note that "MAINTAINERS: git://github -> https://github.com for" was
a scripting mistake, it should probably be "MAINTAINERS:
git://github.com -> https://github.com". If I have to re-spin this I'll
fix it, but if someone else is taking it then it's probably best to
fixup.
> Reviewed-by: Paul Moore <paul@paul-moore.com>
>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index daadd0de77a9..019cdb48e254 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -18723,7 +18723,7 @@ M: Casey Schaufler <casey@schaufler-ca.com>
>> L: linux-security-module@vger.kernel.org
>> S: Maintained
>> W: http://schaufler-ca.com
>> -T: git git://github.com/cschaufler/smack-next
>> +T: git https://github.com/cschaufler/smack-next
>> F: Documentation/admin-guide/LSM/Smack.rst
>> F: security/smack/
>>
>> --
>> 2.38.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler
2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler Palmer Dabbelt
2022-10-13 21:54 ` Paul Moore
@ 2022-10-20 16:19 ` Casey Schaufler
1 sibling, 0 replies; 4+ messages in thread
From: Casey Schaufler @ 2022-10-20 16:19 UTC (permalink / raw)
To: Palmer Dabbelt, linux-security-module; +Cc: linux-kernel, Conor Dooley, casey
On 10/13/2022 2:46 PM, Palmer Dabbelt wrote:
> Github deprecated the git:// links about a year ago, so let's move to
> the https:// URLs instead.
>
> Reported-by: Conor Dooley <conor.dooley@microchip.com>
> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Do you want to apply this to your tree, or would you like me to
take it by the Smack tree? I'm fine either way.
> ---
> I've split these up by github username so folks can take them
> independently, as some of these repos have been renamed at github and
> thus need more than just a sed to fix them.
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index daadd0de77a9..019cdb48e254 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18723,7 +18723,7 @@ M: Casey Schaufler <casey@schaufler-ca.com>
> L: linux-security-module@vger.kernel.org
> S: Maintained
> W: http://schaufler-ca.com
> -T: git git://github.com/cschaufler/smack-next
> +T: git https://github.com/cschaufler/smack-next
> F: Documentation/admin-guide/LSM/Smack.rst
> F: security/smack/
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-20 16:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler Palmer Dabbelt
2022-10-13 21:54 ` Paul Moore
2022-10-14 3:51 ` Palmer Dabbelt
2022-10-20 16:19 ` Casey Schaufler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).