From: Asterisk Development Team Date: Wed, 16 Oct 2019 17:29:13 +0000 (-0500) Subject: Update for 17.0.0-rc3 X-Git-Tag: 17.0.0-rc3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7ff1297ce5603c2ff0e69c15e3e6822ee177fe;p=thirdparty%2Fasterisk.git Update for 17.0.0-rc3 --- diff --git a/.version b/.version index c9f441949f..fc3b13a71a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -17.0.0-rc2 \ No newline at end of file +17.0.0-rc3 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 4b9a7bfe7e..390052aa23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2019-10-16 17:29 +0000 Asterisk Development Team + + * asterisk 17.0.0-rc3 Released. + +2019-10-09 15:17 +0000 [84e8364ce7] Joshua Colp (license 5000) + + * pbx: deadlock when outgoing dialed channel hangs up too quickly + + Here's the basic scenario that occurred when executing an AMI fast originate + while at the same time something else locks the channels container, and also + wants a lock on the dialed channel: + + 1. pbx_outgoing_attempt obtains a lock on a dialed channel + 2. concurrently another thread obtains a lock on the channels container, and + subsequently requests a lock on the dialed channel. It waits on #1. For + instance, "core show channel + + * res_pjsip_mwi: potential double unref, and potential unwanted double link + + When creating an unsolicited MWI aggregate subscription it was possible for + the subscription object to be double unref'ed. This patch removes the explicit + unref as it is not needed since the RAII_VAR will handle it at function end. + + Less concerning there was also a bug that could potentially allow the aggregate + subscription object to be added to the unsolicited container twice. This patch + ensures it is added only once. + + ASTERISK-28575 + + Change-Id: I9ccfdb5ea788bc0c3618db183aae235e53c12763 + +2019-10-09 09:32 +0000 [9cc9c0267b] George Joseph + + * pjproject_bundled: Replace earlier reverts with official fixes. + + Issues in pjproject 2.9 caused us to revert some of their changes + as a work around. This introduced another issue where pjproject + wouldn't build with older gcc versions such as that found on + CentOS 6. This commit replaces the reverts with the official + fixes for the original issues and allows pjproject to be built + on CentOS 6 again. + + ASTERISK-28574 + Reported-by: Niklas Larsson + + Change-Id: I06f8507bea553d1a01b0b8874197d35b9d47ec4c + 2019-09-25 17:27 +0000 Asterisk Development Team * asterisk 17.0.0-rc2 Released. diff --git a/asterisk-17.0.0-rc2-summary.html b/asterisk-17.0.0-rc2-summary.html deleted file mode 100644 index d297964b95..0000000000 --- a/asterisk-17.0.0-rc2-summary.html +++ /dev/null @@ -1,40 +0,0 @@ -Release Summary - asterisk-17.0.0-rc2

Release Summary

asterisk-17.0.0-rc2

Date: 2019-09-25

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Other Changes
  8. -
  9. Diffstat
  10. -

Summary

[Back to Top]

This is the first release of a major new version of Asterisk. For a list of new features that have been included with this release, please see the CHANGES file inside the source package. Since this is a new major release, users are encouraged to do extended testing before upgrading to this version in a production environment.

The data in this summary reflects changes that have been made since the previous release, asterisk-17.0.0-rc1.


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
2 Kevin Harwell
2 George Joseph
2 Joshua Colp
1 Alexei Gradinari (license 5691)
1 Guido Falsi
1 Alexei Gradinari
1 Guido Falsi
1 Mark
1 Cyril Ramière
1 Gregory Massel
1 Chris Savinovich
1 Joshua C. Colp

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: Resources/res_pjsip_t38

ASTERISK-28495: res_pjsip_t38: 200 OK with SDP answer with declined stream causes crash
Reported by: Alexei Gradinari
    -
  • [2976625d42] Alexei Gradinari -- AST-2019-004 - res_pjsip_t38.c: Add NULL checks before using session media
  • -

Bug

Category: .Release/Targets

ASTERISK-28488: pjsip mwi: n+1 sip notify's sent on re-register
Reported by: Chris Savinovich
    -
  • [c02cbeade8] Kevin Harwell -- res_pjsip_mwi: add better handling of solicited vs unsolicited subscriptions
  • -

Category: Channels/chan_dahdi

ASTERISK-28536: Asterisk release candidates fail to build on FreeBSD
Reported by: Guido Falsi
    -
  • [e23ed0eff0] Guido Falsi -- chan_dahdi: Fix build with clang/llvm
  • -

Category: Channels/chan_pjsip

ASTERISK-28538: chan_pjsip: Deadlock on fax detection
Reported by: Joshua C. Colp
    -
  • [ce7641c8e8] Joshua Colp -- chan_pjsip: Relock correct channel during "fax" redirect.
  • -

Category: Core/Channels

ASTERISK-28499: translate: Crash when frame does not have a "src" field set
Reported by: Gregory Massel
    -
  • [a60ffe0255] Joshua Colp -- AST-2019-005 - translate: Don't assume all frames will have a src.
  • -

Category: General

ASTERISK-28523: Asterisk 16.5.0 Memory leak
Reported by: Cyril Ramière
    -
  • [fb29778ae4] Kevin Harwell -- res_sorcery_memory_cache: stale item update leak
  • -

Category: Resources/res_pjsip

ASTERISK-28521: pjsip: Memory Leak
Reported by: Mark
    -
  • [410ee33355] George Joseph -- pjproject_bundled: Revert pjproject 2.9 commits causing leaks
  • -

Category: Resources/res_pjsip_outbound_registration

ASTERISK-28521: pjsip: Memory Leak
Reported by: Mark
    -
  • [410ee33355] George Joseph -- pjproject_bundled: Revert pjproject 2.9 commits causing leaks
  • -


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
e86fbd0ba7George Josephchan_sip: Update links referenced in deprecation notice

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.

channels/chan_dahdi.c                                                                         |   10
-channels/chan_pjsip.c                                                                         |   38
-channels/chan_sip.c                                                                           |    4
-main/translate.c                                                                              |    2
-res/res_pjsip_mwi.c                                                                           |  291 ++
-res/res_pjsip_t38.c                                                                           |   72
-res/res_sorcery_memory_cache.c                                                                |    1
-third-party/pjproject/patches/0030-Revert-Misc-re-2147-Fixed-warnings-in-SSL-socket-red.patch |   60
-third-party/pjproject/patches/0031-Revert-Fixed-2204-Add-OpenSSL-remote-certificate-cha.patch |   84
-third-party/pjproject/patches/0032-Revert-Re-2147-misc-Fix-failed-pjsip-test-transport_.patch |   64
-third-party/pjproject/patches/0033-Revert-Close-1019-Support-for-multiple-listeners.patch     |  973 ++++++++++
-11 files changed, 1511 insertions(+), 88 deletions(-)

\ No newline at end of file diff --git a/asterisk-17.0.0-rc2-summary.txt b/asterisk-17.0.0-rc2-summary.txt deleted file mode 100644 index 3ba2e1010e..0000000000 --- a/asterisk-17.0.0-rc2-summary.txt +++ /dev/null @@ -1,164 +0,0 @@ - Release Summary - - asterisk-17.0.0-rc2 - - Date: 2019-09-25 - - - - ---------------------------------------------------------------------- - - Table of Contents - - 1. Summary - 2. Contributors - 3. Closed Issues - 4. Other Changes - 5. Diffstat - - ---------------------------------------------------------------------- - - Summary - - [Back to Top] - - This is the first release of a major new version of Asterisk. For a list - of new features that have been included with this release, please see the - CHANGES file inside the source package. Since this is a new major release, - users are encouraged to do extended testing before upgrading to this - version in a production environment. - - The data in this summary reflects changes that have been made since the - previous release, asterisk-17.0.0-rc1. - - ---------------------------------------------------------------------- - - 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 - 2 Kevin Harwell 1 Alexei Gradinari - 2 George Joseph 1 Guido Falsi - 2 Joshua Colp 1 Mark - 1 Alexei Gradinari (license 5691) 1 Cyril Ramière - 1 Guido Falsi 1 Gregory Massel - 1 Chris Savinovich - 1 Joshua C. Colp - - ---------------------------------------------------------------------- - - 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: Resources/res_pjsip_t38 - - ASTERISK-28495: res_pjsip_t38: 200 OK with SDP answer with declined stream - causes crash - Reported by: Alexei Gradinari - * [2976625d42] Alexei Gradinari -- AST-2019-004 - res_pjsip_t38.c: Add - NULL checks before using session media - - Bug - - Category: .Release/Targets - - ASTERISK-28488: pjsip mwi: n+1 sip notify's sent on re-register - Reported by: Chris Savinovich - * [c02cbeade8] Kevin Harwell -- res_pjsip_mwi: add better handling of - solicited vs unsolicited subscriptions - - Category: Channels/chan_dahdi - - ASTERISK-28536: Asterisk release candidates fail to build on FreeBSD - Reported by: Guido Falsi - * [e23ed0eff0] Guido Falsi -- chan_dahdi: Fix build with clang/llvm - - Category: Channels/chan_pjsip - - ASTERISK-28538: chan_pjsip: Deadlock on fax detection - Reported by: Joshua C. Colp - * [ce7641c8e8] Joshua Colp -- chan_pjsip: Relock correct channel during - "fax" redirect. - - Category: Core/Channels - - ASTERISK-28499: translate: Crash when frame does not have a "src" field - set - Reported by: Gregory Massel - * [a60ffe0255] Joshua Colp -- AST-2019-005 - translate: Don't assume all - frames will have a src. - - Category: General - - ASTERISK-28523: Asterisk 16.5.0 Memory leak - Reported by: Cyril Ramière - * [fb29778ae4] Kevin Harwell -- res_sorcery_memory_cache: stale item - update leak - - Category: Resources/res_pjsip - - ASTERISK-28521: pjsip: Memory Leak - Reported by: Mark - * [410ee33355] George Joseph -- pjproject_bundled: Revert pjproject 2.9 - commits causing leaks - - Category: Resources/res_pjsip_outbound_registration - - ASTERISK-28521: pjsip: Memory Leak - Reported by: Mark - * [410ee33355] George Joseph -- pjproject_bundled: Revert pjproject 2.9 - commits causing leaks - - ---------------------------------------------------------------------- - - 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 | - |------------+---------------+-------------------------------------------| - | e86fbd0ba7 | George Joseph | chan_sip: Update links referenced in | - | | | deprecation notice | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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. - - channels/chan_dahdi.c | 10 - channels/chan_pjsip.c | 38 - channels/chan_sip.c | 4 - main/translate.c | 2 - res/res_pjsip_mwi.c | 291 ++ - res/res_pjsip_t38.c | 72 - res/res_sorcery_memory_cache.c | 1 - third-party/pjproject/patches/0030-Revert-Misc-re-2147-Fixed-warnings-in-SSL-socket-red.patch | 60 - third-party/pjproject/patches/0031-Revert-Fixed-2204-Add-OpenSSL-remote-certificate-cha.patch | 84 - third-party/pjproject/patches/0032-Revert-Re-2147-misc-Fix-failed-pjsip-test-transport_.patch | 64 - third-party/pjproject/patches/0033-Revert-Close-1019-Support-for-multiple-listeners.patch | 973 ++++++++++ - 11 files changed, 1511 insertions(+), 88 deletions(-) diff --git a/asterisk-17.0.0-rc3-summary.html b/asterisk-17.0.0-rc3-summary.html new file mode 100644 index 0000000000..44f963e69e --- /dev/null +++ b/asterisk-17.0.0-rc3-summary.html @@ -0,0 +1,23 @@ +Release Summary - asterisk-17.0.0-rc3

Release Summary

asterisk-17.0.0-rc3

Date: 2019-10-16

<asteriskteam@digium.com>


Table of Contents

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

Summary

[Back to Top]

This is the first release of a major new version of Asterisk. For a list of new features that have been included with this release, please see the CHANGES file inside the source package. Since this is a new major release, users are encouraged to do extended testing before upgrading to this version in a production environment.

The data in this summary reflects changes that have been made since the previous release, asterisk-17.0.0-rc2.


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 Kevin Harwell
1 George Joseph
1 Joshua Colp (license 5000)
1 Niklas Larsson
1 Joshua Elson
1 Aheliotech
1 Niklas Larsson

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: Channels/chan_pjsip

ASTERISK-28561: Asterisk Deadlocks
Reported by: Aheliotech
    +
  • [84e8364ce7] Joshua Colp -- pbx: deadlock when outgoing dialed channel hangs up too quickly
  • +

Category: Resources/res_pjsip_mwi

ASTERISK-28575: MWI Send Notify Crash on 16.6
Reported by: Joshua Elson
    +
  • [5214acbd7f] Kevin Harwell -- res_pjsip_mwi: potential double unref, and potential unwanted double link
  • +

Category: pjproject/pjsip

ASTERISK-28574: pjproject fails to build on 16.6.0, works on 16.5
Reported by: Niklas Larsson
    +
  • [9cc9c0267b] George Joseph -- pjproject_bundled: Replace earlier reverts with official fixes.
  • +


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.

b/main/pbx.c                                                                                  |   26
+b/res/res_pjsip_mwi.c                                                                         |   15
+b/third-party/pjproject/patches/0030-ssl-regression-fix.patch                                 |  105
+b/third-party/pjproject/patches/0031-transport-regression-fix.patch                           |  187 +
+third-party/pjproject/patches/0030-Revert-Misc-re-2147-Fixed-warnings-in-SSL-socket-red.patch |   60
+third-party/pjproject/patches/0031-Revert-Fixed-2204-Add-OpenSSL-remote-certificate-cha.patch |   84
+third-party/pjproject/patches/0032-Revert-Re-2147-misc-Fix-failed-pjsip-test-transport_.patch |   64
+third-party/pjproject/patches/0033-Revert-Close-1019-Support-for-multiple-listeners.patch     | 1065 ----------
+8 files changed, 317 insertions(+), 1289 deletions(-)

\ No newline at end of file diff --git a/asterisk-17.0.0-rc3-summary.txt b/asterisk-17.0.0-rc3-summary.txt new file mode 100644 index 0000000000..4060ae4dfa --- /dev/null +++ b/asterisk-17.0.0-rc3-summary.txt @@ -0,0 +1,103 @@ + Release Summary + + asterisk-17.0.0-rc3 + + Date: 2019-10-16 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. Diffstat + + ---------------------------------------------------------------------- + + Summary + + [Back to Top] + + This is the first release of a major new version of Asterisk. For a list + of new features that have been included with this release, please see the + CHANGES file inside the source package. Since this is a new major release, + users are encouraged to do extended testing before upgrading to this + version in a production environment. + + The data in this summary reflects changes that have been made since the + previous release, asterisk-17.0.0-rc2. + + ---------------------------------------------------------------------- + + 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 Kevin Harwell 1 Niklas Larsson + 1 George Joseph 1 Joshua Elson + 1 Joshua Colp (license 5000) 1 Aheliotech + 1 Niklas Larsson + + ---------------------------------------------------------------------- + + 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: Channels/chan_pjsip + + ASTERISK-28561: Asterisk Deadlocks + Reported by: Aheliotech + * [84e8364ce7] Joshua Colp -- pbx: deadlock when outgoing dialed channel + hangs up too quickly + + Category: Resources/res_pjsip_mwi + + ASTERISK-28575: MWI Send Notify Crash on 16.6 + Reported by: Joshua Elson + * [5214acbd7f] Kevin Harwell -- res_pjsip_mwi: potential double unref, + and potential unwanted double link + + Category: pjproject/pjsip + + ASTERISK-28574: pjproject fails to build on 16.6.0, works on 16.5 + Reported by: Niklas Larsson + * [9cc9c0267b] George Joseph -- pjproject_bundled: Replace earlier + reverts with official fixes. + + ---------------------------------------------------------------------- + + 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. + + b/main/pbx.c | 26 + b/res/res_pjsip_mwi.c | 15 + b/third-party/pjproject/patches/0030-ssl-regression-fix.patch | 105 + b/third-party/pjproject/patches/0031-transport-regression-fix.patch | 187 + + third-party/pjproject/patches/0030-Revert-Misc-re-2147-Fixed-warnings-in-SSL-socket-red.patch | 60 + third-party/pjproject/patches/0031-Revert-Fixed-2204-Add-OpenSSL-remote-certificate-cha.patch | 84 + third-party/pjproject/patches/0032-Revert-Re-2147-misc-Fix-failed-pjsip-test-transport_.patch | 64 + third-party/pjproject/patches/0033-Revert-Close-1019-Support-for-multiple-listeners.patch | 1065 ---------- + 8 files changed, 317 insertions(+), 1289 deletions(-)