Commit 7265b4068d0a9b83b34cc7b802041e37199ba90f
1 parent
81f69b5d
Exists in
master
and in
4 other branches
Add security update info to 6.0-to-6.2.md
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
doc/update/6.0-to-6.2.md
1 | 1 | # From 6.0 to 6.2 |
2 | 2 | |
3 | +## Notice | |
4 | +Security vulnerabilities CVE-2013-4490 and CVE-2013-4489 have been patched in the latest version of GitLab 6.2. | |
5 | + | |
3 | 6 | # In 6.1 we remove a lot of deprecated code. |
4 | 7 | # You should update to 6.0 before installing 6.1 or higher so all the necessary conversions are run. |
5 | 8 | |
... | ... | @@ -28,7 +31,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production |
28 | 31 | ```bash |
29 | 32 | cd /home/git/gitlab |
30 | 33 | sudo -u git -H git fetch |
31 | -sudo -u git -H git checkout 6-2-stable | |
34 | +sudo -u git -H git checkout 6-2-stable # Latest version of 6-2-stable addresses CVE-2013-4489 | |
32 | 35 | ``` |
33 | 36 | |
34 | 37 | |
... | ... | @@ -44,7 +47,7 @@ sudo apt-get install logrotate |
44 | 47 | ```bash |
45 | 48 | cd /home/git/gitlab-shell |
46 | 49 | sudo -u git -H git fetch |
47 | -sudo -u git -H git checkout v1.7.4 | |
50 | +sudo -u git -H git checkout v1.7.4 # Addresses CVE-2013-4490 | |
48 | 51 | ``` |
49 | 52 | |
50 | 53 | ### 5. Install libs, migrations, etc. | ... | ... |