From: Asterisk Development Team Date: Thu, 21 Nov 2019 21:14:58 +0000 (-0500) Subject: Update for 16.6.2 X-Git-Tag: 16.6.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac87f47b32bd83e2a6a657ac61f16a9a302a0fba;p=thirdparty%2Fasterisk.git Update for 16.6.2 --- diff --git a/.version b/.version index 235d052b5f..ef1c2f66ff 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -16.6.1 \ No newline at end of file +16.6.2 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index cd2fe2d129..96746f41f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2019-11-21 21:14 +0000 Asterisk Development Team + + * asterisk 16.6.2 Released. + +2019-11-21 15:13 +0000 [a4248c671a] Asterisk Development Team + + * Update CHANGES and UPGRADE.txt for 16.6.2 +2019-10-24 12:41 +0000 [8cc49544f8] George Joseph + + * manager.c: Prevent the Originate action from running the Originate app + + If an AMI user without the "system" authorization calls the + Originate AMI command with the Originate application, + the second Originate could run the "System" command. + + Action: Originate + Channel: Local/1111 + Application: Originate + Data: Local/2222,app,System,touch /tmp/owned + + If the "system" authorization isn't set, we now block the + Originate app as well as the System, Exec, etc. apps. + + ASTERISK-28580 + Reported by: Eliel Sardañons + + Change-Id: Ic4c9dedc34c426f03c8c14fce334a71386d8a5fa + (cherry picked from commit 1b9281a5ded62e5d30af2959e5aa33bc5a0fc285) + +2019-10-21 14:55 +0000 [ad66cbd0be] Ben Ford + + * chan_sip.c: Prevent address change on unauthenticated SIP request. + + If the name of a peer is known and a SIP request is sent using that + peer's name, the address of the peer will change even if the request + fails the authentication challenge. This means that an endpoint can + be altered and even rendered unusuable, even if it was in a working + state previously. This can only occur when the nat option is set to the + default, or auto_force_rport. + + This change checks the result of authentication first to ensure it is + successful before setting the address and the nat option. + + ASTERISK-28589 #close + + Change-Id: I581c5ed1da60ca89f590bd70872de2b660de02df + (cherry picked from commit c2279540bade208dad35f7760ebd4a7cc94731fe) + 2019-10-16 15:50 +0000 Asterisk Development Team * asterisk 16.6.1 Released. diff --git a/asterisk-16.6.1-summary.html b/asterisk-16.6.1-summary.html deleted file mode 100644 index 2d0fadbaf8..0000000000 --- a/asterisk-16.6.1-summary.html +++ /dev/null @@ -1,20 +0,0 @@ -Release Summary - asterisk-16.6.1

Release Summary

asterisk-16.6.1

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 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-16.6.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 Kevin Harwell
1 George Joseph
1 Joshua Elson
1 Niklas Larsson
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: Resources/res_pjsip_mwi

ASTERISK-28575: MWI Send Notify Crash on 16.6
Reported by: Joshua Elson
    -
  • [a92fdd25ac] 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
    -
  • [e6cc1f5083] 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/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     | 1006 ----------
-7 files changed, 303 insertions(+), 1218 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.6.1-summary.txt b/asterisk-16.6.1-summary.txt deleted file mode 100644 index 667a567b6d..0000000000 --- a/asterisk-16.6.1-summary.txt +++ /dev/null @@ -1,97 +0,0 @@ - Release Summary - - asterisk-16.6.1 - - Date: 2019-10-16 - - - - ---------------------------------------------------------------------- - - 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-16.6.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 Kevin Harwell 1 Joshua Elson - 1 George Joseph 1 Niklas Larsson - 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: Resources/res_pjsip_mwi - - ASTERISK-28575: MWI Send Notify Crash on 16.6 - Reported by: Joshua Elson - * [a92fdd25ac] 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 - * [e6cc1f5083] 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/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 | 1006 ---------- - 7 files changed, 303 insertions(+), 1218 deletions(-) diff --git a/asterisk-16.6.2-summary.html b/asterisk-16.6.2-summary.html new file mode 100644 index 0000000000..5778ed76aa --- /dev/null +++ b/asterisk-16.6.2-summary.html @@ -0,0 +1,19 @@ +Release Summary - asterisk-16.6.2

Release Summary

asterisk-16.6.2

Date: 2019-11-21

<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 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-16.6.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 Asterisk Development Team
1 George Joseph
1 Ben Ford
1 Eliel Sardañons
1 Andrey V. T.
1 Eliel Sardañons

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: Channels/chan_sip/General

ASTERISK-28589: chan_sip: Depending on configuration an INVITE can alter Addr of a peer
Reported by: Andrey V. T.
    +
  • [ad66cbd0be] Ben Ford -- chan_sip.c: Prevent address change on unauthenticated SIP request.
  • +

Category: Core/ManagerInterface

ASTERISK-28580: Bypass SYSTEM write permission in manager action allows system commands execution
Reported by: Eliel Sardañons
    +
  • [8cc49544f8] George Joseph -- manager.c: Prevent the Originate action from running the Originate app
  • +


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
a4248c671aAsterisk Development TeamUpdate CHANGES and UPGRADE.txt for 16.6.2

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.

0 files changed

\ No newline at end of file diff --git a/asterisk-16.6.2-summary.txt b/asterisk-16.6.2-summary.txt new file mode 100644 index 0000000000..f980fa2a80 --- /dev/null +++ b/asterisk-16.6.2-summary.txt @@ -0,0 +1,111 @@ + Release Summary + + asterisk-16.6.2 + + Date: 2019-11-21 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. Other Changes + 5. 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-2019-006,AST-2019-007 + + The data in this summary reflects changes that have been made since the + previous release, asterisk-16.6.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 Asterisk Development Team 1 Eliel Sardañons + 1 George Joseph 1 Andrey V. T. + 1 Ben Ford 1 Eliel Sardañons + + ---------------------------------------------------------------------- + + 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: Channels/chan_sip/General + + ASTERISK-28589: chan_sip: Depending on configuration an INVITE can alter + Addr of a peer + Reported by: Andrey V. T. + * [ad66cbd0be] Ben Ford -- chan_sip.c: Prevent address change on + unauthenticated SIP request. + + Category: Core/ManagerInterface + + ASTERISK-28580: Bypass SYSTEM write permission in manager action allows + system commands execution + Reported by: Eliel Sardañons + * [8cc49544f8] George Joseph -- manager.c: Prevent the Originate action + from running the Originate app + + ---------------------------------------------------------------------- + + 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 | + |------------+---------------------------+-------------------------------| + | a4248c671a | Asterisk Development Team | Update CHANGES and | + | | | UPGRADE.txt for 16.6.2 | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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. + + 0 files changed