diff options
author | abs <abs@pkgsrc.org> | 2009-03-11 12:55:10 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-03-11 12:55:10 +0000 |
commit | 8b05527cbc7f88ae832bb721ecf710a787237a55 (patch) | |
tree | 7cff736018574f2a2cb37973ca01658acbae2ac7 /mail | |
parent | af77e2968f9a74fd3c06fb32f0f8b01785de484f (diff) | |
download | pkgsrc-8b05527cbc7f88ae832bb721ecf710a787237a55.tar.gz |
Updated mail/roundcube to 0.2.1
pkgsrc changes
- add PKG_DESTDIR_SUPPORT= user-destdir
distribution changes:
- Use US-ASCII as failover when Unicode searching fails (#1485762)
- Fix errors handling in IMAP command continuations (#1485762)
- Fix FETCH result parsing for servers returning flags at the end of result (#1485763)
- Fix datetime columns defaults in mysql's DDL (#1485641)
- Fix attaching more than nine inline images (#1485759)
- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)
- Fix mime-type detection using a hard-coded map (#1485311)
- Don't return empty string if charset conversion failed (#1485757)
- Disable concurrent autocomplete query results display (#1485743)
- Fix new lines stripped from message footer (#1485751)
- Fix IE problem with mouse click autocomplete (#1485739)
- Fix html body washing on reply/forward + fix attachments handling (#1485676)
- Fix multiple recipients input parsing (#1485733)
- Fix replying to message with html attachment (#1485676)
- Use default_charset for messages without specified charset (#1485661, #1484961)
- Support non-standard "GMT-XXXX" literal in date header (#1485729)
- Added TNEF support to decode MS Outlook attachments (winmail.dat)
- Fix "value continuation" MIME headers by adding required semicolon (#1485727)
- Fix pressing select all/unread multiple times (#1485723)
- Fix selecting all unread does not honor new messages (#1485724)
- Fix some base64 encoded attachments handling (#1485725)
- Support NGINX as IMAP backend: better BAD response handling (#1485720)
- Performance fix: don't fetch attachment parts headers twice to parse filename
- Fix checking for recent messages on various IMAP servers (#1485702)
- Performance fix: Don't fetch quota and recent messages in "message view" mode
- Fix displaying of alternative-inside-alternative messages (#1485713)
- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
- Fix creation of folders with '&' sign in name
- Fix parsing of email addresses without angle brackets (#1485693)
- Save spellcheck corrections when switching from plain to html editor (and spellchecking is on)
- Fix large search results on server without SORT capability (#1485668)
- Get rid of preg_replace() with eval modifier and create_function usage (#1485686)
- Bring back <base> and <link> tags in HTML messages
- Fix XSS vulnerability through background attributes as reported by Julien Cayssol
- Fix problems with backslash as IMAP hierarchy delimiter (#1484467)
- Secure vcard export by getting rid of preg's 'e' modifier use (#1485689)
- Fix authentication when submitting form with existing session (#1485679)
- Allow absolute URLs to images in HTML messages/sigs (#1485666)
- Fix message body which contains both inline attachments and emotions
- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
- Fix address names with '@' sign handling (#1485654)
- Improve messages display performance
- Fix messages searching with 'to:' modifier
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 45 | ||||
-rw-r--r-- | mail/roundcube/PLIST | 14 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 8 |
3 files changed, 37 insertions, 30 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 2048f784101..3a84aa342a0 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2009/02/28 17:35:04 adrianp Exp $ +# $NetBSD: Makefile,v 1.17 2009/03/11 12:55:10 abs Exp $ # DISTNAME= roundcubemail-${RCVERSION}-dep -PKGREVISION= 1 PKGNAME= ${DISTNAME:S/mail-${RCVERSION}-dep/-${VERSION}/} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} @@ -14,9 +13,13 @@ COMMENT= Browser-based multilingual IMAP client USE_TOOLS+= pax USE_LANGUAGES= # none NO_BUILD= yes -RCVERSION= 0.2-stable +RCVERSION= 0.2.1 VERSION= ${RCVERSION:S/-//} +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= ${RCDIR}/program ${RCDIR}/skins ${EGDIR}/SQL ${DOCDIR} +INSTALLATION_DIRS+= ${RCDIR}/bin + .include "../../mk/bsd.prefs.mk" .include "../../lang/php/phpversion.mk" @@ -93,9 +96,6 @@ EMPTY_DIRS= plugins/cleanup plugins/emotions/images \ themes/advanced/jscripts themes/advanced/docs/en \ themes/advanced/images themes/advanced/docs -INSTALLATION_DIRS= ${RCDIR}/program ${RCDIR}/skins ${EGDIR}/SQL ${DOCDIR} -INSTALLATION_DIRS+= ${RCDIR}/bin - .include "../../mk/apache.mk" .include "options.mk" @@ -110,28 +110,31 @@ pre-install: . endfor do-install: - ${INSTALL_DATA} ${WRKSRC}/roundcube.conf ${EGDIR}/roundcube.conf - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/UPGRADING ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/roundcube.conf \ + ${DESTDIR}${EGDIR}/roundcube.conf + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/UPGRADING ${DESTDIR}${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/SQL/*.sql ${EGDIR}/SQL/ + ${INSTALL_DATA} ${WRKSRC}/SQL/*.sql ${DESTDIR}${EGDIR}/SQL/ - ${INSTALL_DATA} ${WRKSRC}/.htaccess ${RCDIR}/ - ${INSTALL_DATA} ${WRKSRC}/index.php ${RCDIR}/ - ${INSTALL_DATA} ${WRKSRC}/robots.txt ${RCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/.htaccess ${DESTDIR}${RCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/index.php ${DESTDIR}${RCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/robots.txt ${DESTDIR}${RCDIR}/ ${INSTALL_DATA} ${WRKSRC}/config/db.inc.php.dist \ - ${EGDIR}/db.inc.php.dist + ${DESTDIR}${EGDIR}/db.inc.php.dist ${INSTALL_DATA} ${WRKSRC}/config/main.inc.php.dist \ - ${EGDIR}/main.inc.php.dist + ${DESTDIR}${EGDIR}/main.inc.php.dist . for i in ${PAX_DIRS} - cd ${WRKSRC}/${i} && ${PAX} -rw . ${RCDIR}/${i} - ${FIND} ${RCDIR}/${i} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} - ${FIND} ${RCDIR}/${i} -type d | ${XARGS} ${CHMOD} ${PKGDIRMODE} - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${RCDIR}/${i} + cd ${WRKSRC}/${i} && ${PAX} -rw . ${DESTDIR}${RCDIR}/${i} + ${FIND} ${DESTDIR}${RCDIR}/${i} -type f | \ + ${XARGS} ${CHMOD} ${SHAREMODE} + ${FIND} ${DESTDIR}${RCDIR}/${i} -type d | \ + ${XARGS} ${CHMOD} ${PKGDIRMODE} + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${RCDIR}/${i} . endfor .include "../../mk/bsd.pkg.mk" diff --git a/mail/roundcube/PLIST b/mail/roundcube/PLIST index ba436247c81..6b274004c02 100644 --- a/mail/roundcube/PLIST +++ b/mail/roundcube/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/01/19 20:15:49 abs Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/03/11 12:55:10 abs Exp $ share/doc/roundcube/INSTALL share/doc/roundcube/LICENSE share/doc/roundcube/README @@ -58,20 +58,17 @@ share/roundcube/program/include/rcube_result_set.php share/roundcube/program/include/rcube_shared.inc share/roundcube/program/include/rcube_smtp.inc share/roundcube/program/include/rcube_sqlite.inc +share/roundcube/program/include/rcube_string_replacer.php share/roundcube/program/include/rcube_template.php share/roundcube/program/include/rcube_user.php share/roundcube/program/include/rcube_vcard.php share/roundcube/program/include/session.inc share/roundcube/program/js/app.js -share/roundcube/program/js/app.js.src share/roundcube/program/js/common.js -share/roundcube/program/js/common.js.src share/roundcube/program/js/editor.js share/roundcube/program/js/editor_images.js share/roundcube/program/js/googiespell.js -share/roundcube/program/js/googiespell.js.src share/roundcube/program/js/list.js -share/roundcube/program/js/list.js.src share/roundcube/program/js/tiny_mce/langs/ar.js share/roundcube/program/js/tiny_mce/langs/bg.js share/roundcube/program/js/tiny_mce/langs/bs.js @@ -521,14 +518,19 @@ share/roundcube/program/lib/html2text.php share/roundcube/program/lib/icl_commons.inc share/roundcube/program/lib/imap.inc share/roundcube/program/lib/mime.inc +share/roundcube/program/lib/tnef_decoder.inc share/roundcube/program/lib/utf7.inc share/roundcube/program/lib/washtml.php share/roundcube/program/localization/ar_SA/labels.inc share/roundcube/program/localization/ar_SA/messages.inc +share/roundcube/program/localization/ast/labels.inc +share/roundcube/program/localization/ast/messages.inc share/roundcube/program/localization/az_AZ/labels.inc share/roundcube/program/localization/az_AZ/messages.inc share/roundcube/program/localization/bg_BG/labels.inc share/roundcube/program/localization/bg_BG/messages.inc +share/roundcube/program/localization/bn_BD/labels.inc +share/roundcube/program/localization/bn_BD/messages.inc share/roundcube/program/localization/bs_BA/labels.inc share/roundcube/program/localization/bs_BA/messages.inc share/roundcube/program/localization/ca_ES/labels.inc @@ -551,6 +553,8 @@ share/roundcube/program/localization/en_US/labels.inc share/roundcube/program/localization/en_US/messages.inc share/roundcube/program/localization/eo/labels.inc share/roundcube/program/localization/eo/messages.inc +share/roundcube/program/localization/es_AR/labels.inc +share/roundcube/program/localization/es_AR/messages.inc share/roundcube/program/localization/es_ES/labels.inc share/roundcube/program/localization/es_ES/messages.inc share/roundcube/program/localization/et_EE/labels.inc diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index 4a5582c6d1e..1b0aaf6a6c2 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2009/01/19 20:15:49 abs Exp $ +$NetBSD: distinfo,v 1.11 2009/03/11 12:55:10 abs Exp $ -SHA1 (roundcubemail-0.2-stable-dep.tar.gz) = 23bedb1baa91a67ca14a05aa4acae413c8bf7fc6 -RMD160 (roundcubemail-0.2-stable-dep.tar.gz) = ea47cb59c8b3cea13d10e604070dcf2bc92115fb -Size (roundcubemail-0.2-stable-dep.tar.gz) = 1186285 bytes +SHA1 (roundcubemail-0.2.1-dep.tar.gz) = d1b898783d413923f9be239f01508a8185145a58 +RMD160 (roundcubemail-0.2.1-dep.tar.gz) = b2a8d4101516560de6635073935fa930f95c54a0 +Size (roundcubemail-0.2.1-dep.tar.gz) = 1178682 bytes SHA1 (patch-aa) = 277afd7f1e4e163afc0a7a8ca2580e28deb14081 SHA1 (patch-ab) = 9e81e117952150f363265bbda11cae9eb7d77c08 SHA1 (patch-ac) = 33e85bd1577f3554213c0f1da55500761967026a |