diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-11-29 03:35:56 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-11-29 03:35:56 +0800 |
commit | d342bb1b81205b5596b4ef6fdd34ddd47c7fbd9f (patch) | |
tree | 6a8b27346ec5e43fbc81eb70c509f07ece04e21d /UPDATING | |
parent | 36798e69b135b7865ae1fd6b8f929f920ad04bc5 (diff) | |
download | freebsd-ports-gnome-d342bb1b81205b5596b4ef6fdd34ddd47c7fbd9f.tar.gz freebsd-ports-gnome-d342bb1b81205b5596b4ef6fdd34ddd47c7fbd9f.tar.zst freebsd-ports-gnome-d342bb1b81205b5596b4ef6fdd34ddd47c7fbd9f.zip |
Add a note about asterisk update to 1.8
Submitted by: Florian Smeets
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -5,6 +5,38 @@ 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. +20101128: + AFFECTS: users of net/asterisk, net/asterisk-addons + AUTHOR: Florian Smeets <flo@smeets.im> + + If you want to upgrade to 1.8.0 first remove asterisk-addons by running + + # pkg_delete -f asterisk-addons\* + + after that you can run one of the following + + # portmaster asterisk + or + # portupgrade asterisk + + You need to update your config files as the step from 1.4.x to 1.8.x is + quite big. First you need to look at what changed between 1.4 and 1.6 + + http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE-1.6.txt + + After that you also need to take into account what chagne between + 1.6 and 1.8 + + http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt + + If you want to stay with asterisk 1.4.x please run + + # portmaster -o net/asterisk14 net/asterisk + # portmaster -o net/asterisk14-addons net/asterisk-addons + or + # portupgrade -o net/asterisk14 net/asterisk + # portupgrade -o net/asterisk14-addons net/asterisk-addons + 20101127: AFFECTS: users of mail/postfix, mail/postfix2[56] AUTHOR: sahil@FreeBSD.org |