--- rpms/smeserver-roundcube/contribs10/smeserver-roundcube-1.2-bz11430-plugins.patch 2022/12/10 06:38:43 1.3 +++ rpms/smeserver-roundcube/contribs10/smeserver-roundcube-1.2-bz11430-plugins.patch 2022/12/11 21:10:01 1.4 @@ -113,3 +113,24 @@ diff -Nur --no-dereference smeserver-rou // Enables using standard browser windows (that can be handled as tabs) // instead of popup windows +diff -Nur --no-dereference smeserver-roundcube-1.2.old/root/usr/bin/rcplugin_update.sh smeserver-roundcube-1.2/root/usr/bin/rcplugin_update.sh +--- smeserver-roundcube-1.2.old/root/usr/bin/rcplugin_update.sh 2022-12-11 16:07:13.382000000 -0500 ++++ smeserver-roundcube-1.2/root/usr/bin/rcplugin_update.sh 2022-12-11 16:08:04.034000000 -0500 +@@ -5,13 +5,13 @@ + pathroundcube=$(pwd) + + cd /usr/share/roundcubemail +-# add needed ones +-/usr/bin/jq -r ".require.\"johndoh/contextmenu\" = \"~3.3.1\"" composer.json > tmp.json && mv -f tmp.json composer.json +-/usr/bin/jq -r ".require.\"johndoh/globaladdressbook\" = \"~2.1\"" composer.json > tmp.json && mv -f tmp.json composer.json ++COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer require johndoh/contextmenu --with-dependencies ++COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer require johndoh/globaladdressbook ~2.1 --with-dependencies ++COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer require roundcube/larry ~1.6.0 --with-dependencies + + + COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer self-update +-COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer update ++COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer update --with-dependencies + /sbin/e-smith/db configuration setprop php74 AllowUrlFopen off + /sbin/e-smith/expand-template /etc/opt/remi/php74/php.ini + /usr/bin/systemctl restart php74-php-fpm >/dev/null 2>&1