diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-08-21 23:29:37 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-08-21 23:29:37 +0000 |
commit | db14b9f38a9cc7de99fc52c04ada0a43a911b26d (patch) | |
tree | de547461edc29a7d9d85d29a32c992e11d16bd04 /UPDATING | |
parent | 0c7b2eeb40e6582eb1cba8684962f4ad5429f081 (diff) | |
download | ports-db14b9f38a9cc7de99fc52c04ada0a43a911b26d.tar.gz ports-db14b9f38a9cc7de99fc52c04ada0a43a911b26d.zip |
- Remove net/asterisk16, net/asterisk16-addons, japanese/asterisk16-sounds
- Update net/appkonference to 2.1 to make it work with net/asterisk [1]
- Switch www/bigbluebutton to net/asterisk
- While here fix typo in www/xxxterm's MOVED entry
PR: ports/169038 [1]
Approved by: maintainer [1]
Notes
Notes:
svn path=/head/; revision=302910
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -5,6 +5,29 @@ 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/asterisk16, net/asterisk16-addons + AUTHOR: Florian Smeets <flo@FreeBSD.org> + + asterisk16 has been unsupported upstream for a while now and has known + security vulnerabilities therefor it was removed from the ports tree. + People still running net/asterisk16 should upgrade to net/asterisk. + + First delete the asterisk addons, as they are part of asterisk now. + + # pkg_delete -f asterisk16-addons\* + + after that you can run one of the following + + # portmaster -o net/asterisk net/asterisk16 + or + # portupgrade -o net/asterisk net/asterisk16 + + After that you need to update your configuration. Take a look at the following + URL for the changes between 1.6 and 1.8 + + http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt + 20120820: AFFECTS: users of ports-mgmt/portupgrade-devel AUTHOR: bdrewery@FreeBSD.org |