diff options
author | jnemeth <jnemeth> | 2013-08-29 03:00:47 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2013-08-29 03:00:47 +0000 |
commit | 528ff002c2a3d18208c4834f731c2ad34b160061 (patch) | |
tree | f8fbee036fb5923b001d6eedbdf08b78868c1860 /comms/asterisk18 | |
parent | 957a20fb9657ff7c72d2817a7e213f0436de572f (diff) | |
download | pkgsrc-528ff002c2a3d18208c4834f731c2ad34b160061.tar.gz |
Update to Asterisk 1.8.23.1: this is a security fix release to fix
AST-2013-004 and AST-2013-005.
The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.2, and Asterisk 1.8, 10, and 11. The
available security rele ases are released as versions 1.8.15-cert2,
11.2-cert2, 1.8.23.1, 10.12.3, 10.12.3-di giumphones, and 11.5.1.
The release of these versions resolve the following issues:
* A remotely exploitable crash vulnerability exists in the SIP
channel driver if an ACK with SDP is received after the channel
has been terminated. The handling code incorrectly assumes that
the channel will always be present.
* A remotely exploitable crash vulnerability exists in the SIP
channel driver if an invalid SDP is sent in a SIP request that
defines media descriptions before connection information. The
handling code incorrectly attempts to reference the socket address
information even though that information has not yet been set.
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-2013-004 and AST-2013-005,
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-1.8.23.1
The security advisories are available at:
* http://downloads.asterisk.org/pub/security/AST-2013-004.pdf
* http://downloads.asterisk.org/pub/security/AST-2013-005.pdf
Thank you for your continued support of Asterisk!
Diffstat (limited to 'comms/asterisk18')
-rw-r--r-- | comms/asterisk18/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk18/distinfo | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index 5b53cac1eb5..ce87036311c 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.72 2013/07/21 17:20:26 jnemeth Exp $ +# $NetBSD: Makefile,v 1.73 2013/08/29 03:00:47 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-1.8.23.0 +DISTNAME= asterisk-1.8.23.1 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/comms/asterisk18/distinfo b/comms/asterisk18/distinfo index 853e7e1aaa6..8f03a7a0b58 100644 --- a/comms/asterisk18/distinfo +++ b/comms/asterisk18/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.48 2013/07/21 17:20:26 jnemeth Exp $ +$NetBSD: distinfo,v 1.49 2013/08/29 03:00:47 jnemeth Exp $ -SHA1 (asterisk-1.8.23.0/asterisk-1.8.23.0.tar.gz) = 7e92a8e86b78e5c0e27d247ea8ea671cae74c829 -RMD160 (asterisk-1.8.23.0/asterisk-1.8.23.0.tar.gz) = cdc9d21b02358468445bc9608b177e45adff8b97 -Size (asterisk-1.8.23.0/asterisk-1.8.23.0.tar.gz) = 25278124 bytes -SHA1 (asterisk-1.8.23.0/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 3aac6cf4a07cb2644b7b5369c618b07561619f9f -RMD160 (asterisk-1.8.23.0/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 5dc9696c54d2233cf74835fe7ccd2c1791f20041 -Size (asterisk-1.8.23.0/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 4407925 bytes +SHA1 (asterisk-1.8.23.1/asterisk-1.8.23.1.tar.gz) = 73397fa1a6b4a3cd52e0a3cd4488bfeaea4dcf0c +RMD160 (asterisk-1.8.23.1/asterisk-1.8.23.1.tar.gz) = ef0dda15a243f72d19dd56eb5e0f96ddd33852e7 +Size (asterisk-1.8.23.1/asterisk-1.8.23.1.tar.gz) = 25270506 bytes +SHA1 (asterisk-1.8.23.1/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 3aac6cf4a07cb2644b7b5369c618b07561619f9f +RMD160 (asterisk-1.8.23.1/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 5dc9696c54d2233cf74835fe7ccd2c1791f20041 +Size (asterisk-1.8.23.1/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 4407925 bytes SHA1 (patch-aa) = 832f1c043b15198e0a286094dd0cc1a251bcfed0 SHA1 (patch-af) = 19786616bb606c38f769ec85f2e4d118573659ab SHA1 (patch-ai) = e92edab5c1ff323478f41d0b0783102ed527fe39 |