aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-10-31 00:19:26 +0800
committeradamw <adamw@FreeBSD.org>2016-10-31 00:19:26 +0800
commite6d956be43f2f7d9963a3dda71f807627be50804 (patch)
tree869e4918a0a8237dafef4970a192186681018749 /UPDATING
parentf261c174b863ebdc0606a0ff1d972b23e33fef3e (diff)
downloadfreebsd-ports-gnome-e6d956be43f2f7d9963a3dda71f807627be50804.tar.gz
freebsd-ports-gnome-e6d956be43f2f7d9963a3dda71f807627be50804.tar.zst
freebsd-ports-gnome-e6d956be43f2f7d9963a3dda71f807627be50804.zip
Update squirrelmail to 20161030 sources, which most notably brings
much better php70 support. The optional database backend has switched from PEAR to PDO, so include an UPDATING note about it.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3ecbdfb8df72..c31f59371e52 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20161030:
+ AFFECTS: users of mail/squirrelmail
+ AUTHOR: adamw@FreeBSD.org
+
+ For better php70 support, the squirrelmail port has switched from
+ PEAR database access to PDO. If you are using squirrelmail with
+ a database backend, you'll need to install a corresponding PDO
+ database module, such as php56-pdo_sqlite.
+
+20161030:
AFFECTS: users of security/srm
AUTHOR: rakuco@FreeBSD.org