Last edited 2 years ago
by WikiSysop

Template:AutoDocDescriptionMsg and Setup:Installation Guide/Security Patches 3.2.8: Difference between pages

(Difference between pages)
(Created page with "{{{desc}}}")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
{{{desc}}}
{{Featurepage|featured=true|featuredesc=How to apply the latest MediaWiki security patch to BlueSpice 3.2.8.|featurestart=12/21/2021}}{{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 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 [https://sourceforge.net/projects/bluespice/files/BlueSpice-3.2.8-MW1.35.5-fixes.tar.gz/download 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 [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">
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
</syntaxhighlight>
After a successful run, the output should be like this:
<syntaxhighlight lang="shell-session">
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!
</syntaxhighlight>
There may be additional lines of output, based on the edition of BlueSpice.
 
[[en:{{FULLPAGENAME}}]]
[[de:Setup:Installationsanleitung/Sicherheitspatches 3.2.8]]

Revision as of 14:32, 14 January 2022

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.

No categories assignedEdit

Discussions