[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 35bfaf6 web: Add FFmpeg 4.3
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Tue Jun 16 00:41:56 EEST 2020
The branch, master has been updated
via 35bfaf6c6f916e47de37839036af1f6743df8038 (commit)
from f7b6fb0da73b440066c91bb19dc3ff5746fec4b9 (commit)
- Log -----------------------------------------------------------------
commit 35bfaf6c6f916e47de37839036af1f6743df8038
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Mon Jun 15 23:40:56 2020 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Mon Jun 15 23:41:14 2020 +0200
web: Add FFmpeg 4.3
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
diff --git a/src/download b/src/download
index 69b7f0e..c374af3 100644
--- a/src/download
+++ b/src/download
@@ -265,6 +265,42 @@
and much faster bug fixes such as additional features and security patches.
</p>
+ <h3 id="release_4.3">FFmpeg 4.3 "4:3"</h3>
+
+ <p>
+ 4.3 was released on 2020-06-15. It is the latest stable FFmpeg release
+ from the 4.3 release branch, which was cut from master on 2020-06-08.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 56. 51.100
+libavcodec 58. 91.100
+libavformat 58. 45.100
+libavdevice 58. 10.100
+libavfilter 7. 85.100
+libswscale 5. 7.100
+libswresample 3. 7.100
+libpostproc 55. 7.100</pre>
+ <div class="row">
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.3.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-4.3.tar.xz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.3.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-4.3.tar.bz2.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.3.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-4.3.tar.gz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3 text-right">
+ <small><a href="https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.3">Changelog</a></small>
+ <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.3:/RELEASE_NOTES">Release Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
+
<h3 id="release_4.2">FFmpeg 4.2.3 "Ada"</h3>
<p>
diff --git a/src/security b/src/security
index fa746fc..ba26324 100644
--- a/src/security
+++ b/src/security
@@ -1,5 +1,19 @@
<p>Please report vulnerabilities to <a href="mailto:ffmpeg-security at ffmpeg.org">ffmpeg-security at ffmpeg.org</a></p>
+<h2>FFmpeg 4.3</h2>
+
+<h3>4.3</h3>
+<p>
+Fixes following vulnerabilities:
+</p>
+<pre>
+CVE-2019-13312, def04022f4a7058f99e669bfd978d431d79aec18
+CVE-2019-13390, aef24efb0c1e65097ab77a4bf9264189bdf3ace3
+CVE-2019-15942, af70bfbeadc0c9b9215cf045ff2a6a31e8ac3a71
+CVE-2019-17542, 02f909dc24b1f05cfbba75077c7707b905e63cd2
+CVE-2020-12284, 1812352d767ccf5431aa440123e2e260a4db2726
+</pre>
+
<h2>FFmpeg 4.2</h2>
<h3>4.2.3</h3>
-----------------------------------------------------------------------
Summary of changes:
src/download | 36 ++++++++++++++++++++++++++++++++++++
src/security | 14 ++++++++++++++
2 files changed, 50 insertions(+)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list