diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-02-10 20:18:50 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-02-10 20:18:50 +0000 |
commit | 63ea8dd852ca42878a556a53d0e74e79c9f81feb (patch) | |
tree | 4970503aecebe1a6c390dc8030b06066d9921608 /comms/asterisk/Makefile | |
parent | bd8565b35c4fabd10f3bb591b227cdfeac801172 (diff) | |
download | pkgsrc-63ea8dd852ca42878a556a53d0e74e79c9f81feb.tar.gz |
Update to Asterisk 11.2.1: this is a minor bug fix release.
----- 11.2.1:
The Asterisk Development Team has announced the release of Asterisk 11.2.1.
The release of Asterisk 11.2.1 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:
* --- Fix astcanary startup problem due to wrong pid value from before
daemon call
* --- Update init.d scripts to handle stderr; readd splash screen for
remote consoles
* --- Reset RTP timestamp; sequence number on SSRC change
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.2.1
Thank you for your continued support of Asterisk!
----- 11.2.0:
The Asterisk Development Team has announced the release of Asterisk 11.2.0.
The release of Asterisk 11.2.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:
* --- app_meetme: Fix channels lingering when hung up under certain
conditions
* --- Fix stuck DTMF when bridge is broken.
* --- Add missing support for "who hung up" to chan_motif.
* --- Remove a fixed size limitation for producing SDP and change how
ICE support is disabled by default.
* --- Fix chan_sip websocket payload handling
* --- Fix pjproject compilation in certain circumstances
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.2.0
Thank you for your continued support of Asterisk!
Diffstat (limited to 'comms/asterisk/Makefile')
-rw-r--r-- | comms/asterisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index d31e94c6a6e..f7f725d1f9f 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.81 2013/02/06 23:21:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.82 2013/02/10 20:18:50 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-11.1.2 +DISTNAME= asterisk-11.2.1 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz -PKGREVISION= 2 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ |