CVE-2018-1042/CVE-2018-1043/CVE-2018-1044/CVE-2018-1045 fixes.
sudo dnf upgrade --advisory=FEDORA-2018-7e086e3309
This update has been submitted for testing by limb.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for batched by limb.
This update has been submitted for stable by limb.
This update has been pushed to stable.
Not certain if this helps anyone. Just installed moodle on Fedora 26 (moodle-3.2.6-1.fc26.src.rpm) and found bugs in the underlying code preventing actually using moodle or installing it.
/var/www/moodle/web/config.php
change unset($CFG); to $CFG = new stdClass;
The file /var/www/moodle/web/lib/formslib.php
lines: require_once 'HTML/QuickForm.php'; require_once 'DHTMLRulesTableless.php'; require_once 'Tableless.php'; require_once 'HTML/QuickForm/Rule.php';
perhaps should be: require_once 'HTML/QuickForm.php'; require_once 'HTML/QuickForm/DHTMLRulesTableless.php'; require_once 'HTML/QuickForm/Renderer/Tableless.php'; require_once 'HTML/QuickForm/Rule.php';
The symlink /var/www/moodle/web/lib/google/src/Google points to /usr/share/php/Google/ not /usr/share/php/Google1/
Hope this helps someone else
karma: -1
Please login to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by limb.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for batched by limb.
This update has been submitted for stable by limb.
This update has been pushed to stable.
Not certain if this helps anyone. Just installed moodle on Fedora 26 (moodle-3.2.6-1.fc26.src.rpm) and found bugs in the underlying code preventing actually using moodle or installing it.
/var/www/moodle/web/config.php
change unset($CFG); to $CFG = new stdClass;
The file /var/www/moodle/web/lib/formslib.php
lines: require_once 'HTML/QuickForm.php'; require_once 'DHTMLRulesTableless.php'; require_once 'Tableless.php'; require_once 'HTML/QuickForm/Rule.php';
perhaps should be: require_once 'HTML/QuickForm.php'; require_once 'HTML/QuickForm/DHTMLRulesTableless.php'; require_once 'HTML/QuickForm/Renderer/Tableless.php'; require_once 'HTML/QuickForm/Rule.php';
The symlink /var/www/moodle/web/lib/google/src/Google points to /usr/share/php/Google/ not /usr/share/php/Google1/
Hope this helps someone else
karma: -1