summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-14 13:35:45 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-14 13:35:45 +0100
commit0ab0ca0d9d92f7343e094bec1aaafa7469bce9e9 (patch)
tree0a74db1cba03aed004de1ef8ebc61b987a86b441 /doc/update
parentc946defb3d9ff2ad87a410f2e25999465c4b9065 (diff)
downloadgitlab-ce-0ab0ca0d9d92f7343e094bec1aaafa7469bce9e9.tar.gz
Use gitlab-shell 1.7.8
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/5.1-to-5.4.md2
-rw-r--r--doc/update/5.1-to-6.0.md2
-rw-r--r--doc/update/5.3-to-5.4.md2
-rw-r--r--doc/update/5.4-to-6.0.md2
-rw-r--r--doc/update/6.0-to-6.1.md2
-rw-r--r--doc/update/6.0-to-6.2.md2
-rw-r--r--doc/update/6.1-to-6.2.md2
-rw-r--r--doc/update/patch_versions.md2
8 files changed, 8 insertions, 8 deletions
diff --git a/doc/update/5.1-to-5.4.md b/doc/update/5.1-to-5.4.md
index e61303a6548..a845191178b 100644
--- a/doc/update/5.1-to-5.4.md
+++ b/doc/update/5.1-to-5.4.md
@@ -31,7 +31,7 @@ sudo -u git -H git checkout 5-4-stable # Latest version of 5-4-stable addresses
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.4 # Addresses CVE-2013-4490
+sudo -u git -H git checkout v1.7.8 # Addresses multiple critical security vulnerabilities
```
### 4. Install libs, migrations, etc.
diff --git a/doc/update/5.1-to-6.0.md b/doc/update/5.1-to-6.0.md
index 3907af1f98b..793688bb9fb 100644
--- a/doc/update/5.1-to-6.0.md
+++ b/doc/update/5.1-to-6.0.md
@@ -47,7 +47,7 @@ sudo -u git -H git checkout 6-0-stable
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.0
+sudo -u git -H git checkout v1.7.8
```
### 4. Install additional packages
diff --git a/doc/update/5.3-to-5.4.md b/doc/update/5.3-to-5.4.md
index 9e60f3bb8d5..2e2e4ca8ce9 100644
--- a/doc/update/5.3-to-5.4.md
+++ b/doc/update/5.3-to-5.4.md
@@ -30,7 +30,7 @@ sudo -u git -H git checkout 5-4-stable # Latest version of 5-4-stable addresses
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.4 # Addresses CVE-2013-4490
+sudo -u git -H git checkout v1.7.8 # Addresses multiple critical security vulnerabilities
```
### 4. Install libs, migrations, etc.
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md
index 1137f371518..dcf58a1dd46 100644
--- a/doc/update/5.4-to-6.0.md
+++ b/doc/update/5.4-to-6.0.md
@@ -47,7 +47,7 @@ sudo -u git -H git checkout 6-0-stable
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.0
+sudo -u git -H git checkout v1.7.8
```
### 4. Install additional packages
diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md
index 43ec211fd14..314d18beb23 100644
--- a/doc/update/6.0-to-6.1.md
+++ b/doc/update/6.0-to-6.1.md
@@ -39,7 +39,7 @@ sudo -u git -H git checkout 6-1-stable
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.4
+sudo -u git -H git checkout v1.7.8
```
### 4. Install libs, migrations, etc.
diff --git a/doc/update/6.0-to-6.2.md b/doc/update/6.0-to-6.2.md
index 00a27fcd436..dbab6845d6b 100644
--- a/doc/update/6.0-to-6.2.md
+++ b/doc/update/6.0-to-6.2.md
@@ -47,7 +47,7 @@ sudo apt-get install logrotate
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.4 # Addresses CVE-2013-4490
+sudo -u git -H git checkout v1.7.8 # Addresses multiple critical security vulnerabilities
```
### 5. Install libs, migrations, etc.
diff --git a/doc/update/6.1-to-6.2.md b/doc/update/6.1-to-6.2.md
index 2b5ad2a73ad..1ce17f45bf4 100644
--- a/doc/update/6.1-to-6.2.md
+++ b/doc/update/6.1-to-6.2.md
@@ -32,7 +32,7 @@ sudo -u git -H git checkout 6-2-stable # Latest version of 6-2-stable addresses
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.4 # Addresses CVE-2013-4490
+sudo -u git -H git checkout v1.7.8 # Addresses multiple critical security vulnerabilities
```
### 4. Install additional packages
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index 204047d35ab..4d128a3a5b2 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -26,7 +26,7 @@ sudo -u git -H git pull origin 6-2-stable
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.4
+sudo -u git -H git checkout v1.7.8
```
### 4. Install libs, migrations, etc.