diff options
author | mm <mm@FreeBSD.org> | 2012-07-17 22:38:28 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-07-17 22:38:28 +0800 |
commit | e4f2553f64fc06c9aa463c726a1054dae03ba042 (patch) | |
tree | b652704f8aeb576a8d13802bdfe5999ae9b4205d /UPDATING | |
parent | c646773c861aa5bef6d93fcba22dca8e3ff8ce52 (diff) | |
download | freebsd-ports-gnome-e4f2553f64fc06c9aa463c726a1054dae03ba042.tar.gz freebsd-ports-gnome-e4f2553f64fc06c9aa463c726a1054dae03ba042.tar.zst freebsd-ports-gnome-e4f2553f64fc06c9aa463c726a1054dae03ba042.zip |
Unbreak ProFTPD on sparc [1].
Significantly simplify proftpd port options.
Slave ports will follow in separate commits.
PR: 169644 [1]
Submitted by: Dmitry Afanasiev [1]
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20120717: + AFFECTS: users of ftp/proftpd + AUTHOR: mm@FreeBSD.org + + The options of ProFTPD have been made much more user-friendly. + As the modules are all shared libraries, all possible modules are built + and installed. The following modules are now in separate slave ports: + + databases/proftpd-mod_sql_odbc: mod_sql_odbc + databases/proftpd-mod_sql_sqlite: mod_sql_sqlite + databases/proftpd-mod_sql_tds: mod_sql_tds + net/proftpd-mod_ldap: mod_ldap and mod_quotatab_ldap + 20120716: AFFECTS: users of www/lighttpd AUTHOR: mm@FreeBSD.org |