Commit ac5d5adeb84077393020806016fcc87f3291ae33
1 parent
6d8b0bbb
Bump gitlab-shell to 1.7.4 (CVE-2013-4490)
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -119,7 +119,7 @@ GitLab Shell is a ssh access and repository management software developed specia |
119 | 119 | cd gitlab-shell |
120 | 120 | |
121 | 121 | # switch to right version |
122 | - sudo -u git -H git checkout v1.5.0 | |
122 | + sudo -u git -H git checkout v1.7.4 | |
123 | 123 | |
124 | 124 | sudo -u git -H cp config.yml.example config.yml |
125 | 125 | ... | ... |
lib/tasks/gitlab/check.rake
... | ... | @@ -657,7 +657,7 @@ namespace :gitlab do |
657 | 657 | end |
658 | 658 | |
659 | 659 | def check_gitlab_shell |
660 | - required_version = Gitlab::VersionInfo.new(1, 4, 0) | |
660 | + required_version = Gitlab::VersionInfo.new(1, 7, 4) | |
661 | 661 | current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) |
662 | 662 | |
663 | 663 | print "GitLab Shell version >= #{required_version} ? ... " | ... | ... |