[asterisk-commits] lmadsen: tag 1.2.35 r216219 - /tags/1.2.35/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 3 16:35:46 CDT 2009


Author: lmadsen
Date: Thu Sep  3 16:35:42 2009
New Revision: 216219

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=216219
Log:
Update these release summaries

Modified:
    tags/1.2.35/asterisk-1.2.35-summary.html
    tags/1.2.35/asterisk-1.2.35-summary.txt

Modified: tags/1.2.35/asterisk-1.2.35-summary.html
URL: http://svn.asterisk.org/svn-view/asterisk/tags/1.2.35/asterisk-1.2.35-summary.html?view=diff&rev=216219&r1=216218&r2=216219
==============================================================================
--- tags/1.2.35/asterisk-1.2.35-summary.html (original)
+++ tags/1.2.35/asterisk-1.2.35-summary.html Thu Sep  3 16:35:42 2009
@@ -11,13 +11,14 @@
 <ol>
    <li><a href="#summary">Summary</a></li>
    <li><a href="#contributors">Contributors</a></li>
+   <li><a href="#issues">Closed Issues</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-2009-006.html">AST-2009-006</a></p>
+<p>Security Advisories: <a href="http://downloads.asterisk.org/pub/security/.html"></a></p>
 <p>The data in this summary reflects changes that have been made since the previous release, asterisk-1.2.34.</p>
 <hr/>
 <a name="contributors"><h2 align="center">Contributors</h2></a>
@@ -30,25 +31,55 @@
 </tr>
 <tr valign="top">
 <td>
-1 lmadsen<br/>
+1 dvossel<br/>
+1 russell<br/>
 </td>
 <td>
+1 dbrooks<br/>
+1 dvossel<br/>
+1 russell<br/>
+1 tilghman<br/>
 </td>
 <td>
+1 rathaus<br/>
 </td>
 </tr>
 </table>
 <hr/>
+<a name="issues"><h2 align="center">Closed Issues</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p>
+<h3>Category: Channels/chan_iax2</h3><br/>
+<a href="https://issues.asterisk.org/view.php?id=12912">#12912</a>: An issue with the IAX2 channel allows anonymous connections to cause resource starvation<br/>
+Revision: <a href="http://svn.digium.com/view/asterisk/tags/1.2.35?view=revision&revision=215958">215958</a><br/>
+Reporter: rathaus<br/>
+Testers: tilghman, russell, dvossel, dbrooks<br/>
+Coders: dvossel<br/>
+<br/>
+<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/1.2.35?view=revision&revision=216104">216104</a></td><td>lmadsen</td><td>Creating tag for the release of asterisk-1.2.35</td>
+<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/1.2.35?view=revision&revision=216005">216005</a></td><td>russell</td><td>Add IAX2 security document related to AST-2009-006.</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>
-0 files changed
+Makefile                   |    2
+acl.c                      |   12
+astobj2.c                  |   19
+channels/chan_iax2.c       | 1348 +++++++++++++++++++++++++++++++++++++++++----
+channels/iax2-parser.c     |   11
+channels/iax2-parser.h     |    2
+channels/iax2.h            |    2
+configs/iax.conf.sample    |   56 +
+include/asterisk/acl.h     |   13
+include/asterisk/astobj2.h |   10
+include/asterisk/sha1.h    |   81 ++
+include/asterisk/utils.h   |    4
+sha1.c                     |  385 ++++++++++++
+utils.c                    |   19
+14 files changed, 1829 insertions(+), 135 deletions(-)
 </pre><br/>
 <hr/>
 </body>

Modified: tags/1.2.35/asterisk-1.2.35-summary.txt
URL: http://svn.asterisk.org/svn-view/asterisk/tags/1.2.35/asterisk-1.2.35-summary.txt?view=diff&rev=216219&r1=216218&r2=216219
==============================================================================
--- tags/1.2.35/asterisk-1.2.35-summary.txt (original)
+++ tags/1.2.35/asterisk-1.2.35-summary.txt Thu Sep  3 16:35:42 2009
@@ -12,8 +12,9 @@
 
     1. Summary
     2. Contributors
-    3. Other Changes
-    4. Diffstat
+    3. Closed Issues
+    4. Other Changes
+    5. Diffstat
 
      ----------------------------------------------------------------------
 
@@ -28,7 +29,7 @@
    the advisories and determine what action they should take to protect their
    systems from these issues.
 
-   Security Advisories: AST-2009-006
+   Security Advisories:
 
    The data in this summary reflects changes that have been made since the
    previous release, asterisk-1.2.34.
@@ -49,7 +50,28 @@
    release.
 
      Coders                   Testers                  Reporters              
-   1 lmadsen                
+   1 dvossel                1 dbrooks                1 rathaus                
+   1 russell                1 dvossel                
+                            1 russell                
+                            1 tilghman               
+
+     ----------------------------------------------------------------------
+
+                                 Closed Issues
+
+                                 [Back to Top]
+
+   This is a list of all issues from the issue tracker that were closed by
+   changes that went into this release.
+
+  Category: Channels/chan_iax2
+
+   #12912: An issue with the IAX2 channel allows anonymous connections to
+   cause resource starvation
+   Revision: 215958
+   Reporter: rathaus
+   Testers: tilghman, russell, dvossel, dbrooks
+   Coders: dvossel
 
      ----------------------------------------------------------------------
 
@@ -65,8 +87,8 @@
    +------------------------------------------------------------------------+
    | Revision | Author  | Summary                       | Issues Referenced |
    |----------+---------+-------------------------------+-------------------|
-   | 216104   | lmadsen | Creating tag for the release  |                   |
-   |          |         | of asterisk-1.2.35            |                   |
+   | 216005   | russell | Add IAX2 security document    |                   |
+   |          |         | related to AST-2009-006.      |                   |
    +------------------------------------------------------------------------+
 
      ----------------------------------------------------------------------
@@ -78,6 +100,20 @@
    This is a summary of the changes to the source code that went into this
    release that was generated using the diffstat utility.
 
- 0 files changed
+ Makefile                   |    2
+ acl.c                      |   12
+ astobj2.c                  |   19
+ channels/chan_iax2.c       | 1348 +++++++++++++++++++++++++++++++++++++++++----
+ channels/iax2-parser.c     |   11
+ channels/iax2-parser.h     |    2
+ channels/iax2.h            |    2
+ configs/iax.conf.sample    |   56 +
+ include/asterisk/acl.h     |   13
+ include/asterisk/astobj2.h |   10
+ include/asterisk/sha1.h    |   81 ++
+ include/asterisk/utils.h   |    4
+ sha1.c                     |  385 ++++++++++++
+ utils.c                    |   19
+ 14 files changed, 1829 insertions(+), 135 deletions(-)
 
      ----------------------------------------------------------------------




More information about the asterisk-commits mailing list