pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail mail/roundcube: update to 1.4.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f2ef02deaa6
branches:  trunk
changeset: 443850:5f2ef02deaa6
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Dec 28 08:58:10 2020 +0000

description:
mail/roundcube: update to 1.4.10

Update roundcube to 1.4.10, including security fix.

RELEASE 1.4.10
--------------
- Fix extra angle brackets in In-Reply-To header derived from mailto: params (#7655)
- Fix folder list issue whan special folder is a subfolder (#7647)
- Fix Elastic's folder subscription toggle in search result (#7653)
- Fix state of subscription toggle on folders list after changing folder state from the search result (#7653)
- Security: Fix cross-site scripting (XSS) via HTML or Plain text messages with malicious content [CVE-2020-35730]

diffstat:

 mail/roundcube-plugin-password/Makefile    |   3 +--
 mail/roundcube-plugin-password/distinfo    |  10 +++++-----
 mail/roundcube-plugin-zipdownload/Makefile |   3 +--
 mail/roundcube/Makefile.common             |   4 ++--
 mail/roundcube/distinfo                    |  10 +++++-----
 5 files changed, 14 insertions(+), 16 deletions(-)

diffs (82 lines):

diff -r 85193ed64047 -r 5f2ef02deaa6 mail/roundcube-plugin-password/Makefile
--- a/mail/roundcube-plugin-password/Makefile   Mon Dec 28 08:22:01 2020 +0000
+++ b/mail/roundcube-plugin-password/Makefile   Mon Dec 28 08:58:10 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2020/12/04 20:45:28 nia Exp $
+# $NetBSD: Makefile,v 1.13 2020/12/28 08:58:10 taca Exp $
 
 PLUGIN=                password
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Password change plugin for roundcube
-PKGREVISION=   1
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      tcl-expect>=5.32.1:../../lang/tcl-expect
diff -r 85193ed64047 -r 5f2ef02deaa6 mail/roundcube-plugin-password/distinfo
--- a/mail/roundcube-plugin-password/distinfo   Mon Dec 28 08:22:01 2020 +0000
+++ b/mail/roundcube-plugin-password/distinfo   Mon Dec 28 08:58:10 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2020/10/04 06:26:11 taca Exp $
+$NetBSD: distinfo,v 1.23 2020/12/28 08:58:10 taca Exp $
 
-SHA1 (roundcubemail-1.4.9-complete.tar.gz) = df650f4d3eae9eaae2d5a5f06d68665691daf57d
-RMD160 (roundcubemail-1.4.9-complete.tar.gz) = c5d0c948df11365abcd3120c529d4fd216041a9e
-SHA512 (roundcubemail-1.4.9-complete.tar.gz) = c6395757544b85693e808234f3dc6baac618ba115fb2c9eefc309ee18e74b2fdfbc0af00ac2b3b980fdd2abc56eefde47b535cdf688cfd2a5ce975786aca6572
-Size (roundcubemail-1.4.9-complete.tar.gz) = 7043437 bytes
+SHA1 (roundcubemail-1.4.10-complete.tar.gz) = 36b2351030e1ebddb8e39190d7b0ba82b1bbec1b
+RMD160 (roundcubemail-1.4.10-complete.tar.gz) = 58781a36033e9619697b122ea94fe704e208d407
+SHA512 (roundcubemail-1.4.10-complete.tar.gz) = e0a661ae5b928ce2c93129775d32a679ad2512ca4af21e8dd1711d38a62818ff9ee1e1fc922aae68e0a8bca034ca780fc3e3e988731a2ce9b2190b2c1d8e08a6
+Size (roundcubemail-1.4.10-complete.tar.gz) = 7043181 bytes
 SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165
diff -r 85193ed64047 -r 5f2ef02deaa6 mail/roundcube-plugin-zipdownload/Makefile
--- a/mail/roundcube-plugin-zipdownload/Makefile        Mon Dec 28 08:22:01 2020 +0000
+++ b/mail/roundcube-plugin-zipdownload/Makefile        Mon Dec 28 08:58:10 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2020/12/04 20:45:28 nia Exp $
+# $NetBSD: Makefile,v 1.7 2020/12/28 08:58:10 taca Exp $
 
 PLUGIN=                zipdownload
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Roundcube Webmail ZipDownload plugin
-PKGREVISION=   1
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip
diff -r 85193ed64047 -r 5f2ef02deaa6 mail/roundcube/Makefile.common
--- a/mail/roundcube/Makefile.common    Mon Dec 28 08:22:01 2020 +0000
+++ b/mail/roundcube/Makefile.common    Mon Dec 28 08:58:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2020/10/04 06:26:11 taca Exp $
+# $NetBSD: Makefile.common,v 1.23 2020/12/28 08:58:10 taca Exp $
 #
 # used by mail/roundcube/Makefile
 # used by mail/roundcube/plugins.mk
@@ -10,7 +10,7 @@
 GITHUB_RELEASE=        ${RC_VERS}
 HOMEPAGE=      https://roundcube.net/
 
-RC_VERS=       1.4.9
+RC_VERS=       1.4.10
 
 USE_LANGUAGES=         # none
 USE_TOOLS+=            pax
diff -r 85193ed64047 -r 5f2ef02deaa6 mail/roundcube/distinfo
--- a/mail/roundcube/distinfo   Mon Dec 28 08:22:01 2020 +0000
+++ b/mail/roundcube/distinfo   Mon Dec 28 08:58:10 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.73 2020/10/04 06:26:11 taca Exp $
+$NetBSD: distinfo,v 1.74 2020/12/28 08:58:10 taca Exp $
 
-SHA1 (roundcubemail-1.4.9-complete.tar.gz) = df650f4d3eae9eaae2d5a5f06d68665691daf57d
-RMD160 (roundcubemail-1.4.9-complete.tar.gz) = c5d0c948df11365abcd3120c529d4fd216041a9e
-SHA512 (roundcubemail-1.4.9-complete.tar.gz) = c6395757544b85693e808234f3dc6baac618ba115fb2c9eefc309ee18e74b2fdfbc0af00ac2b3b980fdd2abc56eefde47b535cdf688cfd2a5ce975786aca6572
-Size (roundcubemail-1.4.9-complete.tar.gz) = 7043437 bytes
+SHA1 (roundcubemail-1.4.10-complete.tar.gz) = 36b2351030e1ebddb8e39190d7b0ba82b1bbec1b
+RMD160 (roundcubemail-1.4.10-complete.tar.gz) = 58781a36033e9619697b122ea94fe704e208d407
+SHA512 (roundcubemail-1.4.10-complete.tar.gz) = e0a661ae5b928ce2c93129775d32a679ad2512ca4af21e8dd1711d38a62818ff9ee1e1fc922aae68e0a8bca034ca780fc3e3e988731a2ce9b2190b2c1d8e08a6
+Size (roundcubemail-1.4.10-complete.tar.gz) = 7043181 bytes
 SHA1 (patch-af) = 7f29b0310a2a6b2e71858787e08b025e30d8bd12
 SHA1 (patch-config_config.inc.php.sample) = 92a48a97b16fe3f5f4b9441fce762a559d8daca7
 SHA1 (patch-program_lib_Roundcube_rcube__mime.php) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c



Home | Main Index | Thread Index | Old Index