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.5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/89205d2e0ff2
branches: trunk
changeset: 769798:89205d2e0ff2
user: taca <taca%pkgsrc.org@localhost>
date: Sat Nov 20 15:13:32 2021 +0000
description:
mail/roundcube: update to 1.5.0
1.5.0 (2021-10-17)
Quote from release announce:
We proudly announce the final release of the next major version 1.5 of
Roundcube webmail. With this milestone we introduce new features and full
PHP 8.0 support. The most noteworthy additions are:
- Dark mode for Elastic skin
- OAuth2/XOauth support (with plugin hooks)
- Collected recipients and trusted senders
- Moving recipients between inputs with drag & drop
- Full unicode support with MySQL database
- Support of IMAP LITERAL- extension RFC 7888
<https://datatracker.ietf.org/doc/html/rfc7888>
- Support of RFC 2231 <https://datatracker.ietf.org/doc/html/rfc2231>
encoded names
- Cache refactoring
diffstat:
mail/roundcube-plugin-enigma/Makefile | 3 +-
mail/roundcube-plugin-password/Makefile | 3 +-
mail/roundcube-plugin-password/PLIST | 8 +-
mail/roundcube-plugin-password/distinfo | 8 +-
mail/roundcube-plugin-zipdownload/Makefile | 3 +-
mail/roundcube/Makefile | 5 +-
mail/roundcube/Makefile.common | 4 +-
mail/roundcube/PLIST | 302 +++++++++++++++++-----------
mail/roundcube/distinfo | 8 +-
9 files changed, 206 insertions(+), 138 deletions(-)
diffs (truncated from 708 to 300 lines):
diff -r b6c3058304ae -r 89205d2e0ff2 mail/roundcube-plugin-enigma/Makefile
--- a/mail/roundcube-plugin-enigma/Makefile Sat Nov 20 10:39:16 2021 +0000
+++ b/mail/roundcube-plugin-enigma/Makefile Sat Nov 20 15:13:32 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/09/09 01:11:43 khorben Exp $
+# $NetBSD: Makefile,v 1.12 2021/11/20 15:13:32 taca Exp $
PLUGIN= enigma
-PKGREVISION= 1
MAINTAINER= taca%NetBSD.org@localhost
COMMENT= Enigma Plugin for Roundcube
diff -r b6c3058304ae -r 89205d2e0ff2 mail/roundcube-plugin-password/Makefile
--- a/mail/roundcube-plugin-password/Makefile Sat Nov 20 10:39:16 2021 +0000
+++ b/mail/roundcube-plugin-password/Makefile Sat Nov 20 15:13:32 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/09/09 01:11:43 khorben Exp $
+# $NetBSD: Makefile,v 1.16 2021/11/20 15:13:32 taca Exp $
PLUGIN= password
-PKGREVISION= 2
MAINTAINER= taca%NetBSD.org@localhost
COMMENT= Password change plugin for roundcube
diff -r b6c3058304ae -r 89205d2e0ff2 mail/roundcube-plugin-password/PLIST
--- a/mail/roundcube-plugin-password/PLIST Sat Nov 20 10:39:16 2021 +0000
+++ b/mail/roundcube-plugin-password/PLIST Sat Nov 20 15:13:32 2021 +0000
@@ -1,29 +1,33 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/14 14:33:16 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/11/20 15:13:32 taca Exp $
share/examples/roundcube/plugins/password/config.inc.php
share/roundcube/plugins/password/README
share/roundcube/plugins/password/composer.json
share/roundcube/plugins/password/drivers/chpasswd.php
share/roundcube/plugins/password/drivers/cpanel.php
-share/roundcube/plugins/password/drivers/cpanel_webmail.php
share/roundcube/plugins/password/drivers/dbmail.php
share/roundcube/plugins/password/drivers/directadmin.php
share/roundcube/plugins/password/drivers/domainfactory.php
+share/roundcube/plugins/password/drivers/dovecot_passwdfile.php
share/roundcube/plugins/password/drivers/expect.php
share/roundcube/plugins/password/drivers/gearman.php
share/roundcube/plugins/password/drivers/hmail.php
+share/roundcube/plugins/password/drivers/httpapi.php
share/roundcube/plugins/password/drivers/kpasswd.php
share/roundcube/plugins/password/drivers/ldap.php
share/roundcube/plugins/password/drivers/ldap_exop.php
share/roundcube/plugins/password/drivers/ldap_ppolicy.php
share/roundcube/plugins/password/drivers/ldap_simple.php
+share/roundcube/plugins/password/drivers/miab.php
share/roundcube/plugins/password/drivers/modoboa.php
share/roundcube/plugins/password/drivers/pam.php
share/roundcube/plugins/password/drivers/plesk.php
share/roundcube/plugins/password/drivers/poppassd.php
share/roundcube/plugins/password/drivers/pw_usermod.php
+share/roundcube/plugins/password/drivers/pwned.php
share/roundcube/plugins/password/drivers/sasl.php
share/roundcube/plugins/password/drivers/smb.php
share/roundcube/plugins/password/drivers/sql.php
+share/roundcube/plugins/password/drivers/tinycp.php
share/roundcube/plugins/password/drivers/virtualmin.php
share/roundcube/plugins/password/drivers/vpopmaild.php
share/roundcube/plugins/password/drivers/ximss.php
diff -r b6c3058304ae -r 89205d2e0ff2 mail/roundcube-plugin-password/distinfo
--- a/mail/roundcube-plugin-password/distinfo Sat Nov 20 10:39:16 2021 +0000
+++ b/mail/roundcube-plugin-password/distinfo Sat Nov 20 15:13:32 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2021/10/26 10:54:26 nia Exp $
+$NetBSD: distinfo,v 1.27 2021/11/20 15:13:32 taca Exp $
-BLAKE2s (roundcubemail-1.4.11-complete.tar.gz) = aebb960e8184d76ab86cbeba9303660b8556c2fdf6caa04ee45136d50f29b401
-SHA512 (roundcubemail-1.4.11-complete.tar.gz) = 2bfe0ff3716f76bf9eb5bf5f7b62c738b233c57e67d6ac767c044d1a3a694ae003642d9cc68a18d6f6ba94135aa7ee1692db920e9127128669faee9ddf78fe80
-Size (roundcubemail-1.4.11-complete.tar.gz) = 7048262 bytes
+BLAKE2s (roundcubemail-1.5.0-complete.tar.gz) = 13dddfb9b1504d42610da5ca6a89f84f0230105e31457a9190a0e243a0d3e58e
+SHA512 (roundcubemail-1.5.0-complete.tar.gz) = cba32ee2b86864af9d9163d83fa49763267e3420bee59b86d47b889e1bc53871ed2ff5b2c1444778324f4b259e99752faa3b72f909a8f9c26c7af9c96ba08a54
+Size (roundcubemail-1.5.0-complete.tar.gz) = 7802014 bytes
SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165
diff -r b6c3058304ae -r 89205d2e0ff2 mail/roundcube-plugin-zipdownload/Makefile
--- a/mail/roundcube-plugin-zipdownload/Makefile Sat Nov 20 10:39:16 2021 +0000
+++ b/mail/roundcube-plugin-zipdownload/Makefile Sat Nov 20 15:13:32 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/09/09 01:11:44 khorben Exp $
+# $NetBSD: Makefile,v 1.9 2021/11/20 15:13:33 taca Exp $
PLUGIN= zipdownload
-PKGREVISION= 1
MAINTAINER= taca%NetBSD.org@localhost
COMMENT= Roundcube Webmail ZipDownload plugin
diff -r b6c3058304ae -r 89205d2e0ff2 mail/roundcube/Makefile
--- a/mail/roundcube/Makefile Sat Nov 20 10:39:16 2021 +0000
+++ b/mail/roundcube/Makefile Sat Nov 20 15:13:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2021/03/07 13:21:57 taca Exp $
+# $NetBSD: Makefile,v 1.95 2021/11/20 15:13:32 taca Exp $
DISTNAME= roundcubemail-${RC_VERS}
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/:S/-complete//}
@@ -48,7 +48,8 @@
krb_authentication managesieve markasjunk \
new_user_identity newmail_notifier \
redundant_attachments squirrelmail_usercopy
-RC_DOCS= CHANGELOG INSTALL LICENSE README.md UPGRADING
+RC_DOCS= CHANGELOG.md INSTALL LICENSE README.md SECURITY.md \
+ UPGRADING
REPLACE_PHP= cleandb.sh decrypt.sh deluser.sh gc.sh \
indexcontacts.sh initdb.sh installto.sh \
moduserprefs.sh msgexport.sh msgimport.sh \
diff -r b6c3058304ae -r 89205d2e0ff2 mail/roundcube/Makefile.common
--- a/mail/roundcube/Makefile.common Sat Nov 20 10:39:16 2021 +0000
+++ b/mail/roundcube/Makefile.common Sat Nov 20 15:13:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2021/02/09 00:46:41 taca Exp $
+# $NetBSD: Makefile.common,v 1.25 2021/11/20 15:13:32 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.11
+RC_VERS= 1.5.0
USE_LANGUAGES= # none
USE_TOOLS+= pax
diff -r b6c3058304ae -r 89205d2e0ff2 mail/roundcube/PLIST
--- a/mail/roundcube/PLIST Sat Nov 20 10:39:16 2021 +0000
+++ b/mail/roundcube/PLIST Sat Nov 20 15:13:32 2021 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.48 2020/04/30 07:09:34 taca Exp $
-share/doc/roundcube/CHANGELOG
+@comment $NetBSD: PLIST,v 1.49 2021/11/20 15:13:32 taca Exp $
+share/doc/roundcube/CHANGELOG.md
share/doc/roundcube/INSTALL
share/doc/roundcube/LICENSE
share/doc/roundcube/README.md
+share/doc/roundcube/SECURITY.md
share/doc/roundcube/UPGRADING
share/examples/roundcube/apache.conf
share/examples/roundcube/config.inc.php
@@ -47,6 +48,10 @@
share/roundcube/SQL/mssql/2018021600.sql
share/roundcube/SQL/mssql/2018122300.sql
share/roundcube/SQL/mssql/2019092900.sql
+share/roundcube/SQL/mssql/2020020100.sql
+share/roundcube/SQL/mssql/2020020101.sql
+share/roundcube/SQL/mssql/2020091000.sql
+share/roundcube/SQL/mssql/2020122900.sql
share/roundcube/SQL/mysql.initial.sql
share/roundcube/SQL/mysql/2008030300.sql
share/roundcube/SQL/mysql/2008040500.sql
@@ -74,6 +79,10 @@
share/roundcube/SQL/mysql/2018021600.sql
share/roundcube/SQL/mysql/2018122300.sql
share/roundcube/SQL/mysql/2019092900.sql
+share/roundcube/SQL/mysql/2020020100.sql
+share/roundcube/SQL/mysql/2020020101.sql
+share/roundcube/SQL/mysql/2020091000.sql
+share/roundcube/SQL/mysql/2020122900.sql
share/roundcube/SQL/oracle.initial.sql
share/roundcube/SQL/oracle/2015030800.sql
share/roundcube/SQL/oracle/2015111100.sql
@@ -83,6 +92,10 @@
share/roundcube/SQL/oracle/2018021600.sql
share/roundcube/SQL/oracle/2018122300.sql
share/roundcube/SQL/oracle/2019092900.sql
+share/roundcube/SQL/oracle/2020020100.sql
+share/roundcube/SQL/oracle/2020020101.sql
+share/roundcube/SQL/oracle/2020091000.sql
+share/roundcube/SQL/oracle/2020122900.sql
share/roundcube/SQL/postgres.initial.sql
share/roundcube/SQL/postgres/2008030300.sql
share/roundcube/SQL/postgres/2008060900.sql
@@ -109,6 +122,10 @@
share/roundcube/SQL/postgres/2018021600.sql
share/roundcube/SQL/postgres/2018122300.sql
share/roundcube/SQL/postgres/2019092900.sql
+share/roundcube/SQL/postgres/2020020100.sql
+share/roundcube/SQL/postgres/2020020101.sql
+share/roundcube/SQL/postgres/2020091000.sql
+share/roundcube/SQL/postgres/2020122900.sql
share/roundcube/SQL/sqlite.initial.sql
share/roundcube/SQL/sqlite/2008030300.sql
share/roundcube/SQL/sqlite/2008060900.sql
@@ -136,6 +153,10 @@
share/roundcube/SQL/sqlite/2018021600.sql
share/roundcube/SQL/sqlite/2018122300.sql
share/roundcube/SQL/sqlite/2019092900.sql
+share/roundcube/SQL/sqlite/2020020100.sql
+share/roundcube/SQL/sqlite/2020020101.sql
+share/roundcube/SQL/sqlite/2020091000.sql
+share/roundcube/SQL/sqlite/2020122900.sql
share/roundcube/bin/cleandb.sh
share/roundcube/bin/cssshrink.sh
share/roundcube/bin/decrypt.sh
@@ -441,8 +462,8 @@
share/roundcube/plugins/debug_logger/runlog/runlog.php
share/roundcube/plugins/emoticons/composer.json
share/roundcube/plugins/emoticons/emoticons.php
-share/roundcube/plugins/emoticons/emoticons_engine.php
share/roundcube/plugins/emoticons/localization/ar.inc
+share/roundcube/plugins/emoticons/localization/ar_SA.inc
share/roundcube/plugins/emoticons/localization/bg_BG.inc
share/roundcube/plugins/emoticons/localization/br.inc
share/roundcube/plugins/emoticons/localization/ca_ES.inc
@@ -475,6 +496,7 @@
share/roundcube/plugins/emoticons/localization/lt_LT.inc
share/roundcube/plugins/emoticons/localization/lv_LV.inc
share/roundcube/plugins/emoticons/localization/mk_MK.inc
+share/roundcube/plugins/emoticons/localization/nb_NO.inc
share/roundcube/plugins/emoticons/localization/nl_BE.inc
share/roundcube/plugins/emoticons/localization/nl_NL.inc
share/roundcube/plugins/emoticons/localization/pl_PL.inc
@@ -954,8 +976,11 @@
share/roundcube/plugins/markasjunk/localization/ar.inc
share/roundcube/plugins/markasjunk/localization/ar_SA.inc
share/roundcube/plugins/markasjunk/localization/bg_BG.inc
+share/roundcube/plugins/markasjunk/localization/ca_ES.inc
share/roundcube/plugins/markasjunk/localization/cs_CZ.inc
share/roundcube/plugins/markasjunk/localization/cy_GB.inc
+share/roundcube/plugins/markasjunk/localization/da_DK.inc
+share/roundcube/plugins/markasjunk/localization/de_CH.inc
share/roundcube/plugins/markasjunk/localization/de_DE.inc
share/roundcube/plugins/markasjunk/localization/el_GR.inc
share/roundcube/plugins/markasjunk/localization/en_GB.inc
@@ -973,6 +998,7 @@
share/roundcube/plugins/markasjunk/localization/ja_JP.inc
share/roundcube/plugins/markasjunk/localization/ko_KR.inc
share/roundcube/plugins/markasjunk/localization/lt_LT.inc
+share/roundcube/plugins/markasjunk/localization/lv_LV.inc
share/roundcube/plugins/markasjunk/localization/nb_NO.inc
share/roundcube/plugins/markasjunk/localization/nl_NL.inc
share/roundcube/plugins/markasjunk/localization/pl_PL.inc
@@ -1155,6 +1181,10 @@
share/roundcube/plugins/newmail_notifier/overlay.ico
share/roundcube/plugins/newmail_notifier/sound.mp3
share/roundcube/plugins/newmail_notifier/sound.wav
+share/roundcube/plugins/reconnect/composer.json
+share/roundcube/plugins/reconnect/config.inc.php.dist
+share/roundcube/plugins/reconnect/readme.md
+share/roundcube/plugins/reconnect/reconnect.php
share/roundcube/plugins/redundant_attachments/composer.json
share/roundcube/plugins/redundant_attachments/redundant_attachments.php
share/roundcube/plugins/show_additional_headers/composer.json
@@ -1398,11 +1428,103 @@
share/roundcube/plugins/virtuser_file/virtuser_file.php
share/roundcube/plugins/virtuser_query/composer.json
share/roundcube/plugins/virtuser_query/virtuser_query.php
+share/roundcube/program/actions/contacts/copy.php
+share/roundcube/program/actions/contacts/delete.php
+share/roundcube/program/actions/contacts/edit.php
+share/roundcube/program/actions/contacts/export.php
+share/roundcube/program/actions/contacts/group_addmembers.php
+share/roundcube/program/actions/contacts/group_create.php
+share/roundcube/program/actions/contacts/group_delete.php
+share/roundcube/program/actions/contacts/group_delmembers.php
+share/roundcube/program/actions/contacts/group_rename.php
+share/roundcube/program/actions/contacts/import.php
+share/roundcube/program/actions/contacts/index.php
+share/roundcube/program/actions/contacts/list.php
+share/roundcube/program/actions/contacts/mailto.php
+share/roundcube/program/actions/contacts/move.php
+share/roundcube/program/actions/contacts/photo.php
+share/roundcube/program/actions/contacts/print.php
+share/roundcube/program/actions/contacts/qrcode.php
+share/roundcube/program/actions/contacts/save.php
+share/roundcube/program/actions/contacts/search.php
+share/roundcube/program/actions/contacts/search_create.php
+share/roundcube/program/actions/contacts/search_delete.php
+share/roundcube/program/actions/contacts/show.php
+share/roundcube/program/actions/contacts/undo.php
+share/roundcube/program/actions/contacts/upload_photo.php
+share/roundcube/program/actions/login/oauth.php
+share/roundcube/program/actions/mail/addcontact.php
+share/roundcube/program/actions/mail/attachment_delete.php
+share/roundcube/program/actions/mail/attachment_display.php
+share/roundcube/program/actions/mail/attachment_rename.php
+share/roundcube/program/actions/mail/attachment_upload.php
+share/roundcube/program/actions/mail/autocomplete.php
+share/roundcube/program/actions/mail/bounce.php
+share/roundcube/program/actions/mail/check_recent.php
+share/roundcube/program/actions/mail/compose.php
+share/roundcube/program/actions/mail/copy.php
+share/roundcube/program/actions/mail/delete.php
+share/roundcube/program/actions/mail/folder_expunge.php
+share/roundcube/program/actions/mail/folder_purge.php
+share/roundcube/program/actions/mail/get.php
+share/roundcube/program/actions/mail/getunread.php
+share/roundcube/program/actions/mail/group_expand.php
+share/roundcube/program/actions/mail/headers.php
+share/roundcube/program/actions/mail/import.php
+share/roundcube/program/actions/mail/index.php
+share/roundcube/program/actions/mail/list.php
+share/roundcube/program/actions/mail/list_contacts.php
+share/roundcube/program/actions/mail/mark.php
+share/roundcube/program/actions/mail/move.php
+share/roundcube/program/actions/mail/pagenav.php
+share/roundcube/program/actions/mail/search.php
+share/roundcube/program/actions/mail/search_contacts.php
Home |
Main Index |
Thread Index |
Old Index