pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Dec 28 08:58:10 UTC 2020

Modified Files:
        pkgsrc/mail/roundcube: Makefile.common distinfo
        pkgsrc/mail/roundcube-plugin-password: Makefile distinfo
        pkgsrc/mail/roundcube-plugin-zipdownload: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/roundcube/Makefile.common
cvs rdiff -u -r1.73 -r1.74 pkgsrc/mail/roundcube/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/roundcube-plugin-password/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/roundcube-plugin-password/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile

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.22 pkgsrc/mail/roundcube/Makefile.common:1.23
--- pkgsrc/mail/roundcube/Makefile.common:1.22  Sun Oct  4 06:26:11 2020
+++ pkgsrc/mail/roundcube/Makefile.common       Mon Dec 28 08:58:10 2020
@@ -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

Index: pkgsrc/mail/roundcube/distinfo
diff -u pkgsrc/mail/roundcube/distinfo:1.73 pkgsrc/mail/roundcube/distinfo:1.74
--- pkgsrc/mail/roundcube/distinfo:1.73 Sun Oct  4 06:26:11 2020
+++ pkgsrc/mail/roundcube/distinfo      Mon Dec 28 08:58:10 2020
@@ -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

Index: pkgsrc/mail/roundcube-plugin-password/Makefile
diff -u pkgsrc/mail/roundcube-plugin-password/Makefile:1.12 pkgsrc/mail/roundcube-plugin-password/Makefile:1.13
--- pkgsrc/mail/roundcube-plugin-password/Makefile:1.12 Fri Dec  4 20:45:28 2020
+++ pkgsrc/mail/roundcube-plugin-password/Makefile      Mon Dec 28 08:58:10 2020
@@ -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

Index: pkgsrc/mail/roundcube-plugin-password/distinfo
diff -u pkgsrc/mail/roundcube-plugin-password/distinfo:1.22 pkgsrc/mail/roundcube-plugin-password/distinfo:1.23
--- pkgsrc/mail/roundcube-plugin-password/distinfo:1.22 Sun Oct  4 06:26:11 2020
+++ pkgsrc/mail/roundcube-plugin-password/distinfo      Mon Dec 28 08:58:10 2020
@@ -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

Index: pkgsrc/mail/roundcube-plugin-zipdownload/Makefile
diff -u pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.6 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.7
--- pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.6       Fri Dec  4 20:45:28 2020
+++ pkgsrc/mail/roundcube-plugin-zipdownload/Makefile   Mon Dec 28 08:58:10 2020
@@ -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



Home | Main Index | Thread Index | Old Index