Setup:Installation Guide/Security Patches 3.2.8 and SocialEntity:152: Difference between pages

(Difference between pages)
(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 1: Line 1:
{{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!
{
}}
    "wikipageid": 1057,
==Applying security patches from MediaWiki 1.35.5 to BlueSpice 3==
    "namespace": 0,
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].
    "titletext": "Setup:Installation Guide/Security Patches 3.2.8",
 
    "description": "",
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.
    "parentid": 0,
 
    "id": 152,
Given <code><bluespice></code> is the installation path of the BlueSpice wiki application, you can apply the patches like this:<syntaxhighlight lang="shell-session">
    "ownerid": 6,
cd <bluespice>/_bluespice
    "type": "wikipage",
wget https://sourceforge.net/projects/bluespice/files/BlueSpice-3.2.8-MW1.35.5-fixes.tar.gz
    "archived": false,
tar xfvz BlueSpice-3.2.8-MW1.35.5-fixes.tar.gz
    "tags": [
cd ..
        "Setup:Installation Guide/Security Patches 3.2.8"
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">
    "resolved": false
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]]

Latest revision as of 16:18, 23 December 2021



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

No categories assignedEdit

Discussions