[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 49d4219 web: security, use pre instead of p, as later is unreadable
gitolite
ffmpeg-cvslog at ffmpeg.org
Sat Mar 17 07:29:18 CET 2012
The branch, master has been updated
via 49d42192482cdfc296969cc7d51fb04f69bf77fa (commit)
via d27df12680a4ae39a51bc804c6d3dbfb89a8eca2 (commit)
from 0cc9050a1554c49d8ef4b0bc34e7593b46e4bf22 (commit)
- Log -----------------------------------------------------------------
commit 49d42192482cdfc296969cc7d51fb04f69bf77fa
Author: Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Sat Mar 17 07:25:08 2012 +0100
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Sat Mar 17 07:25:08 2012 +0100
web: security, use pre instead of p, as later is unreadable
diff --git a/src/security b/src/security
index e24045a..c1f7cb2 100644
--- a/src/security
+++ b/src/security
@@ -2,7 +2,8 @@
<h2>0.10</h2>
<h3>FFmpeg 0.10</h3>
-<p>Fixes CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
+<pre>
+ Fixes CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
@@ -12,7 +13,7 @@ played back and some are probable arbitrary code execution vulnerabilities.
FFmpeg 0.10 is unaffected by: CVE-2011-3930, CVE-2011-3931, CVE-2011-3932,
CVE-2011-3933, CVE-2011-3938, CVE-2011-3939, CVE-2011-3942, CVE-2011-3943,
CVE-2011-3948.
-</p>
+</pre>
<h2>0.9</h2>
<h3>FFmpeg 0.9.1</h3>
commit d27df12680a4ae39a51bc804c6d3dbfb89a8eca2
Author: Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Sat Mar 17 07:23:33 2012 +0100
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Sat Mar 17 07:23:33 2012 +0100
web: update security for 0.10
diff --git a/src/security b/src/security
index bb27c2d..e24045a 100644
--- a/src/security
+++ b/src/security
@@ -8,7 +8,11 @@
CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
and several others that do not have a CVE number.
Many of these issues can be exploited when a remote file is
-played back and some are probable arbitrary code execution vulnerabilities</p>
+played back and some are probable arbitrary code execution vulnerabilities.
+FFmpeg 0.10 is unaffected by: CVE-2011-3930, CVE-2011-3931, CVE-2011-3932,
+CVE-2011-3933, CVE-2011-3938, CVE-2011-3939, CVE-2011-3942, CVE-2011-3943,
+CVE-2011-3948.
+</p>
<h2>0.9</h2>
<h3>FFmpeg 0.9.1</h3>
-----------------------------------------------------------------------
Summary of changes:
src/security | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list