diff options
author | taca <taca@pkgsrc.org> | 2020-12-28 08:58:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-12-28 08:58:10 +0000 |
commit | 167a59c33016a7eacb2fa2c8f65ae4ec07255cfa (patch) | |
tree | 19f9351a905644617e5d4ee3b52d34f09f3c9a0c /mail | |
parent | 34f47385bcbd27d755367f5eb43c5d9d09d960e4 (diff) | |
download | pkgsrc-167a59c33016a7eacb2fa2c8f65ae4ec07255cfa.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/roundcube-plugin-password/Makefile | 3 | ||||
-rw-r--r-- | mail/roundcube-plugin-password/distinfo | 10 | ||||
-rw-r--r-- | mail/roundcube-plugin-zipdownload/Makefile | 3 | ||||
-rw-r--r-- | mail/roundcube/Makefile.common | 4 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 10 |
5 files changed, 14 insertions, 16 deletions
diff --git a/mail/roundcube-plugin-password/Makefile b/mail/roundcube-plugin-password/Makefile index 6fa760edd48..632c21d4054 100644 --- a/mail/roundcube-plugin-password/Makefile +++ b/mail/roundcube-plugin-password/Makefile @@ -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 COMMENT= Password change plugin for roundcube -PKGREVISION= 1 LICENSE= gnu-gpl-v3 DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect diff --git a/mail/roundcube-plugin-password/distinfo b/mail/roundcube-plugin-password/distinfo index cb0f4b8d457..4da612749a4 100644 --- a/mail/roundcube-plugin-password/distinfo +++ b/mail/roundcube-plugin-password/distinfo @@ -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 --git a/mail/roundcube-plugin-zipdownload/Makefile b/mail/roundcube-plugin-zipdownload/Makefile index 8fb9b635f74..0285365d50c 100644 --- a/mail/roundcube-plugin-zipdownload/Makefile +++ b/mail/roundcube-plugin-zipdownload/Makefile @@ -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 COMMENT= Roundcube Webmail ZipDownload plugin -PKGREVISION= 1 LICENSE= gnu-gpl-v3 DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip diff --git a/mail/roundcube/Makefile.common b/mail/roundcube/Makefile.common index 85ac1c83359..3883cd0854c 100644 --- a/mail/roundcube/Makefile.common +++ b/mail/roundcube/Makefile.common @@ -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_PROJECT= roundcubemail 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 --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index 60d06a03665..e7d05b6e7d9 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -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 |