SF.net SVN: postfixadmin:[1807] branches/postfixadmin-2.3
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2015-09-28 20:40:19
|
Revision: 1807 http://sourceforge.net/p/postfixadmin/code/1807 Author: christian_boltz Date: 2015-09-28 20:40:17 +0000 (Mon, 28 Sep 2015) Log Message: ----------- debian/control: - allow MariaDB in Debian package dependencies Modified Paths: -------------- branches/postfixadmin-2.3/CHANGELOG.TXT branches/postfixadmin-2.3/debian/control Modified: branches/postfixadmin-2.3/CHANGELOG.TXT =================================================================== --- branches/postfixadmin-2.3/CHANGELOG.TXT 2015-09-28 20:37:53 UTC (rev 1806) +++ branches/postfixadmin-2.3/CHANGELOG.TXT 2015-09-28 20:40:17 UTC (rev 1807) @@ -14,6 +14,7 @@ - fix query to enable/disable alias in edit-mailbox for PostgreSQL (#311) - don't prefill username in users/ login on failed logins - fixes (probably harmless) XSS + - allow MariaDB in Debian package dependencies Version 2.3.7 - 2014/02/20 - SVN r1651 (postfixadmin-2.3 branch) ---------------------------------------------------------------- Modified: branches/postfixadmin-2.3/debian/control =================================================================== --- branches/postfixadmin-2.3/debian/control 2015-09-28 20:37:53 UTC (rev 1806) +++ branches/postfixadmin-2.3/debian/control 2015-09-28 20:40:17 UTC (rev 1807) @@ -8,11 +8,11 @@ Package: postfixadmin Architecture: all -Depends: debconf (>= 0.5), dbconfig-common, wwwconfig-common, apache2 | lighttpd | httpd, libapache2-mod-php5 | php5-cgi | php5, php5-imap, php5-mysql | php5-pgsql, mysql-client | postgresql-client, ${misc:Depends} -Recommends: postfix-mysql | postfix-pgsql, mysql-server | postgresql-server | postgresql +Depends: debconf (>= 0.5), dbconfig-common, wwwconfig-common, apache2 | lighttpd | httpd, libapache2-mod-php5 | php5-cgi | php5, php5-imap, php5-mysql | php5-mysqlnd | php5-pgsql, mysql-client | postgresql-client | mariadb-client, ${misc:Depends} +Recommends: postfix-mysql | postfix-pgsql, mysql-server | postgresql-server | mariadb-server | postgresql Suggests: squirrelmail-postfixadmin, dovecot-common | courier-authlib-mysql | courier-authlib-postgresql Description: Virtual mail hosting interface for Postfix - Postfixadmin is a web interface to managing virtual users and domains + Postfixadmin is a web interface to manage virtual users and domains for a Postfix mail transport agent. The web interface is written in PHP. It supports Virtual mailboxes, aliases, forwarders and vacation. . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |