From 460d02751146742f7aa4ea023522f150f36ee105 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 12 Mar 2017 13:34:04 +0000 Subject: Update roundcube to 1.2.4. CHANGELOG Roundcube Webmail =========================== RELEASE 1.2.4 ------------- - Managesieve: Fix handling of scripts with nested rules (#5540) - Managesieve: Fix parser issue with empty lines between comments (#5657) - Managesieve: Fix possible defect in handling \r\n in scripts (#5685) - Fix variable substitution in ldap host for some use-cases, e.g. new_user_identity (#5544) - Fix adding images to new identity signatures - Fix rsync error handling in installto.sh script (#5562) - Fix some advanced search issues with multiple addressbooks (#5572) - Fix so group/addressbook selection is retained on page refresh - Fix bug where image data URIs in css style were treated as evil/remote in mail preview (#5580) - Fix bug where external content in src attribute of input/video tags was not secured (#5583) - Fix PHP error on update of a contact with multiple email addresses when using PHP 7.1 (#5587) - Fix bug where mail content frame couldn't be reset in some corner cases (#5608) - Fix bug where some classic skin images were not displayed in IE/Edge (#5614) - Fix bug where signature couldn't be added above the quote in Firefox 51 (#5628) - Fix regression where groups with email address were resolved to its members' addresses - Fix update of group name in the contacts list header on group rename (#5648) - Add rewrite rule to disable access to /vendor/bin folder in .htaccess (#5630) - Fix bug where it was too easy accidentally move a folder when using the subscription checkbox (#5655) - Fix XSS issue in handling of a style tag inside of an svg element --- mail/roundcube/Makefile.common | 4 ++-- mail/roundcube/PLIST | 4 +++- mail/roundcube/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/mail/roundcube/Makefile.common b/mail/roundcube/Makefile.common index c945a2cb4be..6bd553afbdb 100644 --- a/mail/roundcube/Makefile.common +++ b/mail/roundcube/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2016/12/05 16:13:51 taca Exp $ +# $NetBSD: Makefile.common,v 1.4 2017/03/12 13:34:04 taca Exp $ # # used by mail/roundcube/Makefile # used by mail/roundcube/plugins.mk @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=roundcube/} GITHUB_PROJECT= roundcubemail HOMEPAGE= http://roundcube.net/ -RC_VERS= 1.2.3 +RC_VERS= 1.2.4 USE_LANGUAGES= # none USE_TOOLS+= pax diff --git a/mail/roundcube/PLIST b/mail/roundcube/PLIST index ef0f0621bc5..4bbf7612e48 100644 --- a/mail/roundcube/PLIST +++ b/mail/roundcube/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.43 2016/12/05 16:13:51 taca Exp $ +@comment $NetBSD: PLIST,v 1.44 2017/03/12 13:34:04 taca Exp $ share/doc/roundcube/INSTALL share/doc/roundcube/LICENSE share/doc/roundcube/README.md @@ -799,6 +799,8 @@ share/roundcube/plugins/managesieve/tests/src/parser_include share/roundcube/plugins/managesieve/tests/src/parser_index share/roundcube/plugins/managesieve/tests/src/parser_kep14 share/roundcube/plugins/managesieve/tests/src/parser_kep14.out +share/roundcube/plugins/managesieve/tests/src/parser_nesting +share/roundcube/plugins/managesieve/tests/src/parser_nesting.out share/roundcube/plugins/managesieve/tests/src/parser_notify_a share/roundcube/plugins/managesieve/tests/src/parser_notify_b share/roundcube/plugins/managesieve/tests/src/parser_prefix diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index b7ff61d705d..2c8a8188f27 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.54 2016/12/05 16:13:51 taca Exp $ +$NetBSD: distinfo,v 1.55 2017/03/12 13:34:04 taca Exp $ -SHA1 (roundcubemail-1.2.3.tar.gz) = ae0d31806f59f5e298d4ac6875f822d7cc08e24b -RMD160 (roundcubemail-1.2.3.tar.gz) = 76007488f0f3c209132c571d9ee6245caa3db65f -SHA512 (roundcubemail-1.2.3.tar.gz) = 4aefd3e119a45eb6a6179f9b19edbd8ca122e9858f26ac08f1cbe2a0bd3c77786cdf1f74d8af782ab38b4b4ae75ebb1239e536bab594a569e35664964d96bd8c -Size (roundcubemail-1.2.3.tar.gz) = 3528578 bytes +SHA1 (roundcubemail-1.2.4.tar.gz) = e256f4b653cbc838b1c5e684c94eaf8ce92a0a70 +RMD160 (roundcubemail-1.2.4.tar.gz) = 038eb97d9f63cc034f9b9dc5658f8f6b92fe79f4 +SHA512 (roundcubemail-1.2.4.tar.gz) = 2184fcaa6d0041c1cb73adbe8bd1cd9eed2a11b8f3ed9f3c03c951d122c54568ad7312976c405d6d8c6060b903fc45569960861d28aabbddd54c493719120cb2 +Size (roundcubemail-1.2.4.tar.gz) = 3536629 bytes SHA1 (patch-ac) = 235116580665d5d58edc218c063b41171a2d9227 SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668 SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9 -- cgit v1.2.3