aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-01-26 17:51:56 +0800
committermm <mm@FreeBSD.org>2012-01-26 17:51:56 +0800
commit3a7304aa9281f789c5922f5bb0b896eb4c76ca43 (patch)
tree55b33197f54959b4319dc34817c336d4db97dadb /UPDATING
parent7c5000ded4467ddee49998a5a9690e9dff1522c5 (diff)
downloadfreebsd-ports-gnome-3a7304aa9281f789c5922f5bb0b896eb4c76ca43.tar.gz
freebsd-ports-gnome-3a7304aa9281f789c5922f5bb0b896eb4c76ca43.tar.zst
freebsd-ports-gnome-3a7304aa9281f789c5922f5bb0b896eb4c76ca43.zip
Add UPDATING entry about ftp/proftpd changes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 291efc5a1eb1..100e9db158e5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20120126:
+ AFFECTS: users of ftp/proftpd and ftp/proftpd-mysql
+ AUTHOR: Martin Matuska <mm@FreeBSD.org>
+
+ The proftpd port has been updated to 1.3.4 and changed to use
+ dynamically loadable modules. Please add corresponding LoadModule
+ directives to your configuration file, like in the following example:
+
+ LoadModule mod_tls.c
+
+ The modules mod_sql_mysql and mod_sql_postgres are now outside of the
+ main proftpd port:
+ databases/proftpd-mod_sql_mysql
+ databases/proftpd-mod_sql_postgres
+
+ The proftpd-mysql port has been removed, use the alternative port:
+ databases/proftpd-mod_sql_mysql
+
20120121:
AFFECTS: users of multimedia/vdr
AUTHOR: Juergen Lock <nox@FreeBSD.org>