forked from asterisk/asterisk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4be5bdd
commit f1efd03
Showing
6 changed files
with
116 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
17.9.2 | ||
17.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
2021-03-04 16:46 +0000 Asterisk Development Team <[email protected]> | ||
|
||
* asterisk 17.9.3 Released. | ||
|
||
2021-02-25 13:50 +0000 [4be5bddafb] Ben Ford <[email protected]> | ||
|
||
* AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite. | ||
|
||
When Asterisk sends a reinvite negotiating T38 faxing, it's possible a | ||
crash can occur if the response contains a m=image and zero port. The | ||
reinvite callback code now checks session_media to see if it is null or | ||
not before trying to access the udptl variable on it. | ||
|
||
ASTERISK-29305 | ||
|
||
Change-Id: I1dfc51c5fa586e38579ede4bc228edee213ccaa9 | ||
(cherry picked from commit 17f177ce06d55b29b0f27868d8348c40c77cba41) | ||
|
||
2021-02-18 16:49 +0000 Asterisk Development Team <[email protected]> | ||
|
||
* asterisk 17.9.2 Released. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!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"><title>Release Summary - asterisk-17.9.3</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-17.9.3</h3><h3 align="center">Date: 2021-03-04</h3><h3 align="center"><[email protected]></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="#closed_issues">Closed Issues</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-2021-006.html">AST-2021-006</a></li> | ||
</ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-17.9.2.</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 Ben Ford <bford@digium.com><br/></td><td width="33%"><td width="33%">1 Gregory Massel <greg@csurf.co.za><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_t38</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29305">ASTERISK-29305</a>: ASTERISK-29203 / AST-2021-002 -- Another scenario is causing a crash<br/>Reported by: Gregory Massel<ul> | ||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4be5bddafbcfe132e336fc4629573418da6b8717">[4be5bddafb]</a> Ben Ford -- AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite.</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
Release Summary | ||
|
||
asterisk-17.9.3 | ||
|
||
Date: 2021-03-04 | ||
|
||
<[email protected]> | ||
|
||
---------------------------------------------------------------------- | ||
|
||
Table of Contents | ||
|
||
1. Summary | ||
2. Contributors | ||
3. Closed Issues | ||
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-2021-006 | ||
|
||
The data in this summary reflects changes that have been made since the | ||
previous release, asterisk-17.9.2. | ||
|
||
---------------------------------------------------------------------- | ||
|
||
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 affected by commits that went into | ||
this release. | ||
|
||
Coders Testers Reporters | ||
1 Ben Ford 1 Gregory Massel | ||
|
||
---------------------------------------------------------------------- | ||
|
||
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. | ||
|
||
Security | ||
|
||
Category: Resources/res_pjsip_t38 | ||
|
||
ASTERISK-29305: ASTERISK-29203 / AST-2021-002 -- Another scenario is | ||
causing a crash | ||
Reported by: Gregory Massel | ||
* [4be5bddafb] Ben Ford -- AST-2021-006 - res_pjsip_t38.c: Check for | ||
session_media on reinvite. | ||
|
||
---------------------------------------------------------------------- | ||
|
||
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. | ||
|
||
0 files changed |