Bugfix update to roundcubemail-0.5.3
This commit is contained in:
parent
e11b596666
commit
d9c199c2d5
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2011/05/04 13:03:40 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2011/06/03 19:17:44 sthen Exp $
|
||||
|
||||
COMMENT = imap4 webmail client
|
||||
|
||||
DISTNAME = roundcubemail-0.5.2
|
||||
REVISION = 0
|
||||
DISTNAME = roundcubemail-0.5.3
|
||||
CATEGORIES = mail www
|
||||
HOMEPAGE = http://www.roundcube.net/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (roundcubemail-0.5.2.tar.gz) = dFHuSz/ciTAON8b6nND3tw==
|
||||
RMD160 (roundcubemail-0.5.2.tar.gz) = XotOn6LJz0jHCzjoBlvUKnBWDzY=
|
||||
SHA1 (roundcubemail-0.5.2.tar.gz) = a6kZ44OdzwhwZyWB/yjxz+/skq4=
|
||||
SHA256 (roundcubemail-0.5.2.tar.gz) = 2/wx2XzP9TLVVHPhvo4a8ZlgCxych+M8IX+HgsmwXpc=
|
||||
SIZE (roundcubemail-0.5.2.tar.gz) = 2289942
|
||||
MD5 (roundcubemail-0.5.3.tar.gz) = FXVRfH0mRDnrnyNuXj541w==
|
||||
RMD160 (roundcubemail-0.5.3.tar.gz) = nSHnFK+Hth477cYjDNdC8o/vnpU=
|
||||
SHA1 (roundcubemail-0.5.3.tar.gz) = aMWekPVfXp3tLcN09tSIANTE1j4=
|
||||
SHA256 (roundcubemail-0.5.3.tar.gz) = TD0PE37FJqBOz8UiGeUMSaBxDyH2qcmw4DFykz5sd34=
|
||||
SIZE (roundcubemail-0.5.3.tar.gz) = 2290685
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-program_include_rcube_imap_generic_php,v 1.1 2011/05/04 13:03:40 sthen Exp $
|
||||
|
||||
Don't spam the log for tls connections, $auth_methods isn't defined at this
|
||||
point. Seems to be a mis-merge; http://trac.roundcube.net/ticket/1487901
|
||||
|
||||
--- program/include/rcube_imap_generic.php.orig Wed May 4 13:07:35 2011
|
||||
+++ program/include/rcube_imap_generic.php Wed May 4 13:07:43 2011
|
||||
@@ -777,13 +777,6 @@ class rcube_imap_generic
|
||||
// Now we're secure, capabilities need to be reread
|
||||
$this->clearCapability();
|
||||
}
|
||||
-
|
||||
- // Use best (for security) supported authentication method
|
||||
- foreach (array('DIGEST-MD5', 'CRAM-MD5', 'CRAM_MD5', 'PLAIN', 'LOGIN') as $auth_method) {
|
||||
- if (in_array($auth_method, $auth_methods)) {
|
||||
- break;
|
||||
- }
|
||||
- }
|
||||
}
|
||||
|
||||
// Send ID info
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.19 2011/01/14 09:38:48 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.20 2011/06/03 19:17:44 sthen Exp $
|
||||
roundcubemail/
|
||||
roundcubemail/.htaccess.dist
|
||||
@sample roundcubemail/.htaccess
|
||||
@ -178,6 +178,10 @@ roundcubemail/plugins/managesieve/skins/default/templates/
|
||||
roundcubemail/plugins/managesieve/skins/default/templates/filteredit.html
|
||||
roundcubemail/plugins/managesieve/skins/default/templates/managesieve.html
|
||||
roundcubemail/plugins/managesieve/skins/default/templates/setedit.html
|
||||
roundcubemail/plugins/managesieve/tests/
|
||||
roundcubemail/plugins/managesieve/tests/Makefile
|
||||
roundcubemail/plugins/managesieve/tests/parser.phpt
|
||||
roundcubemail/plugins/managesieve/tests/tokenize.phpt
|
||||
roundcubemail/plugins/markasjunk/
|
||||
roundcubemail/plugins/markasjunk/localization/
|
||||
roundcubemail/plugins/markasjunk/localization/cs_CZ.inc
|
||||
|
Loading…
Reference in New Issue
Block a user