diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2014-08-28 01:19:12 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2014-08-28 01:19:12 +0000 |
commit | 997f2c57ec2d6a3d120c105160e2e5602e178b0c (patch) | |
tree | 9580cc179e569b67bbb2b526c9103e73db487e96 /comms/asterisk | |
parent | 0f69ecc980d0a3fd5aa9845761f9af11bd360528 (diff) | |
download | pkgsrc-997f2c57ec2d6a3d120c105160e2e5602e178b0c.tar.gz |
Update to Asterisk 11.12.0: this is mainly a bugfix release.
The Asterisk Development Team has announced the release of Asterisk 11.12.0.
The release of Asterisk 11.12.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-23911 - URIENCODE/URIDECODE: WARNING about passing an
empty string is a bit over zealous (Reported by Matt Jordan)
* ASTERISK-23985 - PresenceState Action response does not contain
ActionID; duplicates Message Header (Reported by Matt Jordan)
* ASTERISK-23814 - No call started after peer dialed (Reported by
Igor Goncharovsky)
* ASTERISK-24087 - [patch]chan_sip: sip_subscribe_mwi_destroy
should not call sip_destroy (Reported by Corey Farrell)
* ASTERISK-23818 - PBX_Lua: after asterisk startup module is
loaded, but dialplan not available (Reported by Dennis Guse)
* ASTERISK-18345 - [patch] sips connection dropped by asterisk
with a large INVITE (Reported by Stephane Chazelas)
* ASTERISK-23508 - Memory Corruption in
__ast_string_field_ptr_build_va (Reported by Arnd Schmitter)
Improvements made in this release:
-----------------------------------
* ASTERISK-21178 - Improve documentation for manager command
Getvar, Setvar (Reported by Rusty Newton)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.12.0
Thank you for your continued support of Asterisk!
Diffstat (limited to 'comms/asterisk')
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk/distinfo | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 4f53f2c4765..f4559d31645 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.109 2014/07/29 04:20:55 jnemeth Exp $ +# $NetBSD: Makefile,v 1.110 2014/08/28 01:19:12 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-11.11.0 +DISTNAME= asterisk-11.12.0 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index 39162a4efec..93ee3b41430 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.64 2014/07/29 04:20:55 jnemeth Exp $ +$NetBSD: distinfo,v 1.65 2014/08/28 01:19:12 jnemeth Exp $ -SHA1 (asterisk-11.11.0/asterisk-11.11.0.tar.gz) = b50975d7eee7d365678cebad6bb3331a7293cf20 -RMD160 (asterisk-11.11.0/asterisk-11.11.0.tar.gz) = 5dbd4b3a22e4d8660ed61f95cd87c594b090601c -Size (asterisk-11.11.0/asterisk-11.11.0.tar.gz) = 34867274 bytes -SHA1 (asterisk-11.11.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 14403cd023e812565085c8232210b8b439274ecf -RMD160 (asterisk-11.11.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 675fc1f3cedd0e17b62a8285f9f0527783cfb1d3 -Size (asterisk-11.11.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 4386590 bytes +SHA1 (asterisk-11.12.0/asterisk-11.12.0.tar.gz) = 7250958d790d3cd59f85164a53bc224332b59118 +RMD160 (asterisk-11.12.0/asterisk-11.12.0.tar.gz) = eab987aefa8fa6ea71c2c551f0de586610cb2317 +Size (asterisk-11.12.0/asterisk-11.12.0.tar.gz) = 34870073 bytes +SHA1 (asterisk-11.12.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 14403cd023e812565085c8232210b8b439274ecf +RMD160 (asterisk-11.12.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 675fc1f3cedd0e17b62a8285f9f0527783cfb1d3 +Size (asterisk-11.12.0/asterisk-extra-sounds-en-gsm-1.4.14.tar.gz) = 4386590 bytes SHA1 (patch-Makefile) = ed581d46026e8e89ed8be374c7085efca19911d2 SHA1 (patch-apps_app__confbridge.c) = c815905994355a19c32e8e3e2eb5dc9f1679eb29 SHA1 (patch-apps_app__dial.c) = 0f78d2571af88384a2d472ece08bf4b06f9ad211 |