Server Software and Configuration Services
New csf v8.21
Changes:
- Modified cPanel version check to avoid restart loop if GENERIC set to 1 in csf.conf
Changes:
Changes:
Changes:
Changes:
Changes:
Due to the changes by exim caused by CVE-2016-1531, exim no longer reports the script location that it was initiated from. This now means that LF_SCRIPT_* will no longer function.
EDIT: We have just be informed by cPanel that they have developed a workaround that will be released imminently for EXIM that should restore the functionality. Yay!
Changes:
Changes:
If you see this error on uprading csf (if you installed v8.14 before 8.15 replaced that release):
# csf -u Can't locate object method "ssl_opts" via package "LWP::UserAgent" at /usr/local/csf/lib/ConfigServer/URLGet.pm line 142.
You can fix the code and then upgrade using:
# sed -i "s/\$ua->ssl_opts/#\$ua->ssl_opts/" /usr/local/csf/lib/ConfigServer/URLGet.pm # csf -u