Compare commits

...

4 Commits

Author SHA1 Message Date
Asterisk Autobuilder
cf2feb900a Importing release summary for 10.0.1 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.0.1@351615 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-19 23:12:53 +00:00
Matthew Jordan
36a3b64fc5 Commit 351505
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.0.1@351614 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-19 23:08:51 +00:00
Asterisk Autobuilder
991a5815ad Importing release summary for 10.0.1 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.0.1@351558 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-19 21:38:41 +00:00
Matthew Jordan
43c5f63aca Created tag 10.0.1
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.0.1@351503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-19 17:00:50 +00:00
5 changed files with 169 additions and 1 deletions

View File

@@ -1 +1 @@
10.0.0
10.0.1

View File

@@ -1,3 +1,9 @@
2012-01-19 Asterisk Development Team <asteriskteam@digium.com>
* Asterisk 10.0.1 Released.
* AST-2012-001
2011-12-15 Asterisk Development Team <asteriskteam@digium.com>
* Asterisk 10.0.0 Released.

View File

@@ -0,0 +1,63 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Release Summary - asterisk-10.0.1</title></head>
<body>
<h1 align="center"><a name="top">Release Summary</a></h1>
<h3 align="center">asterisk-10.0.1</h3>
<h3 align="center">Date: 2012-01-19</h3>
<h3 align="center">&lt;asteriskteam@digium.com&gt;</h3>
<hr/>
<h2 align="center">Table of Contents</h2>
<ol>
<li><a href="#summary">Summary</a></li>
<li><a href="#contributors">Contributors</a></li>
<li><a href="#commits">Other Changes</a></li>
<li><a href="#diffstat">Diffstat</a></li>
</ol>
<hr/>
<a name="summary"><h2 align="center">Summary</h2></a>
<center><a href="#top">[Back to Top]</a></center><br/><p>This release has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.</p>
<p>Security Advisories: <a href="http://downloads.asterisk.org/pub/security/AST-2012-001.html">AST-2012-001</a></p>
<p>The data in this summary reflects changes that have been made since the previous release, asterisk-10.0.0.</p>
<hr/>
<a name="contributors"><h2 align="center">Contributors</h2></a>
<center><a href="#top">[Back to Top]</a></center><br/><p>This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were closed by commits that went into this release.</p>
<table width="100%" border="0">
<tr>
<td width="33%"><h3>Coders</h3></td>
<td width="33%"><h3>Testers</h3></td>
<td width="33%"><h3>Reporters</h3></td>
</tr>
<tr valign="top">
<td>
2 mjordan<br/>
1 bebuild<br/>
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
<hr/>
<a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a>
<center><a href="#top">[Back to Top]</a></center><br/><p>This is a list of all changes that went into this release that did not directly close an issue from the issue tracker. The commits may have been marked as being related to an issue. If that is the case, the issue numbers are listed here, as well.</p>
<table width="100%" border="1">
<tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Summary</b></td><td><b>Issues Referenced</b></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/10.0.1?view=revision&revision=351503">351503</a></td><td>mjordan</td><td>Created tag 10.0.1</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/10.0.1?view=revision&revision=351558">351558</a></td><td>bebuild</td><td>Importing release summary for 10.0.1 release.</td>
<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/10.0.1?view=revision&revision=351614">351614</a></td><td>mjordan</td><td>Commit 351505</td>
<td></td></tr></table>
<hr/>
<a name="diffstat"><h2 align="center">Diffstat Results</h2></a>
<center><a href="#top">[Back to Top]</a></center><br/><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p>
<pre>
.version | 2 -
ChangeLog | 6 +++
asterisk-10.0.1-summary.html | 55 ++++++++++++++++++++++++++++
asterisk-10.0.1-summary.txt | 82 +++++++++++++++++++++++++++++++++++++++++++
channels/chan_sip.c | 6 +++
5 files changed, 150 insertions(+), 1 deletion(-)
</pre><br/>
<hr/>
</body>
</html>

View File

@@ -0,0 +1,93 @@
Release Summary
asterisk-10.0.1
Date: 2012-01-19
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. Other Changes
4. Diffstat
----------------------------------------------------------------------
Summary
[Back to Top]
This release has been made to address one or more security vulnerabilities
that have been identified. A security advisory document has been published
for each vulnerability that includes additional information. Users of
versions of Asterisk that are affected are strongly encouraged to review
the advisories and determine what action they should take to protect their
systems from these issues.
Security Advisories: AST-2012-001
The data in this summary reflects changes that have been made since the
previous release, asterisk-10.0.0.
----------------------------------------------------------------------
Contributors
[Back to Top]
This table lists the people who have submitted code, those that have
tested patches, as well as those that reported issues on the issue tracker
that were resolved in this release. For coders, the number is how many of
their patches (of any size) were committed into this release. For testers,
the number is the number of times their name was listed as assisting with
testing a patch. Finally, for reporters, the number is the number of
issues that they reported that were closed by commits that went into this
release.
Coders Testers Reporters
2 mjordan
1 bebuild
----------------------------------------------------------------------
Commits Not Associated with an Issue
[Back to Top]
This is a list of all changes that went into this release that did not
directly close an issue from the issue tracker. The commits may have been
marked as being related to an issue. If that is the case, the issue
numbers are listed here, as well.
+------------------------------------------------------------------------+
| Revision | Author | Summary | Issues Referenced |
|----------+---------+-------------------------------+-------------------|
| 351503 | mjordan | Created tag 10.0.1 | |
|----------+---------+-------------------------------+-------------------|
| 351558 | bebuild | Importing release summary for | |
| | | 10.0.1 release. | |
|----------+---------+-------------------------------+-------------------|
| 351614 | mjordan | Commit 351505 | |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
Diffstat Results
[Back to Top]
This is a summary of the changes to the source code that went into this
release that was generated using the diffstat utility.
.version | 2 -
ChangeLog | 6 +++
asterisk-10.0.1-summary.html | 55 ++++++++++++++++++++++++++++
asterisk-10.0.1-summary.txt | 82 +++++++++++++++++++++++++++++++++++++++++++
channels/chan_sip.c | 6 +++
5 files changed, 150 insertions(+), 1 deletion(-)
----------------------------------------------------------------------

View File

@@ -29868,6 +29868,12 @@ static int setup_srtp(struct sip_srtp **srtp)
static int process_crypto(struct sip_pvt *p, struct ast_rtp_instance *rtp, struct sip_srtp **srtp, const char *a)
{
/* If no RTP instance exists for this media stream don't bother processing the crypto line */
if (!rtp) {
ast_debug(3, "Received offer with crypto line for media stream that is not enabled\n");
return FALSE;
}
if (strncasecmp(a, "crypto:", 7)) {
return FALSE;
}