pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/roundcube



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Oct  8 14:41:52 UTC 2016

Modified Files:
        pkgsrc/mail/roundcube: Makefile.common distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/roundcube/Makefile.common
cvs rdiff -u -r1.52 -r1.53 pkgsrc/mail/roundcube/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/roundcube/Makefile.common
diff -u pkgsrc/mail/roundcube/Makefile.common:1.1 pkgsrc/mail/roundcube/Makefile.common:1.2
--- pkgsrc/mail/roundcube/Makefile.common:1.1   Tue Sep 13 15:56:01 2016
+++ pkgsrc/mail/roundcube/Makefile.common       Sat Oct  8 14:41:52 2016
@@ -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:=roun
 GITHUB_PROJECT=        roundcubemail
 HOMEPAGE=      http://roundcube.net/
 
-RC_VERS=       1.2.1
+RC_VERS=       1.2.2
 
 USE_LANGUAGES=         # none
 USE_TOOLS+=            pax

Index: pkgsrc/mail/roundcube/distinfo
diff -u pkgsrc/mail/roundcube/distinfo:1.52 pkgsrc/mail/roundcube/distinfo:1.53
--- pkgsrc/mail/roundcube/distinfo:1.52 Tue Sep 13 15:56:01 2016
+++ pkgsrc/mail/roundcube/distinfo      Sat Oct  8 14:41:52 2016
@@ -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



Home | Main Index | Thread Index | Old Index