From 8658aef9e00a77708bf8f27b48a7c516a99d4a4b Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 26 Apr 2011 13:47:33 +0000 Subject: Changes 0.5.2: * TinyMCE 3.4.2 now compatible with IE9 * PEAR::Net_SMTP 1.5.2, fixed timeout issue * Fix bug where template name without plugin prefix was used in render_page hook * Support 'abort' and 'result' response in 'preferences_save' hook, add error handling * Fix bug where some content would cause hang on html2text conversion * Improve space-stuffing handling in format=flowed messages * Fix bug where some dates would produce SQL error in MySQL * Added workaround for some IMAP server with broken STATUS response * Fix bug where default_charset was not used for text messages * Stateless request tokens. No keep-alive necessary on login page * Force names of unique constraints in PostgreSQL DDL * Add code for prevention from IMAP connection hangs when server closes socket unexpectedly * Remove redundant DELETE query (for old session deletion) on login * Get around unreliable rand() and mt_rand() in session ID generation * Fix some emails are not shown using Cyrus IMAP * Fix handling of mime-encoded words with non-integral number of octets in a word * Fix parsing links with non-printable characters inside * Fixed de_CH/de_DE localization bugs * Add variable for 'Today' label in date_today option * Applied plugin changes since 0.5-stable release * Fix SQL query in rcube_user::query() so it uses index on MySQL again * Use only one from IMAP authentication methods to prevent login delays * Fix strftime format support in date_today option * Removed redundant tags from contact add/edit pages * Fix CSS error in contact details screen on IE7 --- mail/roundcube/Makefile | 4 ++-- mail/roundcube/PLIST | 5 ++++- mail/roundcube/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'mail/roundcube') diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 992f1c50c7f..ff5c225da93 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2011/02/11 14:37:08 adam Exp $ +# $NetBSD: Makefile,v 1.33 2011/04/26 13:47:33 adam Exp $ -DISTNAME= roundcubemail-0.5.1-dep +DISTNAME= roundcubemail-0.5.2-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} diff --git a/mail/roundcube/PLIST b/mail/roundcube/PLIST index 068776ed998..91cc4bce03a 100644 --- a/mail/roundcube/PLIST +++ b/mail/roundcube/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2011/01/13 12:19:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.20 2011/04/26 13:47:33 adam Exp $ share/doc/roundcube/INSTALL share/doc/roundcube/LICENSE share/doc/roundcube/README @@ -129,6 +129,9 @@ share/roundcube/plugins/managesieve/skins/default/managesieve_toolbar.png share/roundcube/plugins/managesieve/skins/default/templates/filteredit.html share/roundcube/plugins/managesieve/skins/default/templates/managesieve.html share/roundcube/plugins/managesieve/skins/default/templates/setedit.html +share/roundcube/plugins/managesieve/tests/Makefile +share/roundcube/plugins/managesieve/tests/parser.phpt +share/roundcube/plugins/managesieve/tests/tokenize.phpt share/roundcube/plugins/markasjunk/localization/cs_CZ.inc share/roundcube/plugins/markasjunk/localization/da_DK.inc share/roundcube/plugins/markasjunk/localization/de_DE.inc diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index da8e9b4ba43..44f536c4a9a 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2011/02/11 14:37:08 adam Exp $ +$NetBSD: distinfo,v 1.20 2011/04/26 13:47:33 adam Exp $ -SHA1 (roundcubemail-0.5.1-dep.tar.gz) = 0677dd3b38f8f5313779d6cc1860bc8ace8800de -RMD160 (roundcubemail-0.5.1-dep.tar.gz) = 127cc4cdaae6cc5db316d9e77c88f77b6c9c4aa3 -Size (roundcubemail-0.5.1-dep.tar.gz) = 1737470 bytes +SHA1 (roundcubemail-0.5.2-dep.tar.gz) = 0260e43bb2d3a78c9915f42ce1c44fdd9d04f632 +RMD160 (roundcubemail-0.5.2-dep.tar.gz) = c9d7adc6b8b200c3bb48bea4f128b3e3bd626090 +Size (roundcubemail-0.5.2-dep.tar.gz) = 1769461 bytes SHA1 (patch-aa) = 5acb8f2a021c374c752647d6aea55b37c4586c1c SHA1 (patch-ab) = 397b14ed10158094eebcdf43be73884098ff6dbd SHA1 (patch-ac) = 33e85bd1577f3554213c0f1da55500761967026a -- cgit v1.2.3