pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/asterisk Update to Asterisk 11.14.2: this is a s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ca7508bc473
branches:  trunk
changeset: 643230:5ca7508bc473
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Fri Dec 12 22:12:56 2014 +0000

description:
Update to Asterisk 11.14.2: this is a security fix release.

The Asterisk Development Team has announced security releases for
Certified Asterisk 11.6 and Asterisk 11, 12, and 13. The available
security releases are released as versions 11.6-cert9, 11.14.2,
12.7.2, and 13.0.2.

The release of these versions resolves the following security vulnerability:

* AST-2014-019: Remote Crash Vulnerability in WebSocket Server

  When handling a WebSocket frame the res_http_websocket module
  dynamically changes the size of the memory used to allow the
  provided payload to fit. If a payload length of zero was received
  the code would incorrectly attempt to resize to zero. This
  operation would succeed and end up freeing the memory but be
  treated as a failure. When the session was subsequently torn down
  this memory would get freed yet again causing a crash.

For more information about the details of this vulnerability, please read
security advisory AST-2014-019, which was released at the same time as this
announcement.

For a full list of changes in the current releases, please see the Change Logs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.14.2

The security advisory is available at:

* http://downloads.asterisk.org/pub/security/AST-2014-019.pdf

Thank you for your continued support of Asterisk!

diffstat:

 comms/asterisk/Makefile |   4 ++--
 comms/asterisk/distinfo |  14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r d9a1e282a341 -r 5ca7508bc473 comms/asterisk/Makefile
--- a/comms/asterisk/Makefile   Fri Dec 12 22:06:48 2014 +0000
+++ b/comms/asterisk/Makefile   Fri Dec 12 22:12:56 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.115 2014/12/03 01:57:37 jnemeth Exp $
+# $NetBSD: Makefile,v 1.116 2014/12/12 22:12:56 jnemeth Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked
 
-DISTNAME=      asterisk-11.14.1
+DISTNAME=      asterisk-11.14.2
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 DISTFILES=     ${DEFAULT_DISTFILES}
 EXTRACT_ONLY=  ${DISTNAME}.tar.gz
diff -r d9a1e282a341 -r 5ca7508bc473 comms/asterisk/distinfo
--- a/comms/asterisk/distinfo   Fri Dec 12 22:06:48 2014 +0000
+++ b/comms/asterisk/distinfo   Fri Dec 12 22:12:56 2014 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.69 2014/12/03 01:57:37 jnemeth Exp $
+$NetBSD: distinfo,v 1.70 2014/12/12 22:12:56 jnemeth Exp $
 
-SHA1 (asterisk-11.14.1/asterisk-11.14.1.tar.gz) = 10f1ac8c282bbb99c07eaa13c93f994294dd552f
-RMD160 (asterisk-11.14.1/asterisk-11.14.1.tar.gz) = 6f7bcde4be32a35bfc9b5c23c6f021fcfc52e205
-Size (asterisk-11.14.1/asterisk-11.14.1.tar.gz) = 34966823 bytes
-SHA1 (asterisk-11.14.1/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = fbb94494e31fc08eee8fdf2ce7d12eb274018050
-RMD160 (asterisk-11.14.1/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 53656a3d6771602504f220ad312093e3503e1150
-Size (asterisk-11.14.1/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 4409969 bytes
+SHA1 (asterisk-11.14.2/asterisk-11.14.2.tar.gz) = 92c1d5e37bc0978351045fcb09075035077ab3da
+RMD160 (asterisk-11.14.2/asterisk-11.14.2.tar.gz) = 63fadeca5f8351e55559e8933077fa1a8655e700
+Size (asterisk-11.14.2/asterisk-11.14.2.tar.gz) = 34967655 bytes
+SHA1 (asterisk-11.14.2/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = fbb94494e31fc08eee8fdf2ce7d12eb274018050
+RMD160 (asterisk-11.14.2/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 53656a3d6771602504f220ad312093e3503e1150
+Size (asterisk-11.14.2/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 4409969 bytes
 SHA1 (patch-Makefile) = ed581d46026e8e89ed8be374c7085efca19911d2
 SHA1 (patch-apps_app__confbridge.c) = c815905994355a19c32e8e3e2eb5dc9f1679eb29
 SHA1 (patch-apps_app__dial.c) = 0f78d2571af88384a2d472ece08bf4b06f9ad211



Home | Main Index | Thread Index | Old Index