diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-01-04 03:09:56 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-01-04 03:09:56 +0000 |
commit | 282198152e349fac123e3ecbc903583510a795f2 (patch) | |
tree | 2da4ccba2970397ce60a8c191ffb91b0effef6dd /comms | |
parent | 10230c8243f51fe22a8bcc592ac192418d0a252c (diff) | |
download | pkgsrc-282198152e349fac123e3ecbc903583510a795f2.tar.gz |
Update to Asterisk 11.1.2: this is a security update for AST-2012-014
and AST-2012-015. Apparently the last update didn't completely
fix the issues.
The Asterisk Development Team has announced a security release for
Asterisk 11, Asterisk 11.1.2. This release addresses the security
vulnerabilities reported in AST-2012-014 and AST-2012-015, and
replaces the previous version of Asterisk 11 released for these
security vulnerabilities. The prior release left open a vulnerability
in res_xmpp that exists only in Asterisk 11; as such, other versions
of Asterisk were resolved correctly by the previous releases.
The release of these versions resolve the following two issues:
* Stack overflows that occur in some portions of Asterisk that manage a TCP
connection. In SIP, this is exploitable via a remote unauthenticated session;
in XMPP and HTTP connections, this is exploitable via remote authenticated
sessions. The vulnerabilities in SIP and HTTP were corrected in a prior
release of Asterisk; the vulnerability in XMPP is resolved in this release.
* A denial of service vulnerability through exploitation of the device state
cache. Anonymous calls had the capability to create devices in Asterisk that
would never be disposed of. Handling the cachability of device states
aggregated via XMPP is handled in this release.
These issues and their resolutions are described in the security advisories.
For more information about the details of these vulnerabilities, please read
security advisories AST-2012-014 and AST-2012-015.
For a full list of changes in the current release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.1.2
The security advisories are available at:
* http://downloads.asterisk.org/pub/security/AST-2012-014.pdf
* http://downloads.asterisk.org/pub/security/AST-2012-015.pdf
Thank you for your continued support of Asterisk - and we apologize for having
to do this twice!
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 a1d543c2f09..e3fff771b79 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.78 2013/01/03 02:11:19 jnemeth Exp $ +# $NetBSD: Makefile,v 1.79 2013/01/04 03:09:56 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-11.1.1 +DISTNAME= asterisk-11.1.2 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index 16a1281708f..7bda97bddc7 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.51 2013/01/03 02:11:19 jnemeth Exp $ +$NetBSD: distinfo,v 1.52 2013/01/04 03:09:56 jnemeth Exp $ -SHA1 (asterisk-11.1.1/asterisk-11.1.1.tar.gz) = 6abea1f11feea997cdd30796695506b4e07da9cf -RMD160 (asterisk-11.1.1/asterisk-11.1.1.tar.gz) = 08a5985f1899b8a3d6232e55b2c0d6b4b98cf8d8 -Size (asterisk-11.1.1/asterisk-11.1.1.tar.gz) = 30439679 bytes -SHA1 (asterisk-11.1.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 -RMD160 (asterisk-11.1.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 -Size (asterisk-11.1.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes +SHA1 (asterisk-11.1.2/asterisk-11.1.2.tar.gz) = 610b77dc0ebf3914bbb79beb62a046b1a1cff345 +RMD160 (asterisk-11.1.2/asterisk-11.1.2.tar.gz) = 6a6e9d1a9bdca8c7a94604abf1e44abe7e266324 +Size (asterisk-11.1.2/asterisk-11.1.2.tar.gz) = 30439547 bytes +SHA1 (asterisk-11.1.2/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 +RMD160 (asterisk-11.1.2/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 +Size (asterisk-11.1.2/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes SHA1 (patch-Makefile) = cc52fad87c4007103e2b5b75acfd82935c112150 SHA1 (patch-apps_app__dial.c) = 0f78d2571af88384a2d472ece08bf4b06f9ad211 SHA1 (patch-apps_app__followme.c) = a54e08d0dd0b6ff12281d4b7b8447707c1cbe20a |