Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] doc: replace http/git by https urls
@ 2025-04-01  0:09 Michael Niedermayer
  2025-04-01  3:17 ` Gyan Doshi
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Niedermayer @ 2025-04-01  0:09 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

These are more secure

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 doc/fate_config.sh.template | 2 +-
 doc/git-howto.texi          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/fate_config.sh.template b/doc/fate_config.sh.template
index 8681805d65e..4ff8629d447 100644
--- a/doc/fate_config.sh.template
+++ b/doc/fate_config.sh.template
@@ -1,5 +1,5 @@
 slot=                                    # some unique identifier
-repo=git://source.ffmpeg.org/ffmpeg.git  # the source repository
+repo=https://git.ffmpeg.org/ffmpeg.git   # the source repository
 #branch=release/2.6                       # the branch to test
 samples=                                 # path to samples directory
 workdir=                                 # directory in which to do all the work
diff --git a/doc/git-howto.texi b/doc/git-howto.texi
index 0a8d8de1d7f..e20d114f9ee 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -142,7 +142,7 @@ git log <filename(s)>
 @end example
 
 You may also use the graphical tools like @command{gitview} or @command{gitk}
-or the web interface available at @url{http://source.ffmpeg.org/}.
+or the web interface available at @url{https://git.ffmpeg.org/ffmpeg.git}.
 
 @section Checking source tree status
 
-- 
2.49.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc: replace http/git by https urls
  2025-04-01  0:09 [FFmpeg-devel] [PATCH] doc: replace http/git by https urls Michael Niedermayer
@ 2025-04-01  3:17 ` Gyan Doshi
  2025-04-01 22:34   ` Michael Niedermayer
  0 siblings, 1 reply; 3+ messages in thread
From: Gyan Doshi @ 2025-04-01  3:17 UTC (permalink / raw)
  To: ffmpeg-devel



On 2025-04-01 05:39 am, Michael Niedermayer wrote:
> These are more secure
>
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>   doc/fate_config.sh.template | 2 +-
>   doc/git-howto.texi          | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/fate_config.sh.template b/doc/fate_config.sh.template
> index 8681805d65e..4ff8629d447 100644
> --- a/doc/fate_config.sh.template
> +++ b/doc/fate_config.sh.template
> @@ -1,5 +1,5 @@
>   slot=                                    # some unique identifier
> -repo=git://source.ffmpeg.org/ffmpeg.git  # the source repository
> +repo=https://git.ffmpeg.org/ffmpeg.git   # the source repository
>   #branch=release/2.6                       # the branch to test
>   samples=                                 # path to samples directory
>   workdir=                                 # directory in which to do all the work
> diff --git a/doc/git-howto.texi b/doc/git-howto.texi
> index 0a8d8de1d7f..e20d114f9ee 100644
> --- a/doc/git-howto.texi
> +++ b/doc/git-howto.texi
> @@ -142,7 +142,7 @@ git log <filename(s)>
>   @end example
>   
>   You may also use the graphical tools like @command{gitview} or @command{gitk}
> -or the web interface available at @url{http://source.ffmpeg.org/}.
> +or the web interface available at @url{https://git.ffmpeg.org/ffmpeg.git}.

LGTM.

Regards,
Gyan

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc: replace http/git by https urls
  2025-04-01  3:17 ` Gyan Doshi
@ 2025-04-01 22:34   ` Michael Niedermayer
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Niedermayer @ 2025-04-01 22:34 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 1711 bytes --]

On Tue, Apr 01, 2025 at 08:47:43AM +0530, Gyan Doshi wrote:
> 
> 
> On 2025-04-01 05:39 am, Michael Niedermayer wrote:
> > These are more secure
> > 
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> >   doc/fate_config.sh.template | 2 +-
> >   doc/git-howto.texi          | 2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/doc/fate_config.sh.template b/doc/fate_config.sh.template
> > index 8681805d65e..4ff8629d447 100644
> > --- a/doc/fate_config.sh.template
> > +++ b/doc/fate_config.sh.template
> > @@ -1,5 +1,5 @@
> >   slot=                                    # some unique identifier
> > -repo=git://source.ffmpeg.org/ffmpeg.git  # the source repository
> > +repo=https://git.ffmpeg.org/ffmpeg.git   # the source repository
> >   #branch=release/2.6                       # the branch to test
> >   samples=                                 # path to samples directory
> >   workdir=                                 # directory in which to do all the work
> > diff --git a/doc/git-howto.texi b/doc/git-howto.texi
> > index 0a8d8de1d7f..e20d114f9ee 100644
> > --- a/doc/git-howto.texi
> > +++ b/doc/git-howto.texi
> > @@ -142,7 +142,7 @@ git log <filename(s)>
> >   @end example
> >   You may also use the graphical tools like @command{gitview} or @command{gitk}
> > -or the web interface available at @url{http://source.ffmpeg.org/}.
> > +or the web interface available at @url{https://git.ffmpeg.org/ffmpeg.git}.
> 
> LGTM.

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

What is money laundering? Its paying someone and not telling the government.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-01 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-01  0:09 [FFmpeg-devel] [PATCH] doc: replace http/git by https urls Michael Niedermayer
2025-04-01  3:17 ` Gyan Doshi
2025-04-01 22:34   ` Michael Niedermayer

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git