aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorultima <ultima@FreeBSD.org>2017-09-05 03:49:41 +0800
committerultima <ultima@FreeBSD.org>2017-09-05 03:49:41 +0800
commit2fe3e1d557090966653fe39b8959cc52d8d07ae5 (patch)
treecfa99c4d6e1c7c06b48b73e8412b1bf9d354917d /UPDATING
parent9c6e38a70ba93811b6f94baf00b0add4ac2bad58 (diff)
downloadfreebsd-ports-gnome-2fe3e1d557090966653fe39b8959cc52d8d07ae5.tar.gz
freebsd-ports-gnome-2fe3e1d557090966653fe39b8959cc52d8d07ae5.tar.zst
freebsd-ports-gnome-2fe3e1d557090966653fe39b8959cc52d8d07ae5.zip
Updated to 6.1.2, cleanup makefiles, add note in UPDATING
Upstream has set collation type for MySQL to be implicit and will cause issues when updating if tables are not set to utf8_unicode_ci. Approved by: lifanov (mentor, implicit)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9f8673632704..2ec2d38cb815 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20170904
+ AFFECTS: users of net-mgmt/seafile-server
+ AUTHOR: ultima@FreeBSD.org
+
+ Users using MySQL updating to 6.1.2 need to verify table's collation
+ are utf8_unicode_ci. Upstream has set collation type to be implicit
+ and will cause all libraries to disappear if set to incorrect collation.
+
20170828
AFFECTS: users of security/gnupg
AUTHOR: adamw@FreeBSD.org