diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-08 18:25:05 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-08 18:25:05 +0800 |
commit | 7d8aa874997ea562bda35e5fa87c579846d5f214 (patch) | |
tree | b30ac5610ec4f256655d05af79abd9c96ce3a6b9 /UPDATING | |
parent | a442977f4e66fe6157500149dff5e2aff5c9d46e (diff) | |
download | freebsd-ports-gnome-7d8aa874997ea562bda35e5fa87c579846d5f214.tar.gz freebsd-ports-gnome-7d8aa874997ea562bda35e5fa87c579846d5f214.tar.zst freebsd-ports-gnome-7d8aa874997ea562bda35e5fa87c579846d5f214.zip |
upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0
Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -6,6 +6,40 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20050108: + AFFECTS: users of mail/courier-imap, mail/sqwebmail + AUTHOR: oliver@FreeBSD.org + + Courier-imap and sqwebmail are now dependent on courier-authlib. If + you've changed the default authentication config for courier-imap or + sqwebmail, you will have to redo the changes for courier-authlib. + You may wish to deinstall courier-imap and/or sqwebmail before you + install courier-authlib. Since courier-authlib replaces parts of both + ports, some of courier-authlib's files are listed as sqwebmail and + courier-imap files and deinstalling old courier-imap and/or sqwebmail + port may cause the deinstallation of the freshly installed + courier-authlib files. + +20050108: + AFFECTS: users of mail/sqwebmail + AUTHOR: oliver@FreeBSD.org + + Sqwebmail now installs it's files directly under PREFIX. That means for + instance that files that were formerly found under + PREFIX/share/sqwebmail/etc/ are now located under PREFIX/etc/sqwebmail. + Furthermore you need to set sqwebmaild_enable=YES in your rc.conf + because + the rc.d script has been migrated to use the rc.sub Subsystem + +20050108: + AFFECTS: users of mail/courier-imap + AUTHOR: oliver@FreeBSD.org + + The variable courier_imap_imapdssl_enable have been renamed to + courier_imap_imapd_ssl_enable. + The variable courier_imap_pop3dssl_enable have been renamed to + courier_imap_pop3d_ssl_enable. + 20041231: AFFECTS: users of www/awstats AUTHOR: webmaster@lightningfire.net |