* [Buildroot] [PATCH] package/asterisk: security bump to version 16.5.1
@ 2019-09-06 15:46 Peter Korsgaard
2019-09-07 12:30 ` Thomas Petazzoni
2019-09-17 20:14 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-09-06 15:46 UTC (permalink / raw)
To: buildroot
Fixes the following security issues:
AST-2019-004: Crash when negotiating for T.38 with a declined stream
When Asterisk sends a re-invite initiating T.38 faxing, and the endpoint
responds with a declined media stream a crash will then occur in Asterisk.
https://downloads.asterisk.org/pub/security/AST-2019-004.pdf
AST-2019-005: Remote Crash Vulnerability in audio transcoding
When audio frames are given to the audio transcoding support in Asterisk the
number of samples are examined and as part of this a message is output to
indicate that no samples are present. A change was done to suppress this
message for a particular scenario in which the message was not relevant. This
change assumed that information about the origin of a frame will always exist
when in reality it may not.
https://downloads.asterisk.org/pub/security/AST-2019-005.pdf
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/asterisk/asterisk.hash | 2 +-
package/asterisk/asterisk.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/asterisk/asterisk.hash b/package/asterisk/asterisk.hash
index 588550a000..1184e4333d 100644
--- a/package/asterisk/asterisk.hash
+++ b/package/asterisk/asterisk.hash
@@ -1,5 +1,5 @@
# Locally computed
-sha256 f950da848c387be9e3de24f1d0f4fa7b3924471c382192424dbe0997a5e3a3f7 asterisk-16.5.0.tar.gz
+sha256 122ecf242e06da373488024e0c76154f2404d024d09eed20b23cae0795033380 asterisk-16.5.1.tar.gz
# sha1 from: http://downloads.asterisk.org/pub/telephony/sounds/releases
# sha256 locally computed
diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk
index cfe50c969c..1f3061b450 100644
--- a/package/asterisk/asterisk.mk
+++ b/package/asterisk/asterisk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ASTERISK_VERSION = 16.5.0
+ASTERISK_VERSION = 16.5.1
# Use the github mirror: it's an official mirror maintained by Digium, and
# provides tarballs, which the main Asterisk git tree (behind Gerrit) does not.
ASTERISK_SITE = $(call github,asterisk,asterisk,$(ASTERISK_VERSION))
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/asterisk: security bump to version 16.5.1
2019-09-06 15:46 [Buildroot] [PATCH] package/asterisk: security bump to version 16.5.1 Peter Korsgaard
@ 2019-09-07 12:30 ` Thomas Petazzoni
2019-09-17 20:14 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-07 12:30 UTC (permalink / raw)
To: buildroot
On Fri, 6 Sep 2019 17:46:55 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:
> Fixes the following security issues:
>
> AST-2019-004: Crash when negotiating for T.38 with a declined stream
> When Asterisk sends a re-invite initiating T.38 faxing, and the endpoint
> responds with a declined media stream a crash will then occur in Asterisk.
> https://downloads.asterisk.org/pub/security/AST-2019-004.pdf
>
> AST-2019-005: Remote Crash Vulnerability in audio transcoding
> When audio frames are given to the audio transcoding support in Asterisk the
> number of samples are examined and as part of this a message is output to
> indicate that no samples are present. A change was done to suppress this
> message for a particular scenario in which the message was not relevant. This
> change assumed that information about the origin of a frame will always exist
> when in reality it may not.
> https://downloads.asterisk.org/pub/security/AST-2019-005.pdf
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/asterisk/asterisk.hash | 2 +-
> package/asterisk/asterisk.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/asterisk: security bump to version 16.5.1
2019-09-06 15:46 [Buildroot] [PATCH] package/asterisk: security bump to version 16.5.1 Peter Korsgaard
2019-09-07 12:30 ` Thomas Petazzoni
@ 2019-09-17 20:14 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-09-17 20:14 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Fixes the following security issues:
> AST-2019-004: Crash when negotiating for T.38 with a declined stream
> When Asterisk sends a re-invite initiating T.38 faxing, and the endpoint
> responds with a declined media stream a crash will then occur in Asterisk.
> https://downloads.asterisk.org/pub/security/AST-2019-004.pdf
> AST-2019-005: Remote Crash Vulnerability in audio transcoding
> When audio frames are given to the audio transcoding support in Asterisk the
> number of samples are examined and as part of this a message is output to
> indicate that no samples are present. A change was done to suppress this
> message for a particular scenario in which the message was not relevant. This
> change assumed that information about the origin of a frame will always exist
> when in reality it may not.
> https://downloads.asterisk.org/pub/security/AST-2019-005.pdf
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-17 20:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-06 15:46 [Buildroot] [PATCH] package/asterisk: security bump to version 16.5.1 Peter Korsgaard
2019-09-07 12:30 ` Thomas Petazzoni
2019-09-17 20:14 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox