[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 866629a web: add a security page
gitolite
ffmpeg-cvslog at ffmpeg.org
Fri Jan 13 02:59:39 CET 2012
The branch, master has been updated
via 866629a656728acdf7c86d930fc0265e0c6642a1 (commit)
from 7bf79372f89b89cdb2fe9601f9624ece60693a01 (commit)
- Log -----------------------------------------------------------------
commit 866629a656728acdf7c86d930fc0265e0c6642a1
Author: Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Thu Jan 12 18:15:13 2012 +0100
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Fri Jan 13 02:57:04 2012 +0100
web: add a security page
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
diff --git a/Makefile b/Makefile
index a86b034..fdd95df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# ffmpeg.org HTML generation from source files
SRCS = about bugreports consulting contact documentation download \
- index legal projects shame
+ index legal projects shame security
TARGETS = $(addsuffix .html,$(addprefix htdocs/,$(SRCS))) htdocs/main.rss
diff --git a/src/security b/src/security
new file mode 100644
index 0000000..2614159
--- /dev/null
+++ b/src/security
@@ -0,0 +1,56 @@
+<h1>FFmpeg Security</h1>
+
+<h2>0.9</h2>
+<h3>FFmpeg 0.9.1</h3>
+<p>Fixes CVE-2011-3893 and CVE-2011-3895, and about 70 more security issues that
+have no CVE number. Many of these issues can be exploited when a remote file is
+played back and a few are probable arbitrary code execution vulnerabilities</p>
+
+<h2>0.8</h2>
+<h3>FFmpeg 0.8.10</h3>
+<p>Fixes CVE-2011-3893 and CVE-2011-3895, and many more</p>
+
+<h3>FFmpeg 0.8.7</h3>
+<p>Fixes CVE-2011-4352/NGS00145, CVE-2011-4579/NGS00148, CVE-2011-4351, NGS00144, CVE-2011-4353 amongth others</p>
+
+<h3>FFmpeg 0.8.6</h3>
+<p>Fixes CVE-2011-3892 amongth others</p>
+
+<h3>FFmpeg 0.8.5</h3>
+<p>Fixes CVE-2011-4364 amongth others</p>
+
+<h2>0.7</h2>
+<h3>FFmpeg 0.7.11</h3>
+<p>Fixes CVE-2011-3893 and CVE-2011-3895, and many more</p>
+
+<h3>FFmpeg 0.7.8</h3>
+<p>Fixes CVE-2011-4352, CVE-2011-4579, CVE-2011-4351, CVE-2011-4353</p>
+
+<h3>FFmpeg 0.7.7</h3>
+<p>Fixes CVE-2011-3892</p>
+
+<h3>FFmpeg 0.7.6</h3>
+<p>Fixes CVE-2011-4364 amongth others</p>
+
+<h2>0.6</h2>
+<h3>FFmpeg 0.6.5</h3>
+<p>Fixes CVE-2011-3892, CVE-2011-3893, CVE-2011-3895</p>
+
+<h3>FFmpeg 0.6.4</h3>
+<p>Fixes CVE-2011-4352, CVE-2011-4579, CVE-2011-4353, CVE-2011-4351, CVE-2011-4364</p>
+
+<h2>0.5</h2>
+<h3>FFmpeg 0.5.8</h3>
+<p>Fixes CVE-2011-3892, CVE-2011-3893, CVE-2011-3895</p>
+
+<h3>FFmpeg 0.5.7</h3>
+<p>CVE-2011-4353</p>
+
+<h3>FFmpeg 0.5.6</h3>
+<p>Fixes CVE-2011-4579, CVE-2011-4351</p>
+
+<h3>FFmpeg 0.5.5</h3>
+<p>Fixes CVE-2011-3504, CVE-2011-3362, CVE-2011-3973, CVE-2011-3974</p>
+
+<h3>FFmpeg 0.5.4</h3>
+<p>Fixes CVE-2010-3908, CVE-2011-0722, CVE-2010-4704, CVE-2011-0480, CVE-2011-0723</p>
diff --git a/src/security_title b/src/security_title
new file mode 100644
index 0000000..c66d4f9
--- /dev/null
+++ b/src/security_title
@@ -0,0 +1 @@
+<title>FFmpeg Security</title>
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
src/security | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
src/security_title | 1 +
3 files changed, 58 insertions(+), 1 deletions(-)
create mode 100644 src/security
create mode 100644 src/security_title
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list