diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2012-11-13 00:38:46 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2012-11-13 00:38:46 +0000 |
commit | 4ab8ac10c6a85b4d794225796497c6d5c3a56d5b (patch) | |
tree | 073c3a480448cf31ee90b1ea5c14933100d469d7 /comms/asterisk10 | |
parent | 0f41d7396dfac01ff102f43f1b8b3a382767de10 (diff) | |
download | pkgsrc-4ab8ac10c6a85b4d794225796497c6d5c3a56d5b.tar.gz |
Update to Asterisk 10.10.0: this is a general bugfix release:
The Asterisk Development Team has announced the release of Asterisk 10.10.0.
The release of Asterisk 10.10.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:
* --- Resolve issues in ConfBridge regarding marked, waitmarked, and
unmarked users
* --- dsp.c User Configurable DTMF_HITS_TO_BEGIN and
DTMF_MISSES_TO_END
* --- Fix error where improper IMAP greetings would be deleted.
* --- iax2-provision: Fix improper return on failed cache retrieval
* --- Fix T.38 support when used with chan_local in between.
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.10.0
Thank you for your continued support of Asterisk!
Diffstat (limited to 'comms/asterisk10')
-rw-r--r-- | comms/asterisk10/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk10/distinfo | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/comms/asterisk10/Makefile b/comms/asterisk10/Makefile index 749daadf102..02bca4629b2 100644 --- a/comms/asterisk10/Makefile +++ b/comms/asterisk10/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2012/10/09 01:36:31 jnemeth Exp $ +# $NetBSD: Makefile,v 1.35 2012/11/13 00:38:46 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-10.9.0 +DISTNAME= asterisk-10.10.0 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/comms/asterisk10/distinfo b/comms/asterisk10/distinfo index 50b5a934652..214ab95fa49 100644 --- a/comms/asterisk10/distinfo +++ b/comms/asterisk10/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.21 2012/10/09 01:36:31 jnemeth Exp $ +$NetBSD: distinfo,v 1.22 2012/11/13 00:38:46 jnemeth Exp $ -SHA1 (asterisk-10.9.0/asterisk-10.9.0.tar.gz) = 80cfb804067e557b95baf002cc91df618698a384 -RMD160 (asterisk-10.9.0/asterisk-10.9.0.tar.gz) = c61e176ad063ec12658519dff7d0571f32864b00 -Size (asterisk-10.9.0/asterisk-10.9.0.tar.gz) = 25060275 bytes -SHA1 (asterisk-10.9.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 -RMD160 (asterisk-10.9.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 -Size (asterisk-10.9.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes +SHA1 (asterisk-10.10.0/asterisk-10.10.0.tar.gz) = 5266cb1521b93fdabec8976254367e6ca59025d0 +RMD160 (asterisk-10.10.0/asterisk-10.10.0.tar.gz) = b7fbba3cf20ff72f198010873bb387f7bc6cc54b +Size (asterisk-10.10.0/asterisk-10.10.0.tar.gz) = 25077705 bytes +SHA1 (asterisk-10.10.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 +RMD160 (asterisk-10.10.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 +Size (asterisk-10.10.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes SHA1 (patch-Makefile) = ab740f84f9883980cb5d8e8d5ca301f172c76231 SHA1 (patch-apps_app__dial.c) = e6c9f559310acdb6574d0e034dcb55df7c2ba31f SHA1 (patch-apps_app__followme.c) = cd34774a11b96269003d9f1b6fbdfddf5d9b9d4b |