diff options
author | jnemeth <jnemeth> | 2012-11-11 21:29:04 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2012-11-11 21:29:04 +0000 |
commit | ea7be1aeed83e906b2ec7cac0233b5bd2fca5e9f (patch) | |
tree | 495bb7037667476a5eeaa1929aaee1ed56ba4ef2 /comms/asterisk18 | |
parent | b60323fa146ce7ee45ba24a6d4856d57ea45221b (diff) | |
download | pkgsrc-ea7be1aeed83e906b2ec7cac0233b5bd2fca5e9f.tar.gz |
Update to Asterisk 1.8.18.0: this is a bug fix release:
The Asterisk Development Team has announced the release of Asterisk 1.8.18.0.
The release of Asterisk 1.8.18.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:
* --- 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.
* --- Fix an issue where media would not flow for situations where the
legacy STUN code is in use.
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.18.0
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 301b3b8f31b..b793118d4c8 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2012/10/08 23:56:47 jnemeth Exp $ +# $NetBSD: Makefile,v 1.53 2012/11/11 21:29:04 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-1.8.17.0 +DISTNAME= asterisk-1.8.18.0 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/comms/asterisk18/distinfo b/comms/asterisk18/distinfo index 7e5178cc0a3..6a12237153f 100644 --- a/comms/asterisk18/distinfo +++ b/comms/asterisk18/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.39 2012/10/08 23:56:47 jnemeth Exp $ +$NetBSD: distinfo,v 1.40 2012/11/11 21:29:04 jnemeth Exp $ -SHA1 (asterisk-1.8.17.0/asterisk-1.8.17.0.tar.gz) = b1b5d383288f8ff55d894ce3a1021d5e4acac5de -RMD160 (asterisk-1.8.17.0/asterisk-1.8.17.0.tar.gz) = 24b34c11edfe9c9a169978ff23e8aa39db089e43 -Size (asterisk-1.8.17.0/asterisk-1.8.17.0.tar.gz) = 25136583 bytes -SHA1 (asterisk-1.8.17.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 -RMD160 (asterisk-1.8.17.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 -Size (asterisk-1.8.17.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes +SHA1 (asterisk-1.8.18.0/asterisk-1.8.18.0.tar.gz) = 7e118539669addedc6651827b2703ab257319a83 +RMD160 (asterisk-1.8.18.0/asterisk-1.8.18.0.tar.gz) = d6fb8ac26c9c959a8b6641b9354ddf97f8d74923 +Size (asterisk-1.8.18.0/asterisk-1.8.18.0.tar.gz) = 25145207 bytes +SHA1 (asterisk-1.8.18.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 +RMD160 (asterisk-1.8.18.0/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 +Size (asterisk-1.8.18.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 |