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-cert3.
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 Richard Mudgett 2 Alexei Gradinari 2 Joshua Colp 2 gtjoseph 1 Walter Doekes 1 Kevin Harwell 1 Mark Michelson | 3 Richard Mudgett 3 Richard Mudgett 2 Ross Beer 1 Walter Doekes 1 George Joseph 1 Kevin Harwell 1 Scott Griepentrog 1 Joshua Colp 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 |
---|---|---|
2e0239c28c | Kevin Harwell | Update for certified/13.8-cert4 |
87e1ebc91a | Mark Michelson | res_pjsip_session: Do not call session supplements when it's too late. |
4c50689d09 | Joshua Colp | Revert "pjproject_bundled: Add patch to address SSL crash" |
a8e37c3d06 | gtjoseph | pjproject_bundled: Add MALLOC_DEBUG capability |
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-cert3-summary.html | 47 - asterisk-certified-13.8-cert3-summary.txt | 156 ------ b/.version | 2 b/CHANGES | 17 b/ChangeLog | 248 ++++++++++ b/apps/app_dial.c | 1 b/apps/app_fax.c | 14 b/apps/app_queue.c | 12 b/asterisk-certified-13.8-cert4-summary.html | 75 +++ b/asterisk-certified-13.8-cert4-summary.txt | 221 ++++++++ b/channels/chan_sip.c | 8 b/configs/samples/pjsip.conf.sample | 16 b/contrib/ast-db-manage/config/versions/a6ef36f1309_ps_globals_add_ignore_uri_user_options.py | 32 + b/contrib/realtime/mssql/mssql_config.sql | 14 b/contrib/realtime/mysql/mysql_config.sql | 6 b/contrib/realtime/oracle/oracle_config.sql | 14 b/contrib/realtime/postgresql/postgresql_config.sql | 6 b/include/asterisk/json.h | 35 + b/include/asterisk/res_pjsip.h | 32 + b/include/asterisk/taskprocessor.h | 32 + b/main/aoc.c | 17 b/main/cel.c | 4 b/main/json.c | 146 +++++ b/main/taskprocessor.c | 29 + b/res/res_fax.c | 12 b/res/res_pjsip.c | 24 b/res/res_pjsip/config_global.c | 21 b/res/res_pjsip/pjsip_options.c | 12 b/res/res_pjsip_caller_id.c | 18 b/res/res_pjsip_diversion.c | 25 - b/res/res_pjsip_endpoint_identifier_user.c | 7 b/res/res_pjsip_messaging.c | 25 - b/res/res_pjsip_path.c | 22 b/res/res_pjsip_pubsub.c | 20 b/res/res_pjsip_refer.c | 7 b/res/res_pjsip_registrar.c | 15 b/res/res_pjsip_session.c | 37 - b/res/stasis/app.c | 2 b/tests/test_json.c | 34 - b/third-party/Makefile.rules | 2 b/third-party/pjproject/.gitignore | 1 b/third-party/pjproject/Makefile | 110 +++- b/third-party/pjproject/patches/asterisk_malloc_debug.c | 72 ++ b/third-party/pjproject/patches/asterisk_malloc_debug.h | 78 +++ b/third-party/pjproject/patches/config_site.h | 11 45 files changed, 1412 insertions(+), 327 deletions(-)