aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-02-04 01:23:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-02-04 01:23:33 +0000
commite8f6ba8750358176f8078e74e3e77a7166508980 (patch)
tree906f37c5e5889e929ad63561645083615660406c /UPDATING
parentfaa306608901325b67d2d31007238a88248b8718 (diff)
downloadports-e8f6ba8750358176f8078e74e3e77a7166508980.tar.gz
ports-e8f6ba8750358176f8078e74e3e77a7166508980.zip
- Add note about upgrading dns/poweradmin
PR: 175699
Notes
Notes: svn path=/head/; revision=311534
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3a6543b30e56..8e77ca893e87 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20130204:
+ AFFECTS: users of dns/poweradmin
+ AUTHOR: Edmondas Girkantas <eg@fbsd.lt>
+
+ Some database changes have been made between version 2.1.5 and 2.1.6,
+ upgrading needs to be done manually by running the following SQL:
+
+ For MySQL users:
+
+ ALTER TABLE users MODIFY username VARCHAR(64) NOT NULL DEFAULT '0';
+ ALTER TABLE users MODIFY password VARCHAR(128) NOT NULL DEFAULT '0';
+
+ For PostgreSQL users:
+
+ ALTER TABLE users ALTER COLUMN username TYPE VARCHAR(64);
+ ALTER TABLE users ALTER COLUMN password TYPE VARCHAR(128);
+
20130203:
AFFECTS: users of KDE SC 4
AUTHOR: kde@FreeBSD.org