diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-18 16:11:47 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-18 16:11:47 +0100 |
| commit | 699c84fed9209398179de7215cf4ab879c732944 (patch) | |
| tree | db10d141cfe53f034b5978239509fc52cdd45095 | |
| parent | 1387dcd9754084e1126ba9c914376d6ef2184da7 (diff) | |
update to 1.5.14v1.5
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | roundcubemail.spec | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/composer.json b/composer.json index ca128ff..1f93154 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,11 @@ "config": { "allow-plugins": { "roundcube/plugin-installer": true + }, + "audit": { + "ignore": [ + "PKSA-z3gr-8qht-p93v" + ] } } } diff --git a/roundcubemail.spec b/roundcubemail.spec index 93f25c6..98f7c14 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -12,7 +12,7 @@ # support for apache / nginx / php-fpm %global with_phpfpm 1 -%global upstream_version 1.5.13 +%global upstream_version 1.5.14 #global upstream_prever rc %global roundcubedir %{_datadir}/roundcubemail @@ -274,6 +274,9 @@ fi %changelog +* Wed Mar 18 2026 Remi Collet <remi@remirepo.net> - 1.5.14-1 +- update to 1.5.14 + * Mon Feb 9 2026 Remi Collet <remi@remirepo.net> - 1.5.13-1 - update to 1.5.13 |
