diff options
author | taca <taca> | 2016-10-08 14:41:52 +0000 |
---|---|---|
committer | taca <taca> | 2016-10-08 14:41:52 +0000 |
commit | c33f30ff32afe18cf29513eb411dd3b96b90e2ac (patch) | |
tree | e29b024d12f005413873c8fd3c27a20bd3c28244 | |
parent | 7ac63dc638f50694c841b26a40e4f3d22acd9ff8 (diff) | |
download | pkgsrc-c33f30ff32afe18cf29513eb411dd3b96b90e2ac.tar.gz |
Update roundcube to 1.2.2.
RELEASE 1.2.2
-------------
- Fix regression in resizing JPEG images with Imagick (#5376)
- Managesieve: Fix parsing of vacation date-time with non-default date_format (#5372)
- Use SymLinksIfOwnerMatch in .htaccess instead of FollowSymLinks disabled on some hosts for security reasons (#5370)
- Wash position:fixed style in HTML mail for better security (#5264)
- Fix bug where memcache_debug didn't work for session operations
- Fix bug where Message-ID domain part was tied to username instead of current identity (#5385)
- Fix bug where blocked.gif couldn't be attached to reply/forward with insecure content
- Fix E_DEPRECATED warning when using Auth_SASL::factory() (#5401)
- Fix bug where names of downloaded files could be malformed when derived from the message subject (#5404)
- Fix so "All" messages selection is resetted on search reset (#5413)
- Fix bug where folder creation could fail if personal namespace contained more than one entry (#5403)
- Fix error causing empty INBOX listing in Firefox when using an URL with user:password specified (#5400)
- Fix PHP warning when handling shared namespace with empty prefix (#5420)
- Fix so folders list is scrolled to the selected folder on page load (#5424)
- Fix so when moving to Trash we make sure the folder exists (#5192)
- Fix displaying size of attachments with zero size
- Fix so "Action disabled" error uses more appropriate 404 code (#5440)
-rw-r--r-- | mail/roundcube/Makefile.common | 4 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/roundcube/Makefile.common b/mail/roundcube/Makefile.common index b75ce8c4d8b..ced5c365e6f 100644 --- a/mail/roundcube/Makefile.common +++ b/mail/roundcube/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2016/09/13 15:56:01 taca Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/10/08 14:41:52 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.1 +RC_VERS= 1.2.2 USE_LANGUAGES= # none USE_TOOLS+= pax diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index c3dab6711ff..c5e568f4856 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.52 2016/09/13 15:56:01 taca Exp $ +$NetBSD: distinfo,v 1.53 2016/10/08 14:41:52 taca Exp $ -SHA1 (roundcubemail-1.2.1.tar.gz) = f6cee368ff8e658efc3c665bb193e8a63fe7254f -RMD160 (roundcubemail-1.2.1.tar.gz) = c1b68af08e5b29ba983f208576e03505ce88f018 -SHA512 (roundcubemail-1.2.1.tar.gz) = 997f4e24160a051192e54dc4834ccaf2dfd17b8297a783b83711202e37cc7f20c3f64f39a1479eba4eb6e4351c4eb805182d4233f4cb7376f2b36da2c7ece56b -Size (roundcubemail-1.2.1.tar.gz) = 3490166 bytes +SHA1 (roundcubemail-1.2.2.tar.gz) = 977ddfd8259c8124172787c8b9616da0eb6d3e8b +RMD160 (roundcubemail-1.2.2.tar.gz) = 39bde9d0b730aee3276418cb98cfb8838322badb +SHA512 (roundcubemail-1.2.2.tar.gz) = c365ea472d4f9fa701efc615c32813c5b3a34f344b4bfc09ea52e0b5c1a6d8fde9e7b77328767c8d941138405ace538dff1b2ccce104ae0dca7c64993b5c30a9 +Size (roundcubemail-1.2.2.tar.gz) = 3493457 bytes SHA1 (patch-ac) = 235116580665d5d58edc218c063b41171a2d9227 SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668 SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9 |