./mail/roundcube, Browser-based multilingual IMAP client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q2, Version: 0.8.1, Package name: roundcube-0.8.1, Maintainer: taca

RoundCube Webmail is a browser-based multilingual IMAP client with an
application-like user interface. It provides full functionality you expect
from an e-mail client, including MIME support, address book, folder
manipulation, message searching and spell checking. RoundCube Webmail is
written in PHP and requires the MySQL database. The user interface is fully
skinnable using XHTML and CSS 2.


Required to run:
[mail/pear-Mail_Mime] [mail/pear-Auth_SASL] [converters/php-iconv] [converters/php-mbstring] [graphics/php-gd] [databases/pear-MDB2] [databases/pear-MDB2_Driver_mysql] [databases/php-mysql] [databases/mysql51-client] [security/php-mcrypt] [textproc/php-json] [textproc/php-dom] [net/pear-Net_SMTP] [net/php-sockets] [net/pear-Net_IDNA2]

Required to build:
[lang/perl5] [pkgtools/x11-links] [www/apache22]

Package options: gd, iconv, mcrypt, multibyte, mysql, sockets

Master sites:

SHA1: 3e9642800e7e5226057b54c61baba17f5ba75680
RMD160: 92430f23b5241ef9cf8942d75455d2aba84fdc72
Filesize: 3104.98 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-04 22:30:26 by Matthias Scheler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #3915 - requested by taca
mail/roundcube: security update

Revisions pulled up:
- mail/roundcube/MESSAGE                                        1.7
- mail/roundcube/Makefile                                       1.44-1.46
- mail/roundcube/PLIST                                          1.24
- mail/roundcube/distinfo                                       1.25

---
   Module Name:	pkgsrc
   Committed By:	fhajny
   Date:		Wed Jul 25 11:24:21 UTC 2012

   Modified Files:
   	pkgsrc/mail/roundcube: Makefile

   Log message:
   Make package more portable by pre-creating destination for pax

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Aug 12 16:19:41 UTC 2012

   Modified Files:
   	pkgsrc/mail/roundcube: MESSAGE Makefile

   Log message:
   Some tweak in MESSAGE.

   * Note UPGRADING document which describes update process.
   * Remove note for older package.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Aug 21 15:26:32 UTC 2012

   Modified Files:
   	pkgsrc/mail/roundcube: Makefile PLIST distinfo

   Log message:
   Update roundcube to 0.8.1.

   Fixes two XSS issue.

   Here is quote from changelog of 0.8.1, please refer CHAGNGELOG file for
   full changes from 0.7.2.

   - Fix bug where domain name was converted to lower-case even with \ 
login_lc=false (#1488593)
   - Fix lower-casing email address on replies (#1488598)
   - Fix line separator in exported messages (#1488603)
   - Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613)
   - Fix XSS issue where href="javascript:" wasn't secured (#1488613)
   - Fix impossible to create message with empty plain text part (#1488610)
   - Fix stripped apostrophes when replying in plain text to HTML message (#1488606)
   - Fix inactive Save search option after advanced search (#1488607)
   - Fix Remove from group option is active for contact search result (#1488608)
   - Disable autocapitalization in login form on iPad/iPhone (#1488609)
   - Fix focus on the list when list row is clicked (#1488600)
   - Added separate From and To columns apart from smart From/To column (#1486891)
   - Fix fallback to Larry skin when configured skin isn't available (#1488591)
   - Fix (workaround) delete operations with some versions of memcache (#1488592)
   - Fix (disable) request validation for spell and spell_html actions