From: Ben Ford Date: Fri, 10 Nov 2017 16:56:10 +0000 (-0500) Subject: Update for 14.7.2 X-Git-Tag: 14.7.2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9c41879a75183f205f4af0ed5613dcf1c25e996;p=thirdparty%2Fasterisk.git Update for 14.7.2 --- diff --git a/.version b/.version index ed8a86adfe..7528c3a440 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -14.7.1 \ No newline at end of file +14.7.2 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index d9bd6c5852..bb4b089330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2017-11-10 16:56 +0000 Asterisk Development Team + + * asterisk 14.7.2 Released. + +2017-11-01 11:12 +0000 [55ca3b426e] Ben Ford + + * res_pjsip: Add to list of valid characters for from_user. + + Fixes a regression where some characters were unable to be used in + the from_user field of an endpoint. Additionally, the backtick was + removed from the list of valid characters, since it is not valid, + and it was replaced with a single quote, which is a valid character. + + ASTERISK-27387 + + Change-Id: Id80c10a644508365c87b3182e99ea49da11b0281 + (cherry picked from commit 9c7c441a0fa70b4a5cbec4588f8a658c717849e5) + +2017-11-06 16:37 +0000 [f396f47726] Richard Mudgett + + * res_pjsip_registrar.c: Fix AOR and pjproject group deadlock. + + One of the patches for ASTERISK_27147 introduced a deadlock regression. + When the connection oriented transport shut down, the code attempted to + remove the associated contact. However, that same transport had just + requested a registration that we hadn't responded to yet. Depending + upon timing we could deadlock. + + * Made send the REGISTER response after we completed processing the + request contacts and released the AOR lock to avoid the deadlock. + + ASTERISK-27391 + + Change-Id: I89a90f87cb7a02facbafb44c75d8845f93417364 + 2017-11-08 16:28 +0000 Asterisk Development Team * asterisk 14.7.1 Released. diff --git a/asterisk-14.7.1-summary.html b/asterisk-14.7.1-summary.html deleted file mode 100644 index 3aabcfaa41..0000000000 --- a/asterisk-14.7.1-summary.html +++ /dev/null @@ -1,24 +0,0 @@ -Release Summary - asterisk-14.7.1

Release Summary

asterisk-14.7.1

Date: 2017-11-08

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Diffstat
  8. -

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-14.7.0.


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
1 Richard Mudgett
1 Kevin Harwell
1 George Joseph
1 Youngsung Kim at LINE Corporation
1 Richard Mudgett
1 Kim youngsung
1 Corey Farrell

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: General

ASTERISK-27319: (Security) Function in PJSIP 2.7 miscalculates the length of an unsigned long variable in 64bit machines
Reported by: Kim youngsung
    -
  • [b27e7c8e7e] George Joseph -- AST-2017-009: pjproject: Add validation of numeric header values
  • -
ASTERISK-27337: chan_sip: Security vulnerability with client code header (revisited)
Reported by: Richard Mudgett
    -
  • [3808e3510e] Richard Mudgett -- AST-2017-010: Fix cdr_object_update_party_b_userfield_cb() buf overrun
  • -

Category: Resources/res_pjsip

ASTERISK-27345: res_pjsip_session: RTP instances leak on 488 responses.
Reported by: Corey Farrell
    -
  • [5d509f36db] Kevin Harwell -- AST-2017-011 - res_pjsip_session: session leak when a call is rejected
  • -

Category: Resources/res_pjsip_sdp_rtp

ASTERISK-27345: res_pjsip_session: RTP instances leak on 488 responses.
Reported by: Corey Farrell
    -
  • [5d509f36db] Kevin Harwell -- AST-2017-011 - res_pjsip_session: session leak when a call is rejected
  • -

Category: Resources/res_pjsip_session

ASTERISK-27345: res_pjsip_session: RTP instances leak on 488 responses.
Reported by: Corey Farrell
    -
  • [5d509f36db] Kevin Harwell -- AST-2017-011 - res_pjsip_session: session leak when a call is rejected
  • -


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.

main/cdr.c                                                                                    |    6
-res/res_pjsip_session.c                                                                       |   80
-third-party/pjproject/patches/0090-sip_parser-Add-validity-checking-for-numeric-header-.patch |  828 ++++++++++
-3 files changed, 874 insertions(+), 40 deletions(-)

\ No newline at end of file diff --git a/asterisk-14.7.1-summary.txt b/asterisk-14.7.1-summary.txt deleted file mode 100644 index 43ba5f0e11..0000000000 --- a/asterisk-14.7.1-summary.txt +++ /dev/null @@ -1,116 +0,0 @@ - Release Summary - - asterisk-14.7.1 - - Date: 2017-11-08 - - - - ---------------------------------------------------------------------- - - 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-2017-009,AST-2017-010,AST-2017-011 - - The data in this summary reflects changes that have been made since the - previous release, asterisk-14.7.0. - - ---------------------------------------------------------------------- - - 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 Richard Mudgett 1 Youngsung Kim at LINE Corporation - 1 Kevin Harwell 1 Richard Mudgett - 1 George Joseph 1 Kim youngsung - 1 Corey Farrell - - ---------------------------------------------------------------------- - - 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: General - - ASTERISK-27319: (Security) Function in PJSIP 2.7 miscalculates the length - of an unsigned long variable in 64bit machines - Reported by: Kim youngsung - * [b27e7c8e7e] George Joseph -- AST-2017-009: pjproject: Add validation - of numeric header values - ASTERISK-27337: chan_sip: Security vulnerability with client code header - (revisited) - Reported by: Richard Mudgett - * [3808e3510e] Richard Mudgett -- AST-2017-010: Fix - cdr_object_update_party_b_userfield_cb() buf overrun - - Category: Resources/res_pjsip - - ASTERISK-27345: res_pjsip_session: RTP instances leak on 488 responses. - Reported by: Corey Farrell - * [5d509f36db] Kevin Harwell -- AST-2017-011 - res_pjsip_session: - session leak when a call is rejected - - Category: Resources/res_pjsip_sdp_rtp - - ASTERISK-27345: res_pjsip_session: RTP instances leak on 488 responses. - Reported by: Corey Farrell - * [5d509f36db] Kevin Harwell -- AST-2017-011 - res_pjsip_session: - session leak when a call is rejected - - Category: Resources/res_pjsip_session - - ASTERISK-27345: res_pjsip_session: RTP instances leak on 488 responses. - Reported by: Corey Farrell - * [5d509f36db] Kevin Harwell -- AST-2017-011 - res_pjsip_session: - session leak when a call is rejected - - ---------------------------------------------------------------------- - - 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. - - main/cdr.c | 6 - res/res_pjsip_session.c | 80 - third-party/pjproject/patches/0090-sip_parser-Add-validity-checking-for-numeric-header-.patch | 828 ++++++++++ - 3 files changed, 874 insertions(+), 40 deletions(-) diff --git a/asterisk-14.7.2-summary.html b/asterisk-14.7.2-summary.html new file mode 100644 index 0000000000..28c6e2e66a --- /dev/null +++ b/asterisk-14.7.2-summary.html @@ -0,0 +1,15 @@ +Release Summary - asterisk-14.7.2

Release Summary

asterisk-14.7.2

Date: 2017-11-10

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Diffstat
  8. +

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-14.7.1.


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
1 Richard Mudgett
1 Ben Ford
1 Michael Maier
1 shaurya jain

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-27387: Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more
Reported by: Michael Maier
    +
  • [55ca3b426e] Ben Ford -- res_pjsip: Add to list of valid characters for from_user.
  • +

Category: pjproject/pjsip

ASTERISK-27391: Regression: Deadlock between AOR named lock and pjproject grp lock
Reported by: shaurya jain
    +
  • [f396f47726] Richard Mudgett -- res_pjsip_registrar.c: Fix AOR and pjproject group deadlock.
  • +


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.

res_pjsip/pjsip_configuration.c |    4 ++--
+res_pjsip_registrar.c           |   29 ++++++++++++++++++-----------
+2 files changed, 20 insertions(+), 13 deletions(-)

\ No newline at end of file diff --git a/asterisk-14.7.2-summary.txt b/asterisk-14.7.2-summary.txt new file mode 100644 index 0000000000..4e32b1fc7e --- /dev/null +++ b/asterisk-14.7.2-summary.txt @@ -0,0 +1,93 @@ + Release Summary + + asterisk-14.7.2 + + Date: 2017-11-10 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. 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-14.7.1. + + ---------------------------------------------------------------------- + + 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 Richard Mudgett 1 Michael Maier + 1 Ben Ford 1 shaurya jain + + ---------------------------------------------------------------------- + + 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-27387: Regression: pjsip 13.18.0 - from_user - "+" character + isn't allowed any more + Reported by: Michael Maier + * [55ca3b426e] Ben Ford -- res_pjsip: Add to list of valid characters + for from_user. + + Category: pjproject/pjsip + + ASTERISK-27391: Regression: Deadlock between AOR named lock and pjproject + grp lock + Reported by: shaurya jain + * [f396f47726] Richard Mudgett -- res_pjsip_registrar.c: Fix AOR and + pjproject group deadlock. + + ---------------------------------------------------------------------- + + 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. + + res_pjsip/pjsip_configuration.c | 4 ++-- + res_pjsip_registrar.c | 29 ++++++++++++++++++----------- + 2 files changed, 20 insertions(+), 13 deletions(-)