summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-03-23 17:54:27 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-03-27 23:02:14 +0100
commit54c54e16558d1018cffce7717c5c2f0a6d259cae (patch)
tree7a65d76adc7d95975ca7bffce98a8345feb6914c
parent45e5cdcf2f955c052b7c099acf72880909fe628a (diff)
downloadbuildroot-54c54e16558d1018cffce7717c5c2f0a6d259cae.tar.gz
buildroot-54c54e16558d1018cffce7717c5c2f0a6d259cae.zip
package/asterisk: security bump to version 16.2.1
Fixes the following security issue: AST-2019-001: Remote crash vulnerability with SDP protocol violation When Asterisk makes an outgoing call, a very specific SDP protocol violation by the remote party can cause Asterisk to crash (CVE-2019-7251) https://downloads.asterisk.org/pub/security/AST-2019-001.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 391a1e5df7a57abfcebd1ca260b56c76c941e5ec) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/asterisk/asterisk.hash2
-rw-r--r--package/asterisk/asterisk.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/asterisk/asterisk.hash b/package/asterisk/asterisk.hash
index e126372f57..d8cc56695c 100644
--- a/package/asterisk/asterisk.hash
+++ b/package/asterisk/asterisk.hash
@@ -1,5 +1,5 @@
# Locally computed
-sha256 d74ba84ad92cd710eb071940e6057ef644d71864431d91aaafe0717a8939afc3 asterisk-16.1.1.tar.gz
+sha256 c022e9d5410ed94ab1aa51ba1e2a8b196f0dfa15bcd0bd545d06efee4c786578 asterisk-16.2.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 3b4d97a258..65f8d3fdf9 100644
--- a/package/asterisk/asterisk.mk
+++ b/package/asterisk/asterisk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ASTERISK_VERSION = 16.1.1
+ASTERISK_VERSION = 16.2.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))
OpenPOWER on IntegriCloud