From: Kevin Harwell Date: Thu, 8 Dec 2016 17:42:41 +0000 (-0500) Subject: Update for certified/13.8-cert4 X-Git-Tag: certified/13.8-cert4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0955f190a42e5c1ca20080d9e34d19c3c1b8646;p=thirdparty%2Fasterisk.git Update for certified/13.8-cert4 --- diff --git a/ChangeLog b/ChangeLog index 20db847bcc..57019ec15e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2016-12-08 17:40 +0000 Asterisk Development Team +2016-12-08 17:42 +0000 Asterisk Development Team * asterisk certified/13.8-cert4 Released. +2016-12-08 11:40 +0000 [2e0239c28c] Kevin Harwell + + * Update for certified/13.8-cert4 + 2016-11-30 09:31 +0000 [4fece22836] Walter Doekes * chan_sip: Do not allow non-SP/HTAB between header key and colon. diff --git a/asterisk-certified-13.8-cert4-summary.html b/asterisk-certified-13.8-cert4-summary.html index 8be0aca171..c022677cab 100644 --- a/asterisk-certified-13.8-cert4-summary.html +++ b/asterisk-certified-13.8-cert4-summary.html @@ -5,10 +5,10 @@
  • Other Changes
  • 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:

    The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.8-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.

    - +
    CodersTestersReporters
    4 Richard Mudgett
    2 Alexei Gradinari
    2 Joshua Colp
    2 gtjoseph
    1 Walter Doekes
    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
    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

    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: Applications/app_dial

    ASTERISK-26549: app_dial: When PickupChan() is used some channels may have incorrect device state
    Reported by: Joshua Colp
    • [c8df727502] Joshua Colp -- app_dial: Fix incorrect device state when channel is picked up.

    Category: Channels/chan_pjsip

    ASTERISK-26145: pjsip: Deadlock with suspend + masquerade + indicate
    Reported by: Ross Beer
      @@ -35,41 +35,53 @@
    • [7baedd9ecd] Alexei Gradinari -- res_pjsip_pubsub: fixed a bug when pjsip_tx_data_dec_ref is called twice.


    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.

    + -
    RevisionAuthorSummary
    2e0239c28cKevin HarwellUpdate for certified/13.8-cert4
    87e1ebc91aMark Michelsonres_pjsip_session: Do not call session supplements when it's too late.
    4c50689d09Joshua ColpRevert "pjproject_bundled: Add patch to address SSL crash"
    a8e37c3d06gtjosephpjproject_bundled: Add MALLOC_DEBUG capability

    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.

    CHANGES                                                                                     |   17 +
    -apps/app_dial.c                                                                             |    1
    -apps/app_fax.c                                                                              |   14
    -apps/app_queue.c                                                                            |   12
    -channels/chan_sip.c                                                                         |    8
    -configs/samples/pjsip.conf.sample                                                           |   16 +
    -contrib/ast-db-manage/config/versions/a6ef36f1309_ps_globals_add_ignore_uri_user_options.py |   32 ++
    -include/asterisk/json.h                                                                     |   35 ++
    -include/asterisk/res_pjsip.h                                                                |   32 ++
    -include/asterisk/taskprocessor.h                                                            |   32 ++
    -main/aoc.c                                                                                  |   17 -
    -main/cel.c                                                                                  |    4
    -main/json.c                                                                                 |  146 +++++++++-
    -main/taskprocessor.c                                                                        |   29 +
    -res/res_fax.c                                                                               |   12
    -res/res_pjsip.c                                                                             |   24 +
    -res/res_pjsip/config_global.c                                                               |   21 +
    -res/res_pjsip/pjsip_options.c                                                               |   12
    -res/res_pjsip_caller_id.c                                                                   |   18 +
    -res/res_pjsip_diversion.c                                                                   |   25 +
    -res/res_pjsip_endpoint_identifier_user.c                                                    |    7
    -res/res_pjsip_messaging.c                                                                   |   25 +
    -res/res_pjsip_path.c                                                                        |   22 +
    -res/res_pjsip_pubsub.c                                                                      |   20 +
    -res/res_pjsip_refer.c                                                                       |    7
    -res/res_pjsip_registrar.c                                                                   |   15 -
    -res/res_pjsip_session.c                                                                     |   37 +-
    -res/stasis/app.c                                                                            |    2
    -tests/test_json.c                                                                           |   34 +-
    -third-party/Makefile.rules                                                                  |    2
    -third-party/pjproject/.gitignore                                                            |    1
    -third-party/pjproject/Makefile                                                              |  110 +++++--
    -third-party/pjproject/patches/asterisk_malloc_debug.c                                       |   72 ++++
    -third-party/pjproject/patches/asterisk_malloc_debug.h                                       |   11
    -34 files changed, 749 insertions(+), 123 deletions(-)

    \ No newline at end of file +

    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.

    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(-)

    \ No newline at end of file diff --git a/asterisk-certified-13.8-cert4-summary.txt b/asterisk-certified-13.8-cert4-summary.txt index c0f35ac0e4..8fb65d179a 100644 --- a/asterisk-certified-13.8-cert4-summary.txt +++ b/asterisk-certified-13.8-cert4-summary.txt @@ -31,7 +31,7 @@ Security Advisories: - * AST-2016-008,AST-2016-009 + * AST-2016-009 The data in this summary reflects changes that have been made since the previous release, asterisk-certified/13.8-cert3. @@ -57,8 +57,8 @@ 2 Joshua Colp 2 Ross Beer 2 gtjoseph 1 Walter Doekes 1 Walter Doekes 1 George Joseph - 1 Mark Michelson 1 Kevin Harwell - 1 Scott Griepentrog + 1 Kevin Harwell 1 Kevin Harwell + 1 Mark Michelson 1 Scott Griepentrog 1 Joshua Colp 1 Kevin Harwell @@ -165,6 +165,8 @@ +------------------------------------------------------------------------+ | 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. | |------------+----------------+------------------------------------------| @@ -184,38 +186,49 @@ This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility. - CHANGES | 17 + - apps/app_dial.c | 1 - apps/app_fax.c | 14 - apps/app_queue.c | 12 - channels/chan_sip.c | 8 - configs/samples/pjsip.conf.sample | 16 + - contrib/ast-db-manage/config/versions/a6ef36f1309_ps_globals_add_ignore_uri_user_options.py | 32 ++ - include/asterisk/json.h | 35 ++ - include/asterisk/res_pjsip.h | 32 ++ - include/asterisk/taskprocessor.h | 32 ++ - main/aoc.c | 17 - - main/cel.c | 4 - main/json.c | 146 +++++++++- - main/taskprocessor.c | 29 + - res/res_fax.c | 12 - res/res_pjsip.c | 24 + - res/res_pjsip/config_global.c | 21 + - res/res_pjsip/pjsip_options.c | 12 - res/res_pjsip_caller_id.c | 18 + - res/res_pjsip_diversion.c | 25 + - res/res_pjsip_endpoint_identifier_user.c | 7 - res/res_pjsip_messaging.c | 25 + - res/res_pjsip_path.c | 22 + - res/res_pjsip_pubsub.c | 20 + - res/res_pjsip_refer.c | 7 - res/res_pjsip_registrar.c | 15 - - res/res_pjsip_session.c | 37 +- - res/stasis/app.c | 2 - tests/test_json.c | 34 +- - third-party/Makefile.rules | 2 - third-party/pjproject/.gitignore | 1 - third-party/pjproject/Makefile | 110 +++++-- - third-party/pjproject/patches/asterisk_malloc_debug.c | 72 ++++ - third-party/pjproject/patches/asterisk_malloc_debug.h | 11 - 34 files changed, 749 insertions(+), 123 deletions(-) + 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(-)