diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2016-11-27 04:42:26 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2016-11-27 04:42:26 +0000 |
commit | c9ce4dbde7bd5de540dbc9fd20af63ddb31368e8 (patch) | |
tree | c7427cdc98ad327cb7dd6ec7e275c696212bb1bb /comms/asterisk/Makefile | |
parent | 6c9aab8a8131e325c826d3aff46953117f7706ea (diff) | |
download | pkgsrc-c9ce4dbde7bd5de540dbc9fd20af63ddb31368e8.tar.gz |
Update to Asterisk 11.25.0: this is a bug fix release.
The Asterisk Development Team has announced the release of Asterisk 11.25.0.
The release of Asterisk 11.25.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs fixed in this release:
-----------------------------------
* ASTERISK-26503 - app_voicemail: Asterisk crashes when
MailboxExists is used (Reported by Doug Lytle)
* ASTERISK-26480 - [patch] CLI: core set debug: Auto-completes
File not Module (Reported by Alexander Traud)
* ASTERISK-26356 - menuselect: invalid test for GTK2 (Reported by
Tzafrir Cohen)
* ASTERISK-26462 - [patch] app_queue: While using queues with
realtime, setting back to an empty context doesn't stop the exit
key usage (Reported by Leandro Dardini)
* ASTERISK-26457 - [patch] force_rport,auto_comedia: No NAT
detection triggered. (Reported by Alexander Traud)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.25.0
Thank you for your continued support of Asterisk!
Diffstat (limited to 'comms/asterisk/Makefile')
-rw-r--r-- | comms/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index ef1df8c276b..2b0bc7559fe 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.145 2016/10/28 07:26:26 jnemeth Exp $ +# $NetBSD: Makefile,v 1.146 2016/11/27 04:42:26 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look win ${WRKSRC}/sounds/Makefile # to find out the current sound file versions -DISTNAME= asterisk-11.24.1 +DISTNAME= asterisk-11.25.0 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ |