diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2014-09-20 19:12:16 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2014-09-20 19:12:16 +0000 |
commit | 2e8e426dee5f33480fc41cfe0c9ce9bdd9e72150 (patch) | |
tree | 25a2e87538591552acbb398ddda1ae889a5847a5 /comms | |
parent | 320a3f49833f58a071ee57e327c48614690a92f6 (diff) | |
download | pkgsrc-2e8e426dee5f33480fc41cfe0c9ce9bdd9e72150.tar.gz |
Update to Asterisk 11.12.1: this is mainly a security fix for AST-2014-010.
The Asterisk Development Team has announced security releases for Certified
Asterisk 11.6 and Asterisk 11 and 12. The available security releases are
released as versions 11.6-cert6, 11.12.1, and 12.5.1.
Please note that the release of these versions resolves the following security
vulnerability:
* AST-2014-010: Remote Crash when Handling Out of Call Message in Certain
Dialplan Configurations
Note that the crash described in AST-2014-010 can be worked around through
dialplan configuration. Given the likelihood of the issue, an advisory was
deemed to be warranted.
For more information about the details of these vulnerabilities, please read
security advisories AST-2014-009 and AST-2014-010, which were released at the
same time as this announcement.
For a full list of changes in the current releases, please see the ChangeLogs:
http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.12.1
The security advisories are available at:
* http://downloads.asterisk.org/pub/security/AST-2014-010.pdf
Thank you for your continued support of Asterisk!
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk/distinfo | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index f4559d31645..168ed7726c9 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.110 2014/08/28 01:19:12 jnemeth Exp $ +# $NetBSD: Makefile,v 1.111 2014/09/20 19:12:16 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-11.12.0 +DISTNAME= asterisk-11.12.1 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index 93ee3b41430..a5010e2c227 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.65 2014/08/28 01:19:12 jnemeth Exp $ +$NetBSD: distinfo,v 1.66 2014/09/20 19:12:16 jnemeth Exp $ -SHA1 (asterisk-11.12.0/asterisk-11.12.0.tar.gz) = 7250958d790d3cd59f85164a53bc224332b59118 -RMD160 (asterisk-11.12.0/asterisk-11.12.0.tar.gz) = eab987aefa8fa6ea71c2c551f0de586610cb2317 -Size (asterisk-11.12.0/asterisk-11.12.0.tar.gz) = 34870073 bytes -SHA1 (asterisk-11.12.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 14403cd023e812565085c8232210b8b439274ecf -RMD160 (asterisk-11.12.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 675fc1f3cedd0e17b62a8285f9f0527783cfb1d3 -Size (asterisk-11.12.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 4386590 bytes +SHA1 (asterisk-11.12.1/asterisk-11.12.1.tar.gz) = b5df9ede712446fdc061b87ae7559a94456d45d0 +RMD160 (asterisk-11.12.1/asterisk-11.12.1.tar.gz) = fa7ddd678926c062716fab8931e741e4a7ae4d9b +Size (asterisk-11.12.1/asterisk-11.12.1.tar.gz) = 34862194 bytes +SHA1 (asterisk-11.12.1/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 14403cd023e812565085c8232210b8b439274ecf +RMD160 (asterisk-11.12.1/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 675fc1f3cedd0e17b62a8285f9f0527783cfb1d3 +Size (asterisk-11.12.1/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 4386590 bytes SHA1 (patch-Makefile) = ed581d46026e8e89ed8be374c7085efca19911d2 SHA1 (patch-apps_app__confbridge.c) = c815905994355a19c32e8e3e2eb5dc9f1679eb29 SHA1 (patch-apps_app__dial.c) = 0f78d2571af88384a2d472ece08bf4b06f9ad211 |