[FFmpeg-cvslog] doc: replace http/git by https urls
ffmpeg | branch: release/4.4 | Michael Niedermayer | Tue Apr 1 02:00:41 2025 +0200| [af4315c172800bb17f84154034dc81f9043145fc] | committer: Michael Niedermayer doc: replace http/git by https urls These are more secure Reviewed-by: Gyan Doshi Signed-off-by: Michael Niedermayer (cherry picked from commit b4d165c68fe74f4b9c7fa4cbc2e1467a0bafea37) Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af4315c172800bb17f84154034dc81f9043145fc --- 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 ab1bda45e4..ab990c3a58 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 a6723931ce..8aa9b7cffa 100644 --- a/doc/git-howto.texi +++ b/doc/git-howto.texi @@ -143,7 +143,7 @@ git log @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 ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. b6b0b75 web/security: Add 4 more CVE#
The branch, master has been updated via b6b0b758efa6c88205acd1b3c6207ec3aa6a5129 (commit) from fe0d34d38eb5e7910f07847aecb3b8ae2809e098 (commit) - Log - commit b6b0b758efa6c88205acd1b3c6207ec3aa6a5129 Author: Mouha, Nicky W. (Assoc) AuthorDate: Fri Apr 4 02:46:31 2025 +0200 Commit: Michael Niedermayer CommitDate: Fri Apr 4 02:48:34 2025 +0200 web/security: Add 4 more CVE# Signed-off-by: Michael Niedermayer diff --git a/src/security b/src/security index 86e58f3..658f7c8 100644 --- a/src/security +++ b/src/security @@ -6,6 +6,8 @@ Fixes following vulnerabilities: CVE-2025-1373, 43be8d07281caca2e88bfd8ee2333633e1fb1a13, ticket/11460 never affected a release +CVE-2025-22920 4bf784c0e5615c3f934e677d5de093a8be7da7ae, ticket/11389 never affected a release +CVE-2025-25471 fd1772b7475d0d5673a5dd314ee78443d0be4cf1, ticket/11417 never affected a release @@ -17,6 +19,8 @@ Fixes following vulnerabilities: CVE-2025-0518, b827ac49b770635fc666f8543cb9585e1bc6308b / b5b6391d64807578ab872dc58fb8aa621dcfc38a +CVE-2025-1816, b06845c6727a7c4391a7d5f607ae078aa0073c43 / 0526535cd58444dd264e810b2f3348b4d96cff3b, ticket/11475 +CVE-2025-22919, 145a3a84550a1c3a3b848c12a64b53c3c41d2888 / 1446e37d3d032e1452844778b3e6ba2c20f0c322, ticket/11385 7.1 --- Summary of changes: src/security | 4 1 file changed, 4 insertions(+) hooks/post-receive -- ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".