Update to Asterisk 1.8.16.0. This release is to fix AST-2012-012 and
AST-2012-013, and some general bugs. The Asterisk Development Team has announced the release of Asterisk 1.8.16.0. The release of Asterisk 1.8.16.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVR * --- AST-2012-013: Resolve ACL rules being ignored during calls by some IAX2 peers * --- Handle extremely out of order RFC 2833 DTMF * --- Resolve severe memory leak in CEL logging modules. * --- Only re-create an SRTP session when needed; respond with correct crypto policy For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.16.0 Thank you for your continued support of Asterisk!
This commit is contained in:
parent
256b1b1f30
commit
5fa3cd6670
2 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.45 2012/09/09 06:04:01 jnemeth Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2012/09/14 02:26:28 jnemeth Exp $
|
||||
#
|
||||
# NOTE: when updating this package, there are two places that sound
|
||||
# tarballs need to be checked
|
||||
|
||||
DISTNAME= asterisk-1.8.15.1
|
||||
DISTNAME= asterisk-1.8.16.0
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
DISTFILES= ${DEFAULT_DISTFILES}
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.37 2012/09/09 06:04:01 jnemeth Exp $
|
||||
$NetBSD: distinfo,v 1.38 2012/09/14 02:26:28 jnemeth Exp $
|
||||
|
||||
SHA1 (asterisk-1.8.15.1/asterisk-1.8.15.1.tar.gz) = eea8521543bf7d22c8c11d2f3ccfec126e30a8a4
|
||||
RMD160 (asterisk-1.8.15.1/asterisk-1.8.15.1.tar.gz) = 2aea6f03be0107dcd019a00a65524c4327ccd0d6
|
||||
Size (asterisk-1.8.15.1/asterisk-1.8.15.1.tar.gz) = 25077347 bytes
|
||||
SHA1 (asterisk-1.8.15.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9
|
||||
RMD160 (asterisk-1.8.15.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6
|
||||
Size (asterisk-1.8.15.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes
|
||||
SHA1 (asterisk-1.8.16.0/asterisk-1.8.16.0.tar.gz) = 71bd990be4d6c4c8f035c0bc7279c1ed15101319
|
||||
RMD160 (asterisk-1.8.16.0/asterisk-1.8.16.0.tar.gz) = 8e754634528277a377c1409b92890cd86f4898aa
|
||||
Size (asterisk-1.8.16.0/asterisk-1.8.16.0.tar.gz) = 25085895 bytes
|
||||
SHA1 (asterisk-1.8.16.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9
|
||||
RMD160 (asterisk-1.8.16.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6
|
||||
Size (asterisk-1.8.16.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes
|
||||
SHA1 (patch-aa) = 832f1c043b15198e0a286094dd0cc1a251bcfed0
|
||||
SHA1 (patch-af) = 19786616bb606c38f769ec85f2e4d118573659ab
|
||||
SHA1 (patch-ai) = e92edab5c1ff323478f41d0b0783102ed527fe39
|
||||
|
|
Loading…
Reference in a new issue