Date: Sun, 4 Dec 2005 15:46:15 -0600 (CST) From: Babak Farrokhi <babak@farrokhi.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89947: update port mail/roundcube to snapshot 20051204 Message-ID: <20051204214615.660B25641D@royalway.propagation.net> Resent-Message-ID: <200512042150.jB4Lo1JK099439@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89947 >Category: ports >Synopsis: update port mail/roundcube to snapshot 20051204 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 04 21:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Thu Jun 30 05:11:17 CDT 2005 root@royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian, Estonian and Chinese translation - Get IMAP server capabilities in array - Check for NAMESPACE capability before sending command - Set default user language from config 'locale_string' - Added sorting patch for message list - Make default sort col/order configurable - Fixed XSS in address book and identities - Added more XSS protection (Bug #1308236) - Added tab indexes for compose form - Added 'changed' col to contacts table - Support for 160-bit session hashes - Added input check for contacts and identities (Patch #1346523) - Added messages/warning to compose step (Patch #1323895) - Added favicon to the default skin - Fixed Bug #1334337 as far as possible - Added Reply-To-All functionality (Request #1326395, Patch #1349777) - Redesign of client side AJAX code (enable multi threading) - Added keep-alive signal every minute - Make logs dir configurable - Added support for SMTPS - Decode attachment file names - Make delimiter for message headers configurable - Add generic footer to sent messages - Choose the rigt identity when replying - Remove signature when replying (Request #1333167) - Signatures for each identity - Select charset when composing message - Complete re-design of the caching mechanism >How-To-Repeat: >Fix: --- roundcube.patch begins here --- diff -ruN roundcube.orig/Makefile roundcube/Makefile --- roundcube.orig/Makefile Mon Dec 5 00:15:49 2005 +++ roundcube/Makefile Mon Dec 5 00:16:10 2005 @@ -16,7 +16,7 @@ MAINTAINER= flz@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP -SNAPSHOT= 20051128 +SNAPSHOT= 20051204 WRKSRC= ${WRKDIR}/${PORTNAME}mail NO_BUILD= yes diff -ruN roundcube.orig/distinfo roundcube/distinfo --- roundcube.orig/distinfo Mon Dec 5 00:15:49 2005 +++ roundcube/distinfo Mon Dec 5 00:18:03 2005 @@ -1,3 +1,3 @@ -MD5 (roundcube-0.1-20051128.tar.gz) = db9157444dec2387ae0088cb7337930a -SHA256 (roundcube-0.1-20051128.tar.gz) = 59d89fe981ef3a482c0981806299b5a3ce6d25233f352034cf579d1b47afe9e7 -SIZE (roundcube-0.1-20051128.tar.gz) = 2831872 +MD5 (roundcube-0.1-20051204.tar.gz) = 06fe3ea00f74a25a86fbdf91328a01e3 +SHA256 (roundcube-0.1-20051204.tar.gz) = af3ccc468d7b1596555d67f875e26ce7aa694d7520bc0cd1f0edc5eb87738e8a +SIZE (roundcube-0.1-20051204.tar.gz) = 533071 diff -ruN roundcube.orig/pkg-plist roundcube/pkg-plist --- roundcube.orig/pkg-plist Mon Dec 5 00:15:49 2005 +++ roundcube/pkg-plist Mon Dec 5 00:47:24 2005 @@ -1,3 +1,4 @@ +%%DOCSDIR%%/CHANGELOG %%DOCSDIR%%/INSTALL %%DOCSDIR%%/LICENSE %%DOCSDIR%%/README @@ -7,7 +8,9 @@ %%RCUBEDIR%%/SQL/postgres.initial.sql %%RCUBEDIR%%/SQL/sqlite.initial.sql %%RCUBEDIR%%/config/.htaccess +%%RCUBEDIR%%/config/db.inc.php %%RCUBEDIR%%/config/db.inc.php.dist +%%RCUBEDIR%%/config/main.inc.php %%RCUBEDIR%%/config/main.inc.php.dist %%RCUBEDIR%%/index.php %%RCUBEDIR%%/logs/.htaccess @@ -20,6 +23,7 @@ %%RCUBEDIR%%/program/include/rcube_mdb2.inc %%RCUBEDIR%%/program/include/rcube_shared.inc %%RCUBEDIR%%/program/include/rcube_smtp.inc +%%RCUBEDIR%%/program/include/rcube_sqlite.inc %%RCUBEDIR%%/program/include/session.inc %%RCUBEDIR%%/program/js/app.js %%RCUBEDIR%%/program/js/common.js @@ -118,6 +122,8 @@ %%RCUBEDIR%%/program/localization/da/messages.inc %%RCUBEDIR%%/program/localization/de/labels.inc %%RCUBEDIR%%/program/localization/de/messages.inc +%%RCUBEDIR%%/program/localization/ee/labels.inc +%%RCUBEDIR%%/program/localization/ee/messages.inc %%RCUBEDIR%%/program/localization/el/labels.inc %%RCUBEDIR%%/program/localization/el/messages.inc %%RCUBEDIR%%/program/localization/en/labels.inc @@ -262,6 +268,8 @@ %%RCUBEDIR%%/skins/default/images/roundcube_logo.gif %%RCUBEDIR%%/skins/default/images/roundcube_logo.png %%RCUBEDIR%%/skins/default/images/roundcube_logo_print.gif +%%RCUBEDIR%%/skins/default/images/sort_asc.gif +%%RCUBEDIR%%/skins/default/images/sort_desc.gif %%RCUBEDIR%%/skins/default/images/tab_act.gif %%RCUBEDIR%%/skins/default/images/tab_pas.gif %%RCUBEDIR%%/skins/default/images/taskbar.gif @@ -323,6 +331,7 @@ @dirrm %%RCUBEDIR%%/program/localization/en_GB @dirrm %%RCUBEDIR%%/program/localization/en @dirrm %%RCUBEDIR%%/program/localization/el +@dirrm %%RCUBEDIR%%/program/localization/ee @dirrm %%RCUBEDIR%%/program/localization/de @dirrm %%RCUBEDIR%%/program/localization/da @dirrm %%RCUBEDIR%%/program/localization/cz --- roundcube.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051204214615.660B25641D>