From: George Joseph Date: Wed, 13 Dec 2017 14:33:51 +0000 (-0500) Subject: Update for 14.7.4 X-Git-Tag: 14.7.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de85b88ac60295becec6de9b0b5eed7860f4fcf7;p=thirdparty%2Fasterisk.git Update for 14.7.4 --- diff --git a/.version b/.version index 1f4bff5c62..45bfbe72f7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -14.7.3 \ No newline at end of file +14.7.4 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 9748535c56..5a4265d071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2017-12-13 14:33 +0000 Asterisk Development Team + + * asterisk 14.7.4 Released. + +2017-11-30 10:12 +0000 [dee00fd80b] Joshua Colp + + * AST-2017-012: Place single RTCP report block at beginning of report. + + When the RTCP code was transitioned over to Stasis a code change + was made to keep track of how many reports are present. This count + controlled where report blocks were placed in the RTCP report. + + If a compound RTCP packet was received this logic would incorrectly + place a report block in the wrong location resulting in a write + to an invalid location. + + This change removes this counting logic and always places the report + block at the first position. If in the future multiple reports are + supported the logic can be extended but for now keeping a count + serves no purpose. + + ASTERISK-27382 + ASTERISK-27429 + + Change-Id: Iad6c8a9985c4b608ef493e19c421211615485116 + (cherry picked from commit fb18797ae09a685ec71101499fb1c1c606b16397) + 2017-12-01 19:42 +0000 Asterisk Development Team * asterisk 14.7.3 Released. diff --git a/asterisk-14.7.3-summary.html b/asterisk-14.7.4-summary.html similarity index 65% rename from asterisk-14.7.3-summary.html rename to asterisk-14.7.4-summary.html index 4c74bb8b3c..7f4b53e8da 100644 --- a/asterisk-14.7.3-summary.html +++ b/asterisk-14.7.4-summary.html @@ -1,13 +1,15 @@ -Release Summary - asterisk-14.7.3

Release Summary

asterisk-14.7.3

Date: 2017-12-01

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-14.7.4

    Release Summary

    asterisk-14.7.4

    Date: 2017-12-13

    <asteriskteam@digium.com>


    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:

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


    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.

    +
  1. AST-2017-012
  2. +

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


    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 George Joseph
    1 Juan Sacco
    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: Channels/chan_skinny

    ASTERISK-27452: Security: chan_skinny: Memory exhaustion if flooded with unauthenticated requests
    Reported by: George Joseph
      -
    • [6c46894bd5] George Joseph -- AST-2017-013: chan_skinny: Call pthread_detach when sess threads end
    • +1 Joshua Colp
      1 Tzafrir Cohen
      1 Vitezslav Novy
      +

      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-27382: crash after an invalid rtcp packet from GT48 FXS gateway
      Reported by: Tzafrir Cohen
        +
      • [dee00fd80b] Joshua Colp -- AST-2017-012: Place single RTCP report block at beginning of report.
      • +

      Category: Resources/res_rtp_asterisk

      ASTERISK-27429: res_rtp_asterisk: Multiple reports in an RTCP packet will write past where it should
      Reported by: Vitezslav Novy
        +
      • [dee00fd80b] Joshua Colp -- AST-2017-012: Place single RTCP report block at beginning of report.


      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-14.7.3-summary.txt b/asterisk-14.7.4-summary.txt similarity index 74% rename from asterisk-14.7.3-summary.txt rename to asterisk-14.7.4-summary.txt index a6f7e11eb3..eec2b35f41 100644 --- a/asterisk-14.7.3-summary.txt +++ b/asterisk-14.7.4-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-14.7.3 + asterisk-14.7.4 - Date: 2017-12-01 + Date: 2017-12-13 @@ -30,10 +30,10 @@ Security Advisories: - * AST-2017-013 + * AST-2017-012 The data in this summary reflects changes that have been made since the - previous release, asterisk-14.7.2. + previous release, asterisk-14.7.3. ---------------------------------------------------------------------- @@ -51,8 +51,8 @@ this release. Coders Testers Reporters - 1 George Joseph 1 Juan Sacco - 1 George Joseph + 1 Joshua Colp 1 Tzafrir Cohen + 1 Vitezslav Novy ---------------------------------------------------------------------- @@ -65,13 +65,20 @@ Bug - Category: Channels/chan_skinny + Category: General - ASTERISK-27452: Security: chan_skinny: Memory exhaustion if flooded with - unauthenticated requests - Reported by: George Joseph - * [6c46894bd5] George Joseph -- AST-2017-013: chan_skinny: Call - pthread_detach when sess threads end + ASTERISK-27382: crash after an invalid rtcp packet from GT48 FXS gateway + Reported by: Tzafrir Cohen + * [dee00fd80b] Joshua Colp -- AST-2017-012: Place single RTCP report + block at beginning of report. + + Category: Resources/res_rtp_asterisk + + ASTERISK-27429: res_rtp_asterisk: Multiple reports in an RTCP packet will + write past where it should + Reported by: Vitezslav Novy + * [dee00fd80b] Joshua Colp -- AST-2017-012: Place single RTCP report + block at beginning of report. ----------------------------------------------------------------------