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.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e065d7ff2afc
branches:  trunk
changeset: 383304:e065d7ff2afc
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Aug 17 15:41:43 2022 +0000

description:
mail/roundcube: update to 1.6.0

pkgsrc changes:
* Add "USE_TOOLS+= pax" to plugins.mk.
* Add some note to MESSAGES.
* update DESCR.

1.6.0 (2022-07-28)

We proudly announce the release of the next major version 1.6 of Roundcube
webmail.  With this milestone we cleaned up the codebase and bring full
support for PHP 8.1.  The most noteworthy changes, as already announced with
the beta release, are:

* PHP 8.1 support
* Dropped support for PHP < 7.3
* Support responses (snippets) in HTML format
* Option to purge deleted mails older than 30, 60 or 90 days
* Unified and simplified services connection config options
* Removed the Classic and Larry skins from the release packages
* SQLite: Use foreign keys, require SQLite >= 3.6.19

See the full changelog in the release notes on the Github download page.

Breaking Changes to 1.5 and prior versions

The following config options have either been removed or renamed:

1. IMAP:

   * renamed default_host to imap_host
   * removed default_port option (non-standard port can be set via
     imap_host)
   * set "localhost:143" as a default for imap_host

2. SMTP:

* renamed smtp_server to smtp_host
* removed smtp_port option (non-standard port can be set via smtp_host)
* set "localhost:587" as a default for smtp_host

3. LDAP:

* removed port option from ldap_public array (non-standard port can be set
  via host)
* removed use_tls option from ldap_public array (use tls:// prefix in host)

4. Managesieve:

* removed managesieve_port option (non-standard port can be set via
  managesieve_host)
* removed managesieve_usetls option (set tls:// prefix to managesieve_host)

diffstat:

 mail/roundcube-plugin-enigma/PLIST      |   22 +-
 mail/roundcube-plugin-password/PLIST    |    4 +-
 mail/roundcube-plugin-password/distinfo |    8 +-
 mail/roundcube-plugin-zipdownload/PLIST |    7 +-
 mail/roundcube/DESCR                    |   28 +-
 mail/roundcube/MESSAGE                  |   36 ++-
 mail/roundcube/Makefile.common          |    4 +-
 mail/roundcube/PLIST                    |  482 ++++++-------------------------
 mail/roundcube/distinfo                 |   11 +-
 mail/roundcube/plugins.mk               |    3 +-
 10 files changed, 169 insertions(+), 436 deletions(-)

diffs (truncated from 868 to 300 lines):

diff -r 868c6e3bf16f -r e065d7ff2afc mail/roundcube-plugin-enigma/PLIST
--- a/mail/roundcube-plugin-enigma/PLIST        Wed Aug 17 15:38:54 2022 +0000
+++ b/mail/roundcube-plugin-enigma/PLIST        Wed Aug 17 15:41:43 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/14 14:31:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/08/17 15:41:43 taca Exp $
 share/examples/roundcube/plugins/enigma/config.inc.php
 share/roundcube/plugins/enigma/README
 share/roundcube/plugins/enigma/bin/import_keys.sh
@@ -104,28 +104,8 @@
 share/roundcube/plugins/enigma/localization/zh_CN.inc
 share/roundcube/plugins/enigma/localization/zh_TW.inc
 share/roundcube/plugins/enigma/openpgp.min.js
-share/roundcube/plugins/enigma/skins/classic/enigma.css
-share/roundcube/plugins/enigma/skins/classic/enigma.min.css
-share/roundcube/plugins/enigma/skins/classic/enigma.png
-share/roundcube/plugins/enigma/skins/classic/enigma_error.png
-share/roundcube/plugins/enigma/skins/classic/key.png
-share/roundcube/plugins/enigma/skins/classic/key_add.png
-share/roundcube/plugins/enigma/skins/classic/keys_toolbar.png
-share/roundcube/plugins/enigma/skins/classic/templates/keycreate.html
-share/roundcube/plugins/enigma/skins/classic/templates/keyimport.html
-share/roundcube/plugins/enigma/skins/classic/templates/keyinfo.html
-share/roundcube/plugins/enigma/skins/classic/templates/keys.html
-share/roundcube/plugins/enigma/skins/classic/templates/keysearch.html
 share/roundcube/plugins/enigma/skins/elastic/templates/keycreate.html
 share/roundcube/plugins/enigma/skins/elastic/templates/keyimport.html
 share/roundcube/plugins/enigma/skins/elastic/templates/keyinfo.html
 share/roundcube/plugins/enigma/skins/elastic/templates/keys.html
 share/roundcube/plugins/enigma/skins/elastic/templates/keysearch.html
-share/roundcube/plugins/enigma/skins/larry/enigma.css
-share/roundcube/plugins/enigma/skins/larry/enigma.min.css
-share/roundcube/plugins/enigma/skins/larry/enigma_icons.png
-share/roundcube/plugins/enigma/skins/larry/templates/keycreate.html
-share/roundcube/plugins/enigma/skins/larry/templates/keyimport.html
-share/roundcube/plugins/enigma/skins/larry/templates/keyinfo.html
-share/roundcube/plugins/enigma/skins/larry/templates/keys.html
-share/roundcube/plugins/enigma/skins/larry/templates/keysearch.html
diff -r 868c6e3bf16f -r e065d7ff2afc mail/roundcube-plugin-password/PLIST
--- a/mail/roundcube-plugin-password/PLIST      Wed Aug 17 15:38:54 2022 +0000
+++ b/mail/roundcube-plugin-password/PLIST      Wed Aug 17 15:41:43 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/11/20 15:13:32 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/08/17 15:41:43 taca Exp $
 share/examples/roundcube/plugins/password/config.inc.php
 share/roundcube/plugins/password/README
 share/roundcube/plugins/password/composer.json
@@ -17,6 +17,7 @@
 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/mailcow.php
 share/roundcube/plugins/password/drivers/miab.php
 share/roundcube/plugins/password/drivers/modoboa.php
 share/roundcube/plugins/password/drivers/pam.php
@@ -38,7 +39,6 @@
 share/roundcube/plugins/password/helpers/chgsaslpasswd.c
 share/roundcube/plugins/password/helpers/chgvirtualminpasswd.c
 share/roundcube/plugins/password/helpers/chpass-wrapper.py
-share/roundcube/plugins/password/helpers/dovecot_hmacmd5.php
 share/roundcube/plugins/password/helpers/passwd-expect
 share/roundcube/plugins/password/localization/ar.inc
 share/roundcube/plugins/password/localization/ar_SA.inc
diff -r 868c6e3bf16f -r e065d7ff2afc mail/roundcube-plugin-password/distinfo
--- a/mail/roundcube-plugin-password/distinfo   Wed Aug 17 15:38:54 2022 +0000
+++ b/mail/roundcube-plugin-password/distinfo   Wed Aug 17 15:41:43 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2022/07/21 15:17:35 taca Exp $
+$NetBSD: distinfo,v 1.30 2022/08/17 15:41:43 taca Exp $
 
-BLAKE2s (roundcubemail-1.5.3-complete.tar.gz) = 0e955bc6d0921d6cf040ee4c76bd84af5945da1ee67639650922441744305aa4
-SHA512 (roundcubemail-1.5.3-complete.tar.gz) = b43db6ffe129e8738b34e0f3dad6fec815e6be4dc41237f81bbb53ccfe56ac2d5b115edcef0a2587d4733f73b0951e740d94f0d314b324d4dd31c4563994aec1
-Size (roundcubemail-1.5.3-complete.tar.gz) = 7857655 bytes
+BLAKE2s (roundcubemail-1.6.0-complete.tar.gz) = 938e0473405e052a6d6d0ada492ebcce842125c0ef1055d7b59bf50bf5382387
+SHA512 (roundcubemail-1.6.0-complete.tar.gz) = 821733778085c670caeed6bed515e542841920dccc21e2ca97088e1f77a302b6961234d6ee5bcfbda797470889747a3be2c6d13cc5016615c8919c7ea064108c
+Size (roundcubemail-1.6.0-complete.tar.gz) = 5970153 bytes
 SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165
diff -r 868c6e3bf16f -r e065d7ff2afc mail/roundcube-plugin-zipdownload/PLIST
--- a/mail/roundcube-plugin-zipdownload/PLIST   Wed Aug 17 15:38:54 2022 +0000
+++ b/mail/roundcube-plugin-zipdownload/PLIST   Wed Aug 17 15:41:43 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/14 14:34:08 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/08/17 15:41:43 taca Exp $
 share/examples/roundcube/plugins/zipdownload/config.inc.php
 share/roundcube/plugins/zipdownload/README
 share/roundcube/plugins/zipdownload/composer.json
@@ -73,11 +73,6 @@
 share/roundcube/plugins/zipdownload/localization/vi_VN.inc
 share/roundcube/plugins/zipdownload/localization/zh_CN.inc
 share/roundcube/plugins/zipdownload/localization/zh_TW.inc
-share/roundcube/plugins/zipdownload/skins/classic/zip.png
-share/roundcube/plugins/zipdownload/skins/classic/zipdownload.css
-share/roundcube/plugins/zipdownload/skins/classic/zipdownload.min.css
-share/roundcube/plugins/zipdownload/skins/larry/zipdownload.css
-share/roundcube/plugins/zipdownload/skins/larry/zipdownload.min.css
 share/roundcube/plugins/zipdownload/zipdownload.js
 share/roundcube/plugins/zipdownload/zipdownload.min.js
 share/roundcube/plugins/zipdownload/zipdownload.php
diff -r 868c6e3bf16f -r e065d7ff2afc mail/roundcube/DESCR
--- a/mail/roundcube/DESCR      Wed Aug 17 15:38:54 2022 +0000
+++ b/mail/roundcube/DESCR      Wed Aug 17 15:41:43 2022 +0000
@@ -1,6 +1,22 @@
-RoundCube Webmail is a browser-based multilingual IMAP client with an
-application-like user interface. It provides full functionality you expect
-from an e-mail client, including MIME support, address book, folder
-manipulation, message searching and spell checking. RoundCube Webmail is
-written in PHP and requires the MySQL database. The user interface is fully
-skinnable using XHTML and CSS 2.
+Roundcube Webmail is a browser-based multilingual IMAP client with an
+application-like user interface.  It provides full functionality you
+expect from an email client, including MIME support, address book, folder
+management, message searching and spell checking.  Roundcube Webmail is
+written in PHP and requires the MySQL, PostgreSQL or SQLite database.
+With its plugin API it is easily extendable and the user interface is
+fully customizable using skins.
+
+The code designed to run on a webserver is mainly written in PHP and
+Javascript.  It includes a custom framework with an IMAP library derived
+from IlohaMail and requires a set of external libraries (see composer.json
+and jsdeps.json files).
+
+The most noteworthy changes of Roundcube 1.6:
+
+* PHP 8.1 support
+* Dropped support for PHP < 7.3
+* Support responses (snippets) in HTML format
+* Option to purge deleted mails older than 30, 60 or 90 days
+* Unified and simplified services connection config options
+* Removed the Classic and Larry skins from the release packages
+* SQLite: Use foreign keys, require SQLite >= 3.6.19
diff -r 868c6e3bf16f -r e065d7ff2afc mail/roundcube/MESSAGE
--- a/mail/roundcube/MESSAGE    Wed Aug 17 15:38:54 2022 +0000
+++ b/mail/roundcube/MESSAGE    Wed Aug 17 15:41:43 2022 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.10 2016/02/16 10:49:53 wiz Exp $
+$NetBSD: MESSAGE,v 1.11 2022/08/17 15:41:43 taca Exp $
 
 Please refer to the following file on how to setup your RoundCube
 installation.
@@ -8,7 +8,8 @@
 
 Please refer to the following file on how to upgrade your RoundCube
 from older version and make sure to remember the version of current
-installed Round cube with "pkg_info -I roundcube".
+installed Round cube with "pkg_info -I roundcube".  And please refer
+config options changed.
 
        ${DOCDIR}/UPGRADING
 
@@ -31,4 +32,35 @@
        ${PREFIX}/share/roundcube/temp/
 exists and is writable by the web server user.
 
+Breaking Changes to 1.5 and prior versions
+
+The following config options have either been removed or renamed:
+
+1. IMAP:
+
+   * renamed default_host to imap_host
+   * removed default_port option (non-standard port can be set via
+     imap_host)
+   * set "localhost:143" as a default for imap_host
+
+2. SMTP:
+
+   * renamed smtp_server to smtp_host
+   * removed smtp_port option (non-standard port can be set via smtp_host)
+   * set "localhost:587" as a default for smtp_host
+
+3. LDAP:
+
+   * removed port option from ldap_public array (non-standard port can be
+     set via host)
+   * removed use_tls option from ldap_public array (use tls:// prefix in
+     host)
+
+4. Managesieve:
+
+   * removed managesieve_port option (non-standard port can be set via
+     managesieve_host)
+   * removed managesieve_usetls option (set tls:// prefix to
+     managesieve_host)
+
 ===========================================================================
diff -r 868c6e3bf16f -r e065d7ff2afc mail/roundcube/Makefile.common
--- a/mail/roundcube/Makefile.common    Wed Aug 17 15:38:54 2022 +0000
+++ b/mail/roundcube/Makefile.common    Wed Aug 17 15:41:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2022/07/21 15:17:34 taca Exp $
+# $NetBSD: Makefile.common,v 1.28 2022/08/17 15:41:43 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.5.3
+RC_VERS=       1.6.0
 
 USE_LANGUAGES=         # none
 USE_TOOLS+=            pax
diff -r 868c6e3bf16f -r e065d7ff2afc mail/roundcube/PLIST
--- a/mail/roundcube/PLIST      Wed Aug 17 15:38:54 2022 +0000
+++ b/mail/roundcube/PLIST      Wed Aug 17 15:41:43 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.50 2022/01/29 13:34:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.51 2022/08/17 15:41:43 taca Exp $
 share/doc/roundcube/CHANGELOG.md
 share/doc/roundcube/INSTALL
 share/doc/roundcube/LICENSE
@@ -52,6 +52,8 @@
 share/roundcube/SQL/mssql/2020020101.sql
 share/roundcube/SQL/mssql/2020091000.sql
 share/roundcube/SQL/mssql/2020122900.sql
+share/roundcube/SQL/mssql/2021081000.sql
+share/roundcube/SQL/mssql/2021100300.sql
 share/roundcube/SQL/mysql.initial.sql
 share/roundcube/SQL/mysql/2008030300.sql
 share/roundcube/SQL/mysql/2008040500.sql
@@ -83,6 +85,8 @@
 share/roundcube/SQL/mysql/2020020101.sql
 share/roundcube/SQL/mysql/2020091000.sql
 share/roundcube/SQL/mysql/2020122900.sql
+share/roundcube/SQL/mysql/2021081000.sql
+share/roundcube/SQL/mysql/2021100300.sql
 share/roundcube/SQL/oracle.initial.sql
 share/roundcube/SQL/oracle/2015030800.sql
 share/roundcube/SQL/oracle/2015111100.sql
@@ -96,6 +100,8 @@
 share/roundcube/SQL/oracle/2020020101.sql
 share/roundcube/SQL/oracle/2020091000.sql
 share/roundcube/SQL/oracle/2020122900.sql
+share/roundcube/SQL/oracle/2021081000.sql
+share/roundcube/SQL/oracle/2021100300.sql
 share/roundcube/SQL/postgres.initial.sql
 share/roundcube/SQL/postgres/2008030300.sql
 share/roundcube/SQL/postgres/2008060900.sql
@@ -126,6 +132,8 @@
 share/roundcube/SQL/postgres/2020020101.sql
 share/roundcube/SQL/postgres/2020091000.sql
 share/roundcube/SQL/postgres/2020122900.sql
+share/roundcube/SQL/postgres/2021081000.sql
+share/roundcube/SQL/postgres/2021100300.sql
 share/roundcube/SQL/sqlite.initial.sql
 share/roundcube/SQL/sqlite/2008030300.sql
 share/roundcube/SQL/sqlite/2008060900.sql
@@ -157,6 +165,8 @@
 share/roundcube/SQL/sqlite/2020020101.sql
 share/roundcube/SQL/sqlite/2020091000.sql
 share/roundcube/SQL/sqlite/2020122900.sql
+share/roundcube/SQL/sqlite/2021081000.sql
+share/roundcube/SQL/sqlite/2021100300.sql
 share/roundcube/bin/cleandb.sh
 share/roundcube/bin/cssshrink.sh
 share/roundcube/bin/decrypt.sh
@@ -275,17 +285,7 @@
 share/roundcube/plugins/acl/localization/vi_VN.inc
 share/roundcube/plugins/acl/localization/zh_CN.inc
 share/roundcube/plugins/acl/localization/zh_TW.inc
-share/roundcube/plugins/acl/skins/classic/acl.css
-share/roundcube/plugins/acl/skins/classic/acl.min.css
-share/roundcube/plugins/acl/skins/classic/images/enabled.png
-share/roundcube/plugins/acl/skins/classic/images/partial.png
-share/roundcube/plugins/acl/skins/classic/templates/table.html
 share/roundcube/plugins/acl/skins/elastic/templates/table.html
-share/roundcube/plugins/acl/skins/larry/acl.css
-share/roundcube/plugins/acl/skins/larry/acl.min.css
-share/roundcube/plugins/acl/skins/larry/images/enabled.png
-share/roundcube/plugins/acl/skins/larry/images/partial.png
-share/roundcube/plugins/acl/skins/larry/templates/table.html
 share/roundcube/plugins/additional_message_headers/additional_message_headers.php
 share/roundcube/plugins/additional_message_headers/composer.json
 share/roundcube/plugins/archive/archive.js
@@ -375,11 +375,6 @@
 share/roundcube/plugins/archive/localization/vi_VN.inc
 share/roundcube/plugins/archive/localization/zh_CN.inc
 share/roundcube/plugins/archive/localization/zh_TW.inc
-share/roundcube/plugins/archive/skins/classic/archive.css
-share/roundcube/plugins/archive/skins/classic/archive.min.css
-share/roundcube/plugins/archive/skins/classic/archive_act.png
-share/roundcube/plugins/archive/skins/classic/archive_pas.png
-share/roundcube/plugins/archive/skins/classic/foldericon.png
 share/roundcube/plugins/attachment_reminder/attachment_reminder.js
 share/roundcube/plugins/attachment_reminder/attachment_reminder.min.js
 share/roundcube/plugins/attachment_reminder/attachment_reminder.php
@@ -455,6 +450,8 @@
 share/roundcube/plugins/attachment_reminder/localization/zh_TW.inc
 share/roundcube/plugins/autologon/autologon.php
 share/roundcube/plugins/autologon/composer.json
+share/roundcube/plugins/autologout/autologout.php
+share/roundcube/plugins/autologout/composer.json
 share/roundcube/plugins/database_attachments/composer.json
 share/roundcube/plugins/database_attachments/database_attachments.php
 share/roundcube/plugins/debug_logger/composer.json
@@ -602,19 +599,8 @@
 share/roundcube/plugins/help/localization/vi_VN.inc
 share/roundcube/plugins/help/localization/zh_CN.inc



Home | Main Index | Thread Index | Old Index