Update to 1.8.9.1:
The release of Asterisk 1.8.9.1 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: * --- Fixes deadlocks occuring in chan_agent --- * --- Ensure entering T.38 passthrough does not cause an infinite loop --- For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.9.1 Thank you for your continued support of Asterisk!
This commit is contained in:
parent
ec1ce737ef
commit
01c9779df4
2 changed files with 15 additions and 16 deletions
|
@ -1,13 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.22 2012/02/06 12:39:39 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2012/02/08 07:27:24 jnemeth Exp $
|
||||
#
|
||||
# NOTE: when updating this package, there are two places that sound
|
||||
# tarballs need to be checked
|
||||
|
||||
DISTNAME= asterisk-1.8.9.0
|
||||
DISTNAME= asterisk-1.8.9.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/ \
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
$NetBSD: distinfo,v 1.18 2012/01/28 19:11:35 jnemeth Exp $
|
||||
$NetBSD: distinfo,v 1.19 2012/02/08 07:27:24 jnemeth Exp $
|
||||
|
||||
SHA1 (asterisk-1.8.9.0/asterisk-1.8.9.0.tar.gz) = 9551fd07ba8d8e47b46986c45b3bb226e4bdebde
|
||||
RMD160 (asterisk-1.8.9.0/asterisk-1.8.9.0.tar.gz) = 115f181c202146d6a5e9688f247e6dc052730eac
|
||||
Size (asterisk-1.8.9.0/asterisk-1.8.9.0.tar.gz) = 24837453 bytes
|
||||
SHA1 (asterisk-1.8.9.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9
|
||||
RMD160 (asterisk-1.8.9.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6
|
||||
Size (asterisk-1.8.9.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes
|
||||
SHA1 (asterisk-1.8.9.0/extract-cfile.txt) = b22874814c83a53bcd1a8d96b5911304f304971e
|
||||
RMD160 (asterisk-1.8.9.0/extract-cfile.txt) = e7205fe7e95793f3ca6e384edeef1ad5713485e0
|
||||
Size (asterisk-1.8.9.0/extract-cfile.txt) = 643 bytes
|
||||
SHA1 (asterisk-1.8.9.0/rfc3951.txt) = 1a6c769be750fb02456d60db2470909254496017
|
||||
RMD160 (asterisk-1.8.9.0/rfc3951.txt) = 15f7ec61653ec9953172f8f2150e7d8f6f620926
|
||||
Size (asterisk-1.8.9.0/rfc3951.txt) = 373442 bytes
|
||||
SHA1 (asterisk-1.8.9.1/asterisk-1.8.9.1.tar.gz) = 2be82775ec729fad4a99df831770e0b984866c97
|
||||
RMD160 (asterisk-1.8.9.1/asterisk-1.8.9.1.tar.gz) = 69f7231722d39cb0f6a8adf74f5b314eef5193fd
|
||||
Size (asterisk-1.8.9.1/asterisk-1.8.9.1.tar.gz) = 24823950 bytes
|
||||
SHA1 (asterisk-1.8.9.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9
|
||||
RMD160 (asterisk-1.8.9.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6
|
||||
Size (asterisk-1.8.9.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes
|
||||
SHA1 (asterisk-1.8.9.1/extract-cfile.txt) = b22874814c83a53bcd1a8d96b5911304f304971e
|
||||
RMD160 (asterisk-1.8.9.1/extract-cfile.txt) = e7205fe7e95793f3ca6e384edeef1ad5713485e0
|
||||
Size (asterisk-1.8.9.1/extract-cfile.txt) = 643 bytes
|
||||
SHA1 (asterisk-1.8.9.1/rfc3951.txt) = 1a6c769be750fb02456d60db2470909254496017
|
||||
RMD160 (asterisk-1.8.9.1/rfc3951.txt) = 15f7ec61653ec9953172f8f2150e7d8f6f620926
|
||||
Size (asterisk-1.8.9.1/rfc3951.txt) = 373442 bytes
|
||||
SHA1 (patch-aa) = 496565e1e567c42ab6ba8f996c506f52cb9c8cfe
|
||||
SHA1 (patch-af) = 19786616bb606c38f769ec85f2e4d118573659ab
|
||||
SHA1 (patch-ag) = c71c61350cefbbe53eefa99245ca7712753f22d5
|
||||
|
|
Loading…
Reference in a new issue