Setup:Installation Guide/Security Patches 3.2.8: Difference between revisions

(Created page with "{{Messagebox|boxtype=note|Note text=Instructions on this page only apply to BlueSpice 3.2.8. They will become obsolote once BlueSpice 3.2.9 is published! }} ==Applying securit...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
Line 6: Line 6:
The following instructions are based on Linux installations. But they can be executed in the same way on a Windows system using an appropriate shell, like [https://git-scm.com/download/win git bash], [https://www.cygwin.com/ cygwin] and similar.
The following instructions are based on Linux installations. But they can be executed in the same way on a Windows system using an appropriate shell, like [https://git-scm.com/download/win git bash], [https://www.cygwin.com/ cygwin] and similar.


Given <code><bluespice></code> is the installation path of the BlueSpice wiki application, you can apply the patches like this:<syntaxhighlight lang="shell-session">
Given <code><bluespice></code> is the installation path of the BlueSpice wiki application, you can apply the patches like this:#<syntaxhighlight lang="shell-session">
cd <bluespice>/_bluespice
cd <bluespice>/_bluespice
wget https://sourceforge.net/projects/bluespice/files/BlueSpice-3.2.8-MW1.35.5-fixes.tar.gz
wget https://sourceforge.net/projects/bluespice/files/BlueSpice-3.2.8-MW1.35.5-fixes.tar.gz
Line 12: Line 12:
cd ..
cd ..
bash _bluespice/pre-autoload-dump.d/99-apply_patches.sh
bash _bluespice/pre-autoload-dump.d/99-apply_patches.sh
</syntaxhighlight>After a successful run, the output should be like this:<syntaxhighlight lang="shell-session">
</syntaxhighlight>
After a successful run, the output should be like this:
<syntaxhighlight lang="shell-session">
Patching: includes/actions/RollbackAction.php ==> DONE!
Patching: includes/actions/RollbackAction.php ==> DONE!
Patching: includes/actions/Action.php ==> DONE!
Patching: includes/actions/Action.php ==> DONE!
Line 20: Line 22:
Patching: includes/EditPage.php ==> DONE!
Patching: includes/EditPage.php ==> DONE!
Patching: extensions/VisualEditor/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js ==> DONE!
Patching: extensions/VisualEditor/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js ==> DONE!
</syntaxhighlight>There may be additional lines of output, based on the edition of BlueSpice.
</syntaxhighlight>
There may be additional lines of output, based on the edition of BlueSpice.
 
[[en:{{FULLPAGENAME}}]]
[[en:{{FULLPAGENAME}}]]
[[de:Setup:Installationsanleitung/Sicherheitspatches 3.2.8]]
[[de:Setup:Installationsanleitung/Sicherheitspatches 3.2.8]]

Revision as of 16:19, 23 December 2021

Note:Instructions on this page only apply to BlueSpice 3.2.8. They will become obsolote once BlueSpice 3.2.9 is published!

Applying security patches from MediaWiki 1.35.5 to BlueSpice 3

Recent security fixes to MediaWiki 1.35 have been backported to MediaWiki 1.31, which is the base of BlueSpice 3.2. The patches are available for download on SourceForge.

The following instructions are based on Linux installations. But they can be executed in the same way on a Windows system using an appropriate shell, like git bash, cygwin and similar.

Given <bluespice> is the installation path of the BlueSpice wiki application, you can apply the patches like this:#

cd <bluespice>/_bluespice
wget https://sourceforge.net/projects/bluespice/files/BlueSpice-3.2.8-MW1.35.5-fixes.tar.gz
tar xfvz BlueSpice-3.2.8-MW1.35.5-fixes.tar.gz
cd ..
bash _bluespice/pre-autoload-dump.d/99-apply_patches.sh

After a successful run, the output should be like this:

Patching: includes/actions/RollbackAction.php ==> DONE!
Patching: includes/actions/Action.php ==> DONE!
Patching: includes/actions/ViewAction.php ==> DONE!
Patching: includes/specials/SpecialChangeContentModel.php ==> DONE!
Patching: includes/MediaWiki.php ==> DONE!
Patching: includes/EditPage.php ==> DONE!
Patching: extensions/VisualEditor/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js ==> DONE!

There may be additional lines of output, based on the edition of BlueSpice.



To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions