The branch, master has been updated via 2bea4a182573f367d20fbe0e8ac0a3a0c2df21ac (commit) via 971fba38645e38612acb50d1ef083edd744f1c47 (commit) from bf04c2ab8cfabfdd3d84abc315840837998ced6a (commit)
- Log ----------------------------------------------------------------- commit 2bea4a182573f367d20fbe0e8ac0a3a0c2df21ac Author: Michael Niedermayer <mich...@niedermayer.cc> AuthorDate: Fri Jan 15 18:42:10 2016 +0100 Commit: Michael Niedermayer <mich...@niedermayer.cc> CommitDate: Fri Jan 15 18:42:54 2016 +0100 web/security: add 2.7.5 and 2.8.5 diff --git a/src/security b/src/security index af42cab..4e937f3 100644 --- a/src/security +++ b/src/security @@ -2,6 +2,16 @@ <h2>FFmpeg 2.8</h2> +<h3>2.8.5</h3> +<p> +Fixes following vulnerabilities: +</p> +<pre> +CVE-2016-1897,CVE-2016-1898, 23b903aaf4eefb1ce1396a32525c8e5501d5cec8 / 6ba42b6482c725a59eb468391544dc0c75b8c6f0 +CVE-2016-1897,CVE-2016-1898, b7d54d6e072690a62d5ea5ade66ffce6944a5ff4 / 7145e80b4f78cff5ed5fee04d4c4d53daaa0e077 +CVE-2016-1897,CVE-2016-1898, 28f89bc439be1de9a61ac404ce79f9bc4cac5ec8 / cfda1bea4c18ec1edbc11ecc465f788b02851488 +</pre> + <h3>2.8.4</h3> <p> Fixes following vulnerabilities: @@ -53,6 +63,16 @@ CVE-2015-6826, 3197c0aa87a3b7190e17d49e6fbc7b554e4b3f0a <h2>FFmpeg 2.7</h2> +<h3>2.7.5</h3> +<p> +Fixes following vulnerabilities: +</p> +<pre> +CVE-2016-1897,CVE-2016-1898, 123d356829d6d72f75c820a184fee3dc7086dde0 / 6ba42b6482c725a59eb468391544dc0c75b8c6f0 +CVE-2016-1897,CVE-2016-1898, cde38373d134e6cf6a92d900fb2f3ce996e4655c / 7145e80b4f78cff5ed5fee04d4c4d53daaa0e077 +CVE-2016-1897,CVE-2016-1898, e681e92d2c8a46feb11ce1f36ff82c16e37cfe11 / cfda1bea4c18ec1edbc11ecc465f788b02851488 +</pre> + <h3>2.7.4</h3> <p> Fixes following vulnerabilities: commit 971fba38645e38612acb50d1ef083edd744f1c47 Author: Michael Niedermayer <mich...@niedermayer.cc> AuthorDate: Fri Jan 15 18:41:32 2016 +0100 Commit: Michael Niedermayer <mich...@niedermayer.cc> CommitDate: Fri Jan 15 18:41:32 2016 +0100 web/download: add FFmpeg 2.7.5 Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> diff --git a/src/download b/src/download index 51cd78a..61172ce 100644 --- a/src/download +++ b/src/download @@ -311,11 +311,11 @@ libpostproc 53. 3.100</pre> </div> <!-- row --> - <h3 id="release_2.7">FFmpeg 2.7.4 "Nash"</h3> + <h3 id="release_2.7">FFmpeg 2.7.5 "Nash"</h3> <p> - 2.7.4 was released on 2015-12-21. It is the latest stable FFmpeg release - from the 2.7.4 release branch, which was cut from master on 2015-06-09. + 2.7.5 was released on 2016-01-15. It is the latest stable FFmpeg release + from the 2.7.5 release branch, which was cut from master on 2015-06-09. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2015-06-10, libav 11 as of 2015-06-11. </p> @@ -334,19 +334,19 @@ libpostproc 53. 3.100</pre> <div class="row"> <div class="col-md-3"> - <a class="btn btn-success" href="releases/ffmpeg-2.7.4.tar.xz">Download xz tarball</a> - <small><a href="releases/ffmpeg-2.7.4.tar.xz.asc">PGP signature</a></small> + <a class="btn btn-success" href="releases/ffmpeg-2.7.5.tar.xz">Download xz tarball</a> + <small><a href="releases/ffmpeg-2.7.5.tar.xz.asc">PGP signature</a></small> </div> <!-- col --> <div class="col-md-3"> - <a class="btn btn-success" href="releases/ffmpeg-2.7.4.tar.bz2">Download bzip2 tarball</a> - <small><a href="releases/ffmpeg-2.7.4.tar.bz2.asc">PGP signature</a></small> + <a class="btn btn-success" href="releases/ffmpeg-2.7.5.tar.bz2">Download bzip2 tarball</a> + <small><a href="releases/ffmpeg-2.7.5.tar.bz2.asc">PGP signature</a></small> </div> <!-- col --> <div class="col-md-3"> - <a class="btn btn-success" href="releases/ffmpeg-2.7.4.tar.gz">Download gzip tarball</a> - <small><a href="releases/ffmpeg-2.7.4.tar.gz.asc">PGP signature</a></small> + <a class="btn btn-success" href="releases/ffmpeg-2.7.5.tar.gz">Download gzip tarball</a> + <small><a href="releases/ffmpeg-2.7.5.tar.gz.asc">PGP signature</a></small> </div> <!-- col --> <div class="col-md-3 text-right"> - <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.7.4">Changelog</a></small> + <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.7.5">Changelog</a></small> <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.7">Release Notes</a> </div> <!-- col --> </div> <!-- row --> ----------------------------------------------------------------------- Summary of changes: src/download | 20 ++++++++++---------- src/security | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+), 10 deletions(-) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog