diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-01-03 02:11:19 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-01-03 02:11:19 +0000 |
commit | 06ce658dc062cc4d8657ea0eebb677300df7663f (patch) | |
tree | 756cb60c9e3acfc6ce4b4431957027c78ae118dd /comms | |
parent | c123b698b7bad3842f5bd30ca063768382630bdb (diff) | |
download | pkgsrc-06ce658dc062cc4d8657ea0eebb677300df7663f.tar.gz |
Upgrade to Asterisk 11.1.1; this is a security fix to fix AST-2012-14
and AST-2012-015.
Approved for commit during freeze by: agc
The Asterisk Development Team has announced security releases for Certified
Asterisk 1.8.11 and Asterisk 1.8, 10, and 11. The available security releases
are released as versions 1.8.11-cert10, 1.8.19.1, 10.11.1, 10.11.1-digiumphones,
and 11.1.1.
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.
* 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.
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, 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.1.1
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!
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 5 | ||||
-rw-r--r-- | comms/asterisk/distinfo | 14 |
2 files changed, 9 insertions, 10 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 01b82b6b943..a1d543c2f09 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.77 2012/12/16 01:52:01 obache Exp $ +# $NetBSD: Makefile,v 1.78 2013/01/03 02:11:19 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-11.1.0 +DISTNAME= asterisk-11.1.1 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz -PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index 04dab17fff6..16a1281708f 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.50 2012/12/11 08:22:48 jnemeth Exp $ +$NetBSD: distinfo,v 1.51 2013/01/03 02:11:19 jnemeth Exp $ -SHA1 (asterisk-11.1.0/asterisk-11.1.0.tar.gz) = 70040d4580466b72ffd595cc69791417ac8bbefd -RMD160 (asterisk-11.1.0/asterisk-11.1.0.tar.gz) = 6f77d7d1929c1f4ecd349730c76ab1160e17d295 -Size (asterisk-11.1.0/asterisk-11.1.0.tar.gz) = 30448814 bytes -SHA1 (asterisk-11.1.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 -RMD160 (asterisk-11.1.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 -Size (asterisk-11.1.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes +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 (patch-Makefile) = cc52fad87c4007103e2b5b75acfd82935c112150 SHA1 (patch-apps_app__dial.c) = 0f78d2571af88384a2d472ece08bf4b06f9ad211 SHA1 (patch-apps_app__followme.c) = a54e08d0dd0b6ff12281d4b7b8447707c1cbe20a |