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

[quality revision][quality revision]
(Created page with "{{Hint |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 MediaWik...")
 
 


Hint.jpg
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[edit | edit source]

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.
{{Hint
        
        |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]]
Line 13: Line 13:
 
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 22: Line 22:
 
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}}]]
 +
[[de:Setup:Installationsanleitung/Sicherheitspatches 3.2.8]]

Attachments

Discussions