Update for 13.21.1

This commit is contained in:
Kevin Harwell
2018-06-11 16:02:31 -05:00
parent 9ae823015c
commit 15793b8e53
3 changed files with 43 additions and 6 deletions

View File

@@ -1,7 +1,11 @@
2018-06-11 21:00 +0000 Asterisk Development Team <asteriskteam@digium.com>
2018-06-11 21:02 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk 13.21.1 Released.
2018-06-11 16:00 +0000 [9ae823015c] Kevin Harwell <kharwell@digium.com>
* Update for 13.21.1
2018-04-30 17:38 +0000 [0ebeb3bed5] Richard Mudgett <rmudgett@digium.com>
* AST-2018-008: Fix enumeration of endpoints from ACL rejected addresses.

View File

@@ -2,12 +2,22 @@
<li><a href="#summary">Summary</a></li>
<li><a href="#contributors">Contributors</a></li>
<li><a href="#closed_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><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:</p><ul>
<li><a href="http://downloads.asterisk.org/pub/security/AST-2018-008.html">AST-2018-008</a></li>
</ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-13.21.0.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><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 affected by commits that went into this release.</p><table width="100%" border="0">
<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
<tr valign="top"><td width="33%">1 Richard Mudgett <rmudgett@digium.com><br/></td><td width="33%"><td width="33%">1 John <john@antme.com><br/></td></tr>
<tr valign="top"><td width="33%">1 Kevin Harwell <kharwell@digium.com><br/>1 Richard Mudgett <rmudgett@digium.com><br/></td><td width="33%"><td width="33%">1 John <john@antme.com><br/></td></tr>
</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Security</h3><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-27818">ASTERISK-27818</a>: Username bruteforce is possible when using ACL with PJSIP<br/>Reported by: John<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0ebeb3bed5d28d16f5179baa4469f1cef13edb6a">[0ebeb3bed5]</a> Richard Mudgett -- AST-2018-008: Fix enumeration of endpoints from ACL rejected addresses.</li>
</ul><br><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><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</pre><br></html>
</ul><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><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9ae823015c34d2834e189089fcff32a8291d7ad8">9ae823015c</a></td><td>Kevin Harwell</td><td>Update for 13.21.1</td></tr>
</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><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>asterisk-13.21.0-summary.html | 335 ----------------
asterisk-13.21.0-summary.txt | 819 ----------------------------------------
b/.version | 2
b/ChangeLog | 23 +
b/asterisk-13.21.1-summary.html | 13
b/asterisk-13.21.1-summary.txt | 67 +++
6 files changed, 104 insertions(+), 1155 deletions(-)</pre><br></html>

View File

@@ -13,7 +13,8 @@
1. Summary
2. Contributors
3. Closed Issues
4. Diffstat
4. Other Changes
5. Diffstat
----------------------------------------------------------------------
@@ -51,7 +52,8 @@
this release.
Coders Testers Reporters
1 Richard Mudgett 1 John
1 Kevin Harwell 1 John
1 Richard Mudgett
----------------------------------------------------------------------
@@ -71,6 +73,21 @@
* [0ebeb3bed5] Richard Mudgett -- AST-2018-008: Fix enumeration of
endpoints from ACL rejected addresses.
----------------------------------------------------------------------
Commits Not Associated with an Issue
[Back to Top]
This is a list of all changes that went into this release that did not
reference a JIRA issue.
+------------------------------------------------------------------------+
| Revision | Author | Summary |
|--------------------+-----------------------+---------------------------|
| 9ae823015c | Kevin Harwell | Update for 13.21.1 |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
Diffstat Results
@@ -80,4 +97,10 @@
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
asterisk-13.21.0-summary.html | 335 ----------------
asterisk-13.21.0-summary.txt | 819 ----------------------------------------
b/.version | 2
b/ChangeLog | 23 +
b/asterisk-13.21.1-summary.html | 13
b/asterisk-13.21.1-summary.txt | 67 +++
6 files changed, 104 insertions(+), 1155 deletions(-)