diff options
author | flo <flo@FreeBSD.org> | 2011-09-15 05:42:04 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-09-15 05:42:04 +0800 |
commit | 329930967976bed536ec8253c6d7aadef3f94564 (patch) | |
tree | 1f1430860770452de62029be860798ffe57a8979 /UPDATING | |
parent | bd834e6a8e8ec46e2802baff555aeb55150895b2 (diff) | |
download | freebsd-ports-gnome-329930967976bed536ec8253c6d7aadef3f94564.tar.gz freebsd-ports-gnome-329930967976bed536ec8253c6d7aadef3f94564.tar.zst freebsd-ports-gnome-329930967976bed536ec8253c6d7aadef3f94564.zip |
- make this port usable again by depending on asterisk16-addons instead of
asterisk14-addons as asterisk14 has been marked vulnerable for > 8 months
- fix WWW in pkg-descr
PR: ports/157620
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -5,6 +5,24 @@ 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. +20110914: + AFFECTS: users of www/asterisk-stat + AUTHOR: flo@FreeBSD.org + + asterisk-stat depends on asterisk16 now, you willl need to update asterisk + and asterisk-addons to 1.6. Instructions on upgrading your configuration + files are here: + + http://svnview.digium.com/svn/asterisk/branches/1.6.2/UPGRADE-1.6.txt + + If you use portmaster run: + # portmaster -o net/asterisk16 net/asterisk14 + # portmaster -o net/asterisk16-addons net/asterisk14-addons + + If you use portupgrade run: + # portupgrade -o net/asterisk16 net/asterisk14 + # portupgrade -o net/asterisk16-addons net/asterisk14-addons + 20110909: AFFECTS: users of net/p5-SOAP-Lite AUTHOR: az@FreeBSD.org |