diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | plugins/enigma/composer.json | 6 | ||||
| -rw-r--r-- | plugins/zipdownload/composer.json | 2 | ||||
| -rw-r--r-- | roundcubemail.spec | 15 |
4 files changed, 18 insertions, 9 deletions
diff --git a/composer.json b/composer.json index 0983115..56f7661 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "masterminds/html5": "~2.9.0", "mlocati/ip-lib": "^1.22.0", "pear/auth_sasl": "~1.2.0", - "pear/crypt_gpg": "~1.6.3", + "pear/crypt_gpg": "~1.7.0", "pear/mail_mime": "~1.10.11", "pear/net_sieve": "~1.4.7", "pear/net_smtp": "~1.12.0", @@ -38,5 +38,5 @@ "roundcube/plugin-installer": true } }, - "version": "1.7-rc5" + "version": "1.7.1" } diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json index 8b6097a..3734184 100644 --- a/plugins/enigma/composer.json +++ b/plugins/enigma/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "Server-side PGP Encryption for Roundcube", "license": "GPL-3.0-or-later", - "version": "0.9", + "version": "1.0", "authors": [ { "name": "Aleksander Machniak", @@ -12,9 +12,9 @@ } ], "require": { - "php": ">=7.3.0", + "php": ">=8.1", "roundcube/plugin-installer": "~0.3.5", - "pear/crypt_gpg": "~1.6.3" + "pear/crypt_gpg": "~1.7.0" }, "autoload": { "classmap": [ diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json index 0f9aa2a..7639225 100644 --- a/plugins/zipdownload/composer.json +++ b/plugins/zipdownload/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file. Supports mbox and maildir format.", "license": "GPL-3.0-or-later", - "version": "3.5", + "version": "3.6", "authors": [ { "name": "Thomas Bruederli", diff --git a/roundcubemail.spec b/roundcubemail.spec index e31ef44..500a00d 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -11,9 +11,9 @@ %bcond_with internet # support for apache / nginx / php-fpm -%global with_phpfpm 1 -%global upstream_version 1.7 -%global upstream_prever rc5 +%global with_phpfpm 1 +%global upstream_version 1.7.1 +#global upstream_prever rc6 %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log @@ -272,6 +272,15 @@ fi %changelog +* Mon May 25 2026 Remi Collet <remi@remirepo.net> - 1.7.1-1 +- update to 1.7.1 + +* Mon May 11 2026 Remi Collet <remi@remirepo.net> - 1.7.0-1 +- update to 1.7.0 + +* Mon Mar 30 2026 Remi Collet <remi@remirepo.net> - 1.7~rc6-1 +- update to 1.7-rc6 + * Wed Mar 18 2026 Remi Collet <remi@remirepo.net> - 1.7~rc5-1 - update to 1.7-rc5 |
