summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json4
-rw-r--r--plugins/enigma/composer.json2
-rw-r--r--plugins/zipdownload/composer.json2
-rw-r--r--roundcubemail.spec9
4 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index f0c5813..c67e2d1 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-rc6"
+ "version": "1.7.0"
}
diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json
index 8b6097a..b3b5327 100644
--- a/plugins/enigma/composer.json
+++ b/plugins/enigma/composer.json
@@ -14,7 +14,7 @@
"require": {
"php": ">=7.3.0",
"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 7714d5a..62de793 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 rc6
+%global with_phpfpm 1
+%global upstream_version 1.7.0
+#global upstream_prever rc6
%global roundcubedir %{_datadir}/roundcubemail
%global _logdir /var/log
@@ -272,6 +272,9 @@ fi
%changelog
+* 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