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:
The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.8-cert2.
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 |
---|---|---|
6 George Joseph 3 Mark Michelson 1 Joshua Colp 1 Kevin Harwell 1 Corey Farrell | 3 Mark Michelson 1 Etienne Lessard 1 Kevin Harwell |
This is a list of all issues from the issue tracker that were closed by changes that went into this release.
This is a list of all changes that went into this release that did not reference a JIRA issue.
Revision | Author | Summary |
---|---|---|
6cec20200b | gtjoseph | Release summaries: Remove previous versions |
9c0f0eef6e | gtjoseph | .version: Update for certified/13.8-cert3 |
3923b114b9 | gtjoseph | .lastclean: Update for certified/13.8-cert3 |
83362b5590 | gtjoseph | realtime: Add database scripts for certified/13.8-cert3 |
b1e827d259 | gtjoseph | res_rtp_multicast: Fix SEGV in ast_multicast_rtp_create_options |
b82f0b7722 | Joshua Colp | Revert "ConfBridge: Rework announcer channel methodology" |
f40c6874c6 | gtjoseph | res_pjsip: Add contact_user to endpoint |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
asterisk-certified-13.8-cert2-summary.html | 66 - asterisk-certified-13.8-cert2-summary.txt | 199 --- b/.version | 2 b/CHANGES | 16 b/apps/app_confbridge.c | 612 ++++++++-- b/apps/confbridge/conf_chan_announce.c | 30 b/apps/confbridge/conf_state_multi_marked.c | 9 b/apps/confbridge/include/confbridge.h | 43 b/channels/chan_sip.c | 61 b/configs/samples/pjsip.conf.sample | 2 b/contrib/ast-db-manage/config/versions/4e2493ef32e6_add_contact_user_to_endpoint.py | 22 b/contrib/ast-db-manage/config/versions/581a4264e537_adding_extensions.py | 10 b/contrib/realtime/mssql/mssql_config.sql | 13 b/contrib/realtime/mysql/mysql_config.sql | 9 b/contrib/realtime/oracle/oracle_config.sql | 13 b/contrib/realtime/postgresql/postgresql_config.sql | 9 b/include/asterisk/res_pjsip.h | 2 b/res/res_pjsip.c | 26 18 files changed, 736 insertions(+), 408 deletions(-)