diff options
author | taca <taca@pkgsrc.org> | 2016-05-26 03:20:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-05-26 03:20:37 +0000 |
commit | a0b63eaa1399ad95312173fd5ed582f530aed044 (patch) | |
tree | f58997b563495a895df882192b6f79fe5687b4a5 /mail/roundcube/Makefile | |
parent | ca6399ce0abd07b17b7d854f2112952eed3f93c6 (diff) | |
download | pkgsrc-a0b63eaa1399ad95312173fd5ed582f530aed044.tar.gz |
Update roundcube to 1.1.5, including security fix.
RELEASE 1.1.5
-------------
- Plugin API: Add html2text hook
- Plugin API: Added addressbook_export hook
- Fix missing emoticons on html-to-text conversion
- Fix random "access to this resource is secured against CSRF" message at logout (#4956)
- Fix missing language name in "Add to Dictionary" request in HTML mode (#4951)
- Enable use of TLSv1.1 and TLSv1.2 for IMAP (#4955)
- Fix XSS issue in SVG images handling (#4949)
- Fix (again) security issue in DBMail driver of password plugin [CVE-2015-2181] (#4958)
- Fix bug where Archive/Junk buttons were not active after page jump with select=all mode (#4961)
- Fix bug in long recipients list parsing for cases where recipient name contained @-char (#4964)
- Fix additional_message_headers plugin compatibility with Mail_Mime >= 1.9 (#4966)
- Hide DSN option in Preferences when smtp_server is not used (#4967)
- Protect download urls against CSRF using unique request tokens (#4957)
- newmail_notifier: Refactor desktop notifications
- Fix so contactlist_fields option can be set via config file
- Fix so SPECIAL-USE assignments are forced only until user sets special folders (#4782)
- Fix performance in reverting order of THREAD result
- Fix converting mail addresses with @www. into mailto links (#5197)
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 5b02a2a824c..07eb6e9458d 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2016/03/16 13:36:52 taca Exp $ +# $NetBSD: Makefile,v 1.81 2016/05/26 03:20:37 taca Exp $ -DISTNAME= roundcubemail-1.1.4 +DISTNAME= roundcubemail-1.1.5 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} |