Package & Service Updates
June 7, 2024
Security Release
This release addresses several high-priority vulnerabilities that could potentially impact the security and performance of your system.
Updated Packages
Package | Version | Systems | Security | Notes |
---|---|---|---|---|
vf-php8 | 8.2.20-1 | Control, Hypervisor | 🚨 | https://www.php.net/ChangeLog-8.php#8.2.20 |
vf-system-php8 | 8.2.20-1 | Hypervisor | 🚨 | https://www.php.net/ChangeLog-8.php#8.2.20 |
vf-nginx | 1.26.1-1 | Control, Hypervisor | 🚨 | https://nginx.org/en/CHANGES-1.26 |
How to Update
The following commands which should be run as root in SSH have been pre-prepared for your base distribution.
- Debian/Ubuntu
- RHEL
Control
apt-get update -y && apt-get install --only-upgrade vf-nginx vf-php8 -y
vfcli-ctrl app:restart --services=queue,fpm,web
Hypervisor
apt-get update -y && apt-get install --only-upgrade vf-nginx vf-php8 vf-system-php8 -y
vfcli-hv app:restart --services=queue,system-fpm,fpm,web
Control
dnf makecache -y && dnf update vf-nginx vf-php8 -y
vfcli-ctrl app:restart --services=queue,fpm,web
Hypervisor
dnf makecache -y && dnf update vf-nginx vf-php8 vf-system-php8 -y
vfcli-hv app:restart --services=queue,system-fpm,fpm,web