From: Vincent Bernat Date: Fri, 5 Feb 2010 22:01:14 +0000 (+0000) Subject: Suggests php-auth-sasl to enable use of SASL mechanisms for mail X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09a10ac4e18ca3bbef754b0871508806782cd6cd;p=roundcube.git Suggests php-auth-sasl to enable use of SASL mechanisms for mail servers. Closes: #567550. --- diff --git a/debian/changelog b/debian/changelog index 198c865..da17bc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ roundcube (0.3.1-3) UNRELEASED; urgency=low * RFC 5321, section 4.5.3.1, asks to not impose any limits on length if possible. We respect this by dropping limitation of the local-part of an email address. Closes: #568360, #568537. + * Suggests php-auth-sasl to enable use of SASL mechanisms for mail + servers. Closes: #567550. -- Vincent Bernat Fri, 05 Feb 2010 19:50:51 +0100 diff --git a/debian/control b/debian/control index ed4b59d..abe32d1 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/trunk/ Package: roundcube-core Architecture: all Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, php5-gd, roundcube-sqlite (= ${source:Version}) | roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}), php-mdb2, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (>= 3), ${misc:Depends}, libmagic1, php5-pspell, libjs-jquery (>= 1.3.3) +Suggests: php-auth-sasl Replaces: roundcube Conflicts: roundcube (<< 0.1~rc2-2) Description: skinnable AJAX based webmail solution for IMAP servers diff --git a/debian/control.in b/debian/control.in index 72d681f..f165822 100644 --- a/debian/control.in +++ b/debian/control.in @@ -12,6 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/trunk/ Package: roundcube-core Architecture: all Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, php5-gd, roundcube-sqlite (= ${source:Version}) | roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}), php-mdb2, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (>= 3), ${misc:Depends}, libmagic1, php5-pspell, libjs-jquery (>= 1.3.3) +Suggests: php-auth-sasl Replaces: roundcube Conflicts: roundcube (<< 0.1~rc2-2) Description: skinnable AJAX based webmail solution for IMAP servers