summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-06-12 14:24:22 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-06-12 14:24:22 +0200
commitd26ae2914992f5c655815f658ab885b8a4060475 (patch)
tree70646122c48726f881b911fc5ef0b58d0312e785
parente667bfe94d291f194efce9884ad6f7f4e81768b4 (diff)
downloadgitlab-ce-d26ae2914992f5c655815f658ab885b8a4060475.tar.gz
Install git 2.4.3
Git 2.1.2 does not protect against pushes trying the '.Git/config' attack (CVE-2014-9390). Going to 2.4.3 is perhaps a big jump but why not use the latest? (Famous last words.)
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index badea4de214..9815375ade2 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -88,8 +88,8 @@ Is the system packaged Git too old? Remove it and compile from source.
# Download and compile from source
cd /tmp
- curl -L --progress https://www.kernel.org/pub/software/scm/git/git-2.1.2.tar.gz | tar xz
- cd git-2.1.2/
+ curl -L --progress https://www.kernel.org/pub/software/scm/git/git-2.4.3.tar.gz | tar xz
+ cd git-2.4.3/
./configure
make prefix=/usr/local all