aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2014-09-26 11:29:17 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2014-09-26 11:29:17 +0000
commit39ab2181bfb93d229cef3fc0ecb09a7cd6129dfa (patch)
tree6dcc94333aa2bf479ab50391c606169073c1fe3f /UPDATING
parent7c3cd5aa8f48eb6417f04768ac1eac962e09d24c (diff)
downloadports-39ab2181bfb93d229cef3fc0ecb09a7cd6129dfa.tar.gz
ports-39ab2181bfb93d229cef3fc0ecb09a7cd6129dfa.zip
- Update net/asterisk to 1.8.31.0
- Update net/asterisk11 to 11.13.0 - Make LUA option enabled by default [1] - Simplify plist Requested by: Dennis Guse <dennis.guse at tu-berlin.de> (and others) [1]
Notes
Notes: svn path=/head/; revision=369315
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING30
1 files changed, 30 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 84d98ad5b652..583b1844796b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,36 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20140926:
+ AFFECTS: users of net/asterisk and net/asterisk11
+ AUTHOR: madpilot@FreeBSD.org
+
+ The asterisk ports have been modified to have the LUA option
+ turned on by default to make such functionality available to users
+ of binary packages.
+
+ Some care should be taken before upgrading by people not using lua
+ to avoid the sample extensions.lua file from being loaded on reload
+ after updating the asterisk port/pkg.
+
+ Users compiling from ports not interested in LUA support are advised
+ to disable the option before updating.
+
+ People using binary packages(or not wanting to disable the LUA
+ option in the port) not using the lua functionality should add:
+
+ noload => pbx_lua.so
+
+ to the PREFIX/etc/asterisk/modules.conf file, if using the
+ autoload=yes option in that same file. People not autoloading
+ modules don't need to perform any special action.
+
+ If asterisk is rebooted and the pbx_lua module gets loaded on a
+ system were it should not, it will load the example extensions.lua
+ configuration file adding unexpected logic to your dialplan. In
+ such a case following the above steps and reloading asterisk will
+ fix the problem.
+
20140922:
AFFECTS: users of emulators/linux_base-f10 and emulators/linux_base-c6
AUTHOR: xmj@FreeBSD.org