aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordvl <dvl@FreeBSD.org>2017-01-16 11:14:54 +0800
committerdvl <dvl@FreeBSD.org>2017-01-16 11:14:54 +0800
commit17d815ea0becdbd23a98d60ddd5748ee9bf756d6 (patch)
treece8359e66c4782bb6d134d6e1db03da40a909a85 /UPDATING
parent1c34a9e99f62e334bb074878269b83395b5d106d (diff)
downloadfreebsd-ports-gnome-17d815ea0becdbd23a98d60ddd5748ee9bf756d6.tar.gz
freebsd-ports-gnome-17d815ea0becdbd23a98d60ddd5748ee9bf756d6.tar.zst
freebsd-ports-gnome-17d815ea0becdbd23a98d60ddd5748ee9bf756d6.zip
Add patches missing from previous commit.
Add note to pkg-message about my.cnf Add not to UPGRADING about my.cnf Bump PORTREVISION Submitted by: Larry Rosenman <ler@FreeBSD.org>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5ccac173d125..40308bcb10d5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20170115:
+ AFFECTS: users of net-mgmt/librenms
+ AUTHOR: dvl@FreeBSD.org
+
+ The following is recommended for /var/db/mysql/my.cnf
+
+ [mysqld]
+ innodb_file_per_table=1
+ sql-mode=""
+
20170109:
AFFECTS: users of lang/ruby22
AUTHOR: swills@FreeBSD.org