diff options
author | taca <taca@pkgsrc.org> | 2013-08-22 17:08:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-08-22 17:08:10 +0000 |
commit | 5dbf87bd49d807a75a8b6e6d57ed8aae89cd1b50 (patch) | |
tree | 84ae11b96b63228533603665a9b184f9bf29328a /mail/roundcube/Makefile | |
parent | a34b830351ae71ad4033faa7ef25949763e8ffca (diff) | |
download | pkgsrc-5dbf87bd49d807a75a8b6e6d57ed8aae89cd1b50.tar.gz |
Update roundcube to 0.9.3.
RELEASE 0.9.3
-------------
- Fix setting refresh_interval to "Never" in Preferences (#1489286)
- Optimized UI behavior for touch devices
- Fix purge action in folder manager (#1489280)
- Fix base URL resolving on attribute values with no quotes (#1489275)
- Fix wrong handling of links with '|' character (#1489276)
- Fix colorspace issue on image conversion using ImageMagick (#1489270)
- Fix XSS vulnerability when saving HTML signatures (#1489251)
- Fix XSS vulnerability when editing a message "as new" or draft (#1489251)
- Fix rewrite rule in .htaccess (#1489240)
- Fix detecting Turkish language in ISO-8859-9 encoding (#1489252)
- Fix identity-selection using Return-Path headers (#1489241)
- Fix parsing of links with ... in URL (#1489192)
- Fix compose priority selector when opening in new window (#1489257)
- Fix bug where signature wasn't changed on identity selection when editing
a draft (#1489229)
- Fix IMAP SETMETADATA parameters quoting (#1489231)
- Fix "could not load message" error on valid empty message body (#1489228)
- Fix handling of message/rfc822 attachments on message forward and edit
(#1489214)
- Fix parsing of square bracket characters in IMAP response strings (#1489223)
- Don't clear References and in-Reply-To when a message is "edited as new"
(#1489216)
- Fix messages list sorting with THREAD=REFS
- Remove deprecated (in PHP 5.5) PREG /e modifier usage (#1489174)
- Fix empty messages list when register_globals is enabled (#1489157)
- Fix so valid and set date.timezone is not required by installer checks
(#1489180)
- Canonize boolean ini_get() results (#1489189)
- Fix so install do not fail when one of DB driver checks fails but other
drivers exist (#1489178)
- Fix so exported vCard specifies encoding in v3-compatible format (#1489183)
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 7b95f291f5c..39aa336740b 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2013/07/08 03:35:00 taca Exp $ +# $NetBSD: Makefile,v 1.58 2013/08/22 17:08:10 taca Exp $ -DISTNAME= roundcubemail-0.9.2-dep +DISTNAME= roundcubemail-0.9.3-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} @@ -44,9 +43,10 @@ EGDIR= ${PREFIX}/share/examples/roundcube DOCDIR= ${PREFIX}/share/doc/roundcube PAX_DIRS= plugins program skins installer -CONF_PLUGINS= acl additional_message_headers enigma help \ - jqueryui managesieve newmail_notifier password \ - redundant_attachments squirrelmail_usercopy +CONF_PLUGINS= acl additional_message_headers help \ + http_authentication jqueryui managesieve \ + newmail_notifier password redundant_attachments \ + squirrelmail_usercopy zipdownload MESSAGE_SUBST+= DOCDIR=${DOCDIR} PKG_SYSCONFDIR=${PKG_SYSCONFDIR} MESSAGE_SUBST+= VARBASE=${VARBASE} RCDIR=${RCDIR} |