mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
Update for certified/18.9-cert4
This commit is contained in:
54
ChangeLog
54
ChangeLog
@@ -1,3 +1,57 @@
|
||||
2023-01-19 11:33 +0000 Asterisk Development Team <asteriskteam@digium.com>
|
||||
|
||||
* asterisk certified/18.9-cert4 Released.
|
||||
|
||||
2022-12-23 06:02 +0000 [dda609c9df] George Joseph <gjoseph@digium.com>
|
||||
|
||||
* res_pjsip_transport_websocket: Add remote port to transport
|
||||
|
||||
When Asterisk receives a new websocket conenction, it creates a new
|
||||
pjsip transport for it and copies connection data into it. The
|
||||
transport manager then uses the remote IP address and port on the
|
||||
transport to create a monitor for each connection. However, the
|
||||
remote port wasn't being copied, only the IP address which meant
|
||||
that the transport manager was creating only 1 monitoring entry for
|
||||
all websocket connections from the same IP address. Therefore, if
|
||||
one of those connections failed, it deleted the transport taking
|
||||
all the the connections from that same IP address with it.
|
||||
|
||||
* We now copy the remote port into the created transport and the
|
||||
transport manager behaves correctly.
|
||||
|
||||
ASTERISK-30369
|
||||
|
||||
Change-Id: Ib506d40897ea6286455ac0be4dfbb0ed43b727e1
|
||||
|
||||
2022-05-17 07:18 +0000 [c20750bbaf] Joshua C. Colp <jcolp@sangoma.com>
|
||||
|
||||
* res_pjsip_transport_websocket: Also set the remote name.
|
||||
|
||||
As part of PJSIP 2.11 a behavior change was done to require
|
||||
a matching remote hostname on an established transport for
|
||||
secure transports. Since the Websocket transport is considered
|
||||
a secure transport this caused the existing connection to not
|
||||
be found and used.
|
||||
|
||||
We now set the remote hostname and the transport can be found.
|
||||
|
||||
ASTERISK-30065
|
||||
|
||||
Change-Id: Ia1cdef33e1411f927985b4b852c95e163c080e94
|
||||
|
||||
2022-12-09 13:37 +0000 [646a9a7ec6] Alexandre Fournier <afournier@wazo.io>
|
||||
|
||||
* res_geoloc: fix NULL pointer dereference bug
|
||||
|
||||
The `ast_geoloc_datastore_add_eprofile` function does not return 0 on
|
||||
success, it returns the size of the underlying datastore. This means
|
||||
that the datastore will be freed and its pointer set to NULL when no
|
||||
error occured at all.
|
||||
|
||||
ASTERISK-30346
|
||||
|
||||
Change-Id: Iea9b209bd1244cc57b903b9496cb680c356e4bb9
|
||||
|
||||
2022-12-01 20:11 +0000 Asterisk Development Team <asteriskteam@digium.com>
|
||||
|
||||
* asterisk certified/18.9-cert3 Released.
|
||||
|
@@ -1,57 +0,0 @@
|
||||
<!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-certified/18.9-cert3</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/18.9-cert3</h3><h3 align="center">Date: 2022-12-01</h3><h3 align="center"><asteriskteam@digium.com></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="#open_issues">Open 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-2022-007,AST-2022-008,AST-2022-009.html">AST-2022-007,AST-2022-008,AST-2022-009</a></li>
|
||||
</ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/18.9-cert2.</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%">4 Mike Bradeen <mbradeen@sangoma.com><br/>2 Asterisk Development Team <asteriskteam@digium.com><br/>2 George Joseph <gjoseph@digium.com><br/>1 Jaco Kroon <jaco@uls.co.za><br/>1 Joshua C. Colp <jcolp@sangoma.com><br/>1 Ben Ford <bford@digium.com><br/></td><td width="33%"><td width="33%">2 Michael Bradeen <mbradeen@sangoma.com><br/>1 George Joseph <gjoseph@digium.com><br/>1 shawty <shawty.d.ds@googlemail.com><br/>1 nappsoft <infos@nappsoft.ch><br/>1 Joshua C. Colp <jcolp@digium.com><br/>1 Benjamin Keith Ford <bford@digium.com><br/>1 Jesse Ross <jesseross92@gmail.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: Addons/chan_ooh323</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30103">ASTERISK-30103</a>: chan_ooh323 Vulnerability in calling/called party IE<br/>Reported by: Michael Bradeen<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=de142180a3aa26f866681a54fff81436ebb596aa">[de142180a3]</a> Mike Bradeen -- ooh323c: not checking for IE minimum length</li>
|
||||
</ul><br><h4>Category: Core/ManagerInterface</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30176">ASTERISK-30176</a>: manager: GetConfig can read files outside of Asterisk<br/>Reported by: shawty<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2285ffd5ebe4471d24541b39267dcd2c7af0bc0b">[2285ffd5eb]</a> Mike Bradeen -- manager: prevent file access outside of config dir</li>
|
||||
</ul><br><h4>Category: pjproject/pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30338">ASTERISK-30338</a>: pjproject: Backport security fixes from 2.13<br/>Reported by: Benjamin Keith Ford<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9d74efa30f7bc418b84fe92e03cc3d14d285d286">[9d74efa30f]</a> Ben Ford -- pjproject: 2.13 security fixes</li>
|
||||
</ul><br><h3>Bug</h3><h4>Category: Core/BuildSystem</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30321">ASTERISK-30321</a>: Build: Embedded blobs have executable stacks<br/>Reported by: George Joseph<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ed798d30f8e619596f3e808899eca61123664ea7">[ed798d30f8]</a> Jaco Kroon -- Build system: Avoid executable stack.</li>
|
||||
</ul><br><h4>Category: Resources/res_agi</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30314">ASTERISK-30314</a>: res_agi: RECORD FILE doesn't respect "transmit_silence" asterisk.conf option<br/>Reported by: Joshua C. Colp<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e50b2bfad937dc18a9b175a7b39a18ccc593bf7c">[e50b2bfad9]</a> Joshua C. Colp -- res_agi: Respect "transmit_silence" option for "RECORD FILE".</li>
|
||||
</ul><br><h4>Category: Resources/res_pjsip_pubsub</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30244">ASTERISK-30244</a>: res_pjsip_pubsub: Occasional crash when TCP/TLS connection terminated and subscription persistence is removed<br/>Reported by: nappsoft<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=dd76b53ca6a869efa8996cf9c767946be93a2893">[dd76b53ca6]</a> George Joseph -- pjsip_transport_events: Fix possible use after free on transport</li>
|
||||
</ul><br><h4>Category: pjproject/pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28689">ASTERISK-28689</a>: res_pjsip: Crash when locking group lock when sending stateful response<br/>Reported by: Jesse Ross<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1a72025c353359233504ef78d26443be6fea46a3">[1a72025c35]</a> Mike Bradeen -- res_pjsip: prevent crash on websocket disconnect</li>
|
||||
</ul><br><hr><a name="open_issues"><h2 align="center">Open Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all open issues from the issue tracker that were referenced by changes that went into this release.</p><h3>Bug</h3><h4>Category: Resources/res_stasis_snoop</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30252">ASTERISK-30252</a>: Unidirectional snoop on resampled channel causes garbled audio<br/>Reported by: Michael Bradeen<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f107e4fd87b700a7db17b0179b40cf8d06b4ab5f">[f107e4fd87]</a> Mike Bradeen -- audiohook: add directional awareness</li>
|
||||
</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=4e9c0bc8804b909986657436029e13d32108a3f9">4e9c0bc880</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for certified/18.9-cert3</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=28a23f659590b7b667b62bd2f8b7e5a0c96c3edf">28a23f6595</a></td><td>Asterisk Development Team</td><td>Update for certified/18.9-cert3</td></tr>
|
||||
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6e842ae10062766ca307fe1a490fbadb739247c0">6e842ae100</a></td><td>George Joseph</td><td>res_geolocation: Update wiki documentation</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>Makefile.rules | 4
|
||||
UPGRADE.txt | 13
|
||||
addons/ooh323c/src/ooq931.c | 15
|
||||
configs/samples/asterisk.conf.sample | 11
|
||||
configs/samples/geolocation.conf.sample | 2
|
||||
include/asterisk/audiohook.h | 9
|
||||
include/asterisk/manager.h | 12
|
||||
include/asterisk/res_pjsip.h | 83 +++
|
||||
main/audiohook.c | 22
|
||||
main/manager.c | 42 +
|
||||
main/options.c | 1
|
||||
res/res_agi.c | 15
|
||||
res/res_geolocation/wiki/AsteriskImplementation.md | 251 +++++++--
|
||||
res/res_geolocation/wiki/GML.md | 38 +
|
||||
res/res_geolocation/wiki/Geolocation.md | 2
|
||||
res/res_geolocation/wiki/README.txt | 31 +
|
||||
res/res_geolocation/wiki/URI.md | 5
|
||||
res/res_pjsip.c | 47 +
|
||||
res/res_pjsip/pjsip_transport_events.c | 214 +++++++-
|
||||
res/res_pjsip_outbound_registration.c | 28 -
|
||||
res/res_pjsip_pubsub.c | 25
|
||||
res/res_stasis_snoop.c | 22
|
||||
third-party/pjproject/patches/0200-cert-18.9-potential-buffer-overflow-in-pjlib-scanner-and-pjmedia.patch | 254 ++++++++++
|
||||
23 files changed, 997 insertions(+), 149 deletions(-)</pre><br></html>
|
@@ -1,199 +0,0 @@
|
||||
Release Summary
|
||||
|
||||
asterisk-certified/18.9-cert3
|
||||
|
||||
Date: 2022-12-01
|
||||
|
||||
<asteriskteam@digium.com>
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Table of Contents
|
||||
|
||||
1. Summary
|
||||
2. Contributors
|
||||
3. Closed Issues
|
||||
4. Open Issues
|
||||
5. Other Changes
|
||||
6. 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-2022-007,AST-2022-008,AST-2022-009
|
||||
|
||||
The data in this summary reflects changes that have been made since the
|
||||
previous release, asterisk-certified/18.9-cert2.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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
|
||||
4 Mike Bradeen 2 Michael Bradeen
|
||||
2 Asterisk Development Team 1 George Joseph
|
||||
2 George Joseph 1 shawty
|
||||
1 Jaco Kroon 1 nappsoft
|
||||
1 Joshua C. Colp 1 Joshua C. Colp
|
||||
1 Ben Ford 1 Benjamin Keith Ford
|
||||
1 Jesse Ross
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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: Addons/chan_ooh323
|
||||
|
||||
ASTERISK-30103: chan_ooh323 Vulnerability in calling/called party IE
|
||||
Reported by: Michael Bradeen
|
||||
* [de142180a3] Mike Bradeen -- ooh323c: not checking for IE minimum
|
||||
length
|
||||
|
||||
Category: Core/ManagerInterface
|
||||
|
||||
ASTERISK-30176: manager: GetConfig can read files outside of Asterisk
|
||||
Reported by: shawty
|
||||
* [2285ffd5eb] Mike Bradeen -- manager: prevent file access outside of
|
||||
config dir
|
||||
|
||||
Category: pjproject/pjsip
|
||||
|
||||
ASTERISK-30338: pjproject: Backport security fixes from 2.13
|
||||
Reported by: Benjamin Keith Ford
|
||||
* [9d74efa30f] Ben Ford -- pjproject: 2.13 security fixes
|
||||
|
||||
Bug
|
||||
|
||||
Category: Core/BuildSystem
|
||||
|
||||
ASTERISK-30321: Build: Embedded blobs have executable stacks
|
||||
Reported by: George Joseph
|
||||
* [ed798d30f8] Jaco Kroon -- Build system: Avoid executable stack.
|
||||
|
||||
Category: Resources/res_agi
|
||||
|
||||
ASTERISK-30314: res_agi: RECORD FILE doesn't respect "transmit_silence"
|
||||
asterisk.conf option
|
||||
Reported by: Joshua C. Colp
|
||||
* [e50b2bfad9] Joshua C. Colp -- res_agi: Respect "transmit_silence"
|
||||
option for "RECORD FILE".
|
||||
|
||||
Category: Resources/res_pjsip_pubsub
|
||||
|
||||
ASTERISK-30244: res_pjsip_pubsub: Occasional crash when TCP/TLS connection
|
||||
terminated and subscription persistence is removed
|
||||
Reported by: nappsoft
|
||||
* [dd76b53ca6] George Joseph -- pjsip_transport_events: Fix possible use
|
||||
after free on transport
|
||||
|
||||
Category: pjproject/pjsip
|
||||
|
||||
ASTERISK-28689: res_pjsip: Crash when locking group lock when sending
|
||||
stateful response
|
||||
Reported by: Jesse Ross
|
||||
* [1a72025c35] Mike Bradeen -- res_pjsip: prevent crash on websocket
|
||||
disconnect
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Open Issues
|
||||
|
||||
[Back to Top]
|
||||
|
||||
This is a list of all open issues from the issue tracker that were
|
||||
referenced by changes that went into this release.
|
||||
|
||||
Bug
|
||||
|
||||
Category: Resources/res_stasis_snoop
|
||||
|
||||
ASTERISK-30252: Unidirectional snoop on resampled channel causes garbled
|
||||
audio
|
||||
Reported by: Michael Bradeen
|
||||
* [f107e4fd87] Mike Bradeen -- audiohook: add directional awareness
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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 |
|
||||
|------------+----------------------+------------------------------------|
|
||||
| 4e9c0bc880 | Asterisk Development | Update CHANGES and UPGRADE.txt for |
|
||||
| | Team | certified/18.9-cert3 |
|
||||
|------------+----------------------+------------------------------------|
|
||||
| 28a23f6595 | Asterisk Development | Update for certified/18.9-cert3 |
|
||||
| | Team | |
|
||||
|------------+----------------------+------------------------------------|
|
||||
| 6e842ae100 | George Joseph | res_geolocation: Update wiki |
|
||||
| | | documentation |
|
||||
+------------------------------------------------------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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.
|
||||
|
||||
Makefile.rules | 4
|
||||
UPGRADE.txt | 13
|
||||
addons/ooh323c/src/ooq931.c | 15
|
||||
configs/samples/asterisk.conf.sample | 11
|
||||
configs/samples/geolocation.conf.sample | 2
|
||||
include/asterisk/audiohook.h | 9
|
||||
include/asterisk/manager.h | 12
|
||||
include/asterisk/res_pjsip.h | 83 +++
|
||||
main/audiohook.c | 22
|
||||
main/manager.c | 42 +
|
||||
main/options.c | 1
|
||||
res/res_agi.c | 15
|
||||
res/res_geolocation/wiki/AsteriskImplementation.md | 251 +++++++--
|
||||
res/res_geolocation/wiki/GML.md | 38 +
|
||||
res/res_geolocation/wiki/Geolocation.md | 2
|
||||
res/res_geolocation/wiki/README.txt | 31 +
|
||||
res/res_geolocation/wiki/URI.md | 5
|
||||
res/res_pjsip.c | 47 +
|
||||
res/res_pjsip/pjsip_transport_events.c | 214 +++++++-
|
||||
res/res_pjsip_outbound_registration.c | 28 -
|
||||
res/res_pjsip_pubsub.c | 25
|
||||
res/res_stasis_snoop.c | 22
|
||||
third-party/pjproject/patches/0200-cert-18.9-potential-buffer-overflow-in-pjlib-scanner-and-pjmedia.patch | 254 ++++++++++
|
||||
23 files changed, 997 insertions(+), 149 deletions(-)
|
18
asterisk-certified-18.9-cert4-summary.html
Normal file
18
asterisk-certified-18.9-cert4-summary.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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-certified/18.9-cert4</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/18.9-cert4</h3><h3 align="center">Date: 2023-01-19</h3><h3 align="center"><asteriskteam@digium.com></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="#open_issues">Open 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 is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/18.9-cert3.</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 Joshua C. Colp <jcolp@sangoma.com><br/>1 Alexandre Fournier <afournier@wazo.io><br/>1 George Joseph <gjoseph@digium.com><br/></td><td width="33%"><td width="33%">1 Joshua C. Colp <jcolp@digium.com><br/>1 Alexandre Fournier <afournier@wazo.io><br/>1 LA <learbia@gmail.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>Bug</h3><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30369">ASTERISK-30369</a>: res_pjsip: Websockets from same IP shut down when they shouldn't be<br/>Reported by: Joshua C. Colp<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=dda609c9df2eebbd7c227d5a7db5586e1344d1a1">[dda609c9df]</a> George Joseph -- res_pjsip_transport_websocket: Add remote port to transport</li>
|
||||
</ul><br><h4>Category: Resources/res_pjsip_transport_websocket</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30065">ASTERISK-30065</a>: pjsip: Open Websocket connection is not reused for outgoing requests<br/>Reported by: LA<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c20750bbaf859a3caae408a493dae3c180d49d96">[c20750bbaf]</a> Joshua C. Colp -- res_pjsip_transport_websocket: Also set the remote name.</li>
|
||||
</ul><br><h4>Category: pjproject/pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30065">ASTERISK-30065</a>: pjsip: Open Websocket connection is not reused for outgoing requests<br/>Reported by: LA<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c20750bbaf859a3caae408a493dae3c180d49d96">[c20750bbaf]</a> Joshua C. Colp -- res_pjsip_transport_websocket: Also set the remote name.</li>
|
||||
</ul><br><hr><a name="open_issues"><h2 align="center">Open Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all open issues from the issue tracker that were referenced by changes that went into this release.</p><h3>Bug</h3><h4>Category: Resources/res_geolocation</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30346">ASTERISK-30346</a>: Fix NULL dereferencing issue in Geolocation<br/>Reported by: Alexandre Fournier<ul>
|
||||
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=646a9a7ec6da8061b2b9ff34aedc455789035d7c">[646a9a7ec6]</a> Alexandre Fournier -- res_geoloc: fix NULL pointer dereference bug</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>
|
119
asterisk-certified-18.9-cert4-summary.txt
Normal file
119
asterisk-certified-18.9-cert4-summary.txt
Normal file
@@ -0,0 +1,119 @@
|
||||
Release Summary
|
||||
|
||||
asterisk-certified/18.9-cert4
|
||||
|
||||
Date: 2023-01-19
|
||||
|
||||
<asteriskteam@digium.com>
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Table of Contents
|
||||
|
||||
1. Summary
|
||||
2. Contributors
|
||||
3. Closed Issues
|
||||
4. Open Issues
|
||||
5. Diffstat
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Summary
|
||||
|
||||
[Back to Top]
|
||||
|
||||
This release is a point release of an existing major version. The changes
|
||||
included were made to address problems that have been identified in this
|
||||
release series, or are minor, backwards compatible new features or
|
||||
improvements. Users should be able to safely upgrade to this version if
|
||||
this release series is already in use. Users considering upgrading from a
|
||||
previous version are strongly encouraged to review the UPGRADE.txt
|
||||
document as well as the CHANGES document for information about upgrading
|
||||
to this release series.
|
||||
|
||||
The data in this summary reflects changes that have been made since the
|
||||
previous release, asterisk-certified/18.9-cert3.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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 Joshua C. Colp 1 Joshua C. Colp
|
||||
1 Alexandre Fournier 1 Alexandre Fournier
|
||||
1 George Joseph 1 LA
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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.
|
||||
|
||||
Bug
|
||||
|
||||
Category: Resources/res_pjsip
|
||||
|
||||
ASTERISK-30369: res_pjsip: Websockets from same IP shut down when they
|
||||
shouldn't be
|
||||
Reported by: Joshua C. Colp
|
||||
* [dda609c9df] George Joseph -- res_pjsip_transport_websocket: Add
|
||||
remote port to transport
|
||||
|
||||
Category: Resources/res_pjsip_transport_websocket
|
||||
|
||||
ASTERISK-30065: pjsip: Open Websocket connection is not reused for
|
||||
outgoing requests
|
||||
Reported by: LA
|
||||
* [c20750bbaf] Joshua C. Colp -- res_pjsip_transport_websocket: Also set
|
||||
the remote name.
|
||||
|
||||
Category: pjproject/pjsip
|
||||
|
||||
ASTERISK-30065: pjsip: Open Websocket connection is not reused for
|
||||
outgoing requests
|
||||
Reported by: LA
|
||||
* [c20750bbaf] Joshua C. Colp -- res_pjsip_transport_websocket: Also set
|
||||
the remote name.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Open Issues
|
||||
|
||||
[Back to Top]
|
||||
|
||||
This is a list of all open issues from the issue tracker that were
|
||||
referenced by changes that went into this release.
|
||||
|
||||
Bug
|
||||
|
||||
Category: Resources/res_geolocation
|
||||
|
||||
ASTERISK-30346: Fix NULL dereferencing issue in Geolocation
|
||||
Reported by: Alexandre Fournier
|
||||
* [646a9a7ec6] Alexandre Fournier -- res_geoloc: fix NULL pointer
|
||||
dereference bug
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
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
|
Reference in New Issue
Block a user