From: Asterisk Development Team Date: Thu, 14 Apr 2022 20:57:07 +0000 (-0500) Subject: Update for 16.25.2 X-Git-Tag: 16.25.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be4fd38585b851e4f7ba67712d6cdf20b628bf47;p=thirdparty%2Fasterisk.git Update for 16.25.2 --- diff --git a/.version b/.version index 4cf228856c..cc9f9aba17 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -16.25.1 \ No newline at end of file +16.25.2 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index db0a8935b3..bfc1d6a58c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2022-04-14 20:57 +0000 Asterisk Development Team + + * asterisk 16.25.2 Released. + +2022-04-14 15:51 +0000 [cdb5f570c3] Asterisk Development Team + + * Update CHANGES and UPGRADE.txt for 16.25.2 +2022-04-14 15:49 +0000 [8774302f38] Asterisk Development Team + + * Update CHANGES and UPGRADE.txt for 16.25.2 +2022-02-10 06:02 +0000 [f52228199d] Joshua C. Colp + + * func_odbc: Add SQL_ESC_BACKSLASHES dialplan function. + + Some databases depending on their configuration using backslashes + for escaping. When combined with the use of ' this can result in + a broken func_odbc query. + + This change adds a SQL_ESC_BACKSLASHES dialplan function which can + be used to escape the backslashes. + + This is done as a dialplan function instead of being always done + as some databases do not require this, and always doing it would + result in incorrect data being put into the database. + + ASTERISK-29838 + + Change-Id: I152bf34899b96ddb09cca3e767254d8d78f0c83d + +2022-02-28 11:19 +0000 [82f3ec6315] Ben Ford + + * AST-2022-002 - res_stir_shaken/curl: Add ACL checks for Identity header. + + Adds a new configuration option, stir_shaken_profile, in pjsip.conf that + can be specified on a per endpoint basis. This option will reference a + stir_shaken_profile that can be configured in stir_shaken.conf. The type + of this option must be 'profile'. The stir_shaken option can be + specified on this object with the same values as before (attest, verify, + on), but it cannot be off since having the profile itself implies wanting + STIR/SHAKEN support. You can also specify an ACL from acl.conf (along + with permit and deny lines in the object itself) that will be used to + limit what interfaces Asterisk will attempt to retrieve information from + when reading the Identity header. + + ASTERISK-29476 + + Change-Id: I87fa61f78a9ea0cd42530691a30da3c781842406 + +2022-01-07 08:50 +0000 [bf6234e5df] Ben Ford + + * AST-2022-001 - res_stir_shaken/curl: Limit file size and check start. + + Put checks in place to limit how much we will actually download, as well + as a check for the data we receive at the start to ensure it begins with + what we would expect a certificate to begin with. + + ASTERISK-29872 + + Change-Id: Ifd3c6b8bd52b8b6192a04166ccce4fc8a8000b46 + (cherry picked from commit 256e1608464f0c7c0fb3a0d461893c01e2c9404e) + 2022-03-29 21:38 +0000 Asterisk Development Team * asterisk 16.25.1 Released. diff --git a/asterisk-16.25.1-summary.html b/asterisk-16.25.1-summary.html deleted file mode 100644 index 5a80b0eb8b..0000000000 --- a/asterisk-16.25.1-summary.html +++ /dev/null @@ -1,16 +0,0 @@ -Release Summary - asterisk-16.25.1

Release Summary

asterisk-16.25.1

Date: 2022-03-29

<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.25.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
2 George Joseph
1 Stefan Ruijsenaars
1 Stefan Ruijsenaars
1 George Joseph

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: Core/BuildSystem

ASTERISK-29988: REGRESSION: The build process is requiring xmllint or xmlstarlet ro be installed when it shouldn't
Reported by: George Joseph
    -
  • [2944d6834c] George Joseph -- Makefile: Disable XML doc validation
  • -
ASTERISK-29986: build: Asterisk 18.11.0 doesn't compile when wget isn't available
Reported by: Stefan Ruijsenaars
    -
  • [32ccd34191] George Joseph -- make_xml_documentation: Remove usage of get_sourceable_makeopts
  • -


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/Makefile                           |    9 ++++-
-b/build_tools/make_xml_documentation |   14 ---------
-build_tools/get_sourceable_makeopts  |   54 -----------------------------------
-3 files changed, 7 insertions(+), 70 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.25.1-summary.txt b/asterisk-16.25.1-summary.txt deleted file mode 100644 index 2e42af4734..0000000000 --- a/asterisk-16.25.1-summary.txt +++ /dev/null @@ -1,91 +0,0 @@ - Release Summary - - asterisk-16.25.1 - - Date: 2022-03-29 - - - - ---------------------------------------------------------------------- - - 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.25.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 - 2 George Joseph 1 Stefan Ruijsenaars - 1 Stefan Ruijsenaars - 1 George Joseph - - ---------------------------------------------------------------------- - - 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: Core/BuildSystem - - ASTERISK-29988: REGRESSION: The build process is requiring xmllint or - xmlstarlet ro be installed when it shouldn't - Reported by: George Joseph - * [2944d6834c] George Joseph -- Makefile: Disable XML doc validation - ASTERISK-29986: build: Asterisk 18.11.0 doesn't compile when wget isn't - available - Reported by: Stefan Ruijsenaars - * [32ccd34191] George Joseph -- make_xml_documentation: Remove usage of - get_sourceable_makeopts - - ---------------------------------------------------------------------- - - 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/Makefile | 9 ++++- - b/build_tools/make_xml_documentation | 14 --------- - build_tools/get_sourceable_makeopts | 54 ----------------------------------- - 3 files changed, 7 insertions(+), 70 deletions(-) diff --git a/asterisk-16.25.2-summary.html b/asterisk-16.25.2-summary.html new file mode 100644 index 0000000000..27225cfd49 --- /dev/null +++ b/asterisk-16.25.2-summary.html @@ -0,0 +1,38 @@ +Release Summary - asterisk-16.25.2

Release Summary

asterisk-16.25.2

Date: 2022-04-14

<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.25.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
2 Asterisk Development Team
2 Ben Ford
1 Joshua C. Colp
1 Benjamin Keith Ford
1 Clint Ruoho
1 Leandro Dardini

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: Functions/func_odbc

ASTERISK-29838: ${SQL_ESC()} not correctly escaping a terminating \
Reported by: Leandro Dardini
    +
  • [f52228199d] Joshua C. Colp -- func_odbc: Add SQL_ESC_BACKSLASHES dialplan function.
  • +

Category: Resources/res_stir_shaken

ASTERISK-29476: res_stir_shaken: Blind SSRF vulnerabilities
Reported by: Clint Ruoho
    +
  • [82f3ec6315] Ben Ford -- AST-2022-002 - res_stir_shaken/curl: Add ACL checks for Identity header.
  • +
ASTERISK-29872: res_stir_shaken: Resource exhaustion with large files
Reported by: Benjamin Keith Ford
    +
  • [bf6234e5df] Ben Ford -- AST-2022-001 - res_stir_shaken/curl: Limit file size and check start.
  • +


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
cdb5f570c3Asterisk Development TeamUpdate CHANGES and UPGRADE.txt for 16.25.2
8774302f38Asterisk Development TeamUpdate CHANGES and UPGRADE.txt for 16.25.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.

CHANGES                                 |   12 +
+configs/samples/func_odbc.conf.sample   |    4
+configs/samples/pjsip.conf.sample       |    4
+configs/samples/stir_shaken.conf.sample |   18 ++
+funcs/func_odbc.c                       |   39 ++++-
+include/asterisk/res_pjsip.h            |    2
+include/asterisk/res_stir_shaken.h      |   54 +++++++
+res/res_pjsip/pjsip_config.xml          |    7
+res/res_pjsip/pjsip_configuration.c     |    1
+res/res_pjsip_stir_shaken.c             |   14 +
+res/res_stir_shaken.c                   |   90 ++++++++++-
+res/res_stir_shaken/curl.c              |  177 ++++++++++++++++++-----
+res/res_stir_shaken/curl.h              |    5
+res/res_stir_shaken/profile.c           |  241 ++++++++++++++++++++++++++++++++
+res/res_stir_shaken/profile.h           |   39 +++++
+res/res_stir_shaken/profile_private.h   |   25 +++
+16 files changed, 679 insertions(+), 53 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.25.2-summary.txt b/asterisk-16.25.2-summary.txt new file mode 100644 index 0000000000..9deb72490a --- /dev/null +++ b/asterisk-16.25.2-summary.txt @@ -0,0 +1,132 @@ + Release Summary + + asterisk-16.25.2 + + Date: 2022-04-14 + + + + ---------------------------------------------------------------------- + + 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-2022-001,AST-2022-004,AST-2022-003 + + The data in this summary reflects changes that have been made since the + previous release, asterisk-16.25.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 + 2 Asterisk Development Team 1 Benjamin Keith Ford + 2 Ben Ford 1 Clint Ruoho + 1 Joshua C. Colp 1 Leandro Dardini + + ---------------------------------------------------------------------- + + 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: Functions/func_odbc + + ASTERISK-29838: ${SQL_ESC()} not correctly escaping a terminating \ + Reported by: Leandro Dardini + * [f52228199d] Joshua C. Colp -- func_odbc: Add SQL_ESC_BACKSLASHES + dialplan function. + + Category: Resources/res_stir_shaken + + ASTERISK-29476: res_stir_shaken: Blind SSRF vulnerabilities + Reported by: Clint Ruoho + * [82f3ec6315] Ben Ford -- AST-2022-002 - res_stir_shaken/curl: Add ACL + checks for Identity header. + ASTERISK-29872: res_stir_shaken: Resource exhaustion with large files + Reported by: Benjamin Keith Ford + * [bf6234e5df] Ben Ford -- AST-2022-001 - res_stir_shaken/curl: Limit + file size and check start. + + ---------------------------------------------------------------------- + + 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 | + |------------+---------------------------+-------------------------------| + | cdb5f570c3 | Asterisk Development Team | Update CHANGES and | + | | | UPGRADE.txt for 16.25.2 | + |------------+---------------------------+-------------------------------| + | 8774302f38 | Asterisk Development Team | Update CHANGES and | + | | | UPGRADE.txt for 16.25.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. + + CHANGES | 12 + + configs/samples/func_odbc.conf.sample | 4 + configs/samples/pjsip.conf.sample | 4 + configs/samples/stir_shaken.conf.sample | 18 ++ + funcs/func_odbc.c | 39 ++++- + include/asterisk/res_pjsip.h | 2 + include/asterisk/res_stir_shaken.h | 54 +++++++ + res/res_pjsip/pjsip_config.xml | 7 + res/res_pjsip/pjsip_configuration.c | 1 + res/res_pjsip_stir_shaken.c | 14 + + res/res_stir_shaken.c | 90 ++++++++++- + res/res_stir_shaken/curl.c | 177 ++++++++++++++++++----- + res/res_stir_shaken/curl.h | 5 + res/res_stir_shaken/profile.c | 241 ++++++++++++++++++++++++++++++++ + res/res_stir_shaken/profile.h | 39 +++++ + res/res_stir_shaken/profile_private.h | 25 +++ + 16 files changed, 679 insertions(+), 53 deletions(-)