From ce33c1e4d728d7d4f674dd96ef7d7be63b6a0bbf Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Thu, 20 Oct 2016 23:20:35 -0300 Subject: [PATCH] Changes git ref from libmodsecurity to v3/master --- Compilation-recipes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Compilation-recipes.md b/Compilation-recipes.md index dd45e23..63e8875 100644 --- a/Compilation-recipes.md +++ b/Compilation-recipes.md @@ -25,7 +25,7 @@ yum install gcc-c++ flex bison yajl yajl-devel curl-devel curl GeoIP-devel doxyg cd /opt/ git clone https://github.com/SpiderLabs/ModSecurity cd ModSecurity -git checkout -b libmodsecurity origin/libmodsecurity +git checkout -b v3/master origin/v3/master sh build.sh git submodule init git submodule update @@ -82,7 +82,7 @@ rpm -i GeoIP-devel-1.6.6-1.fc23.x86_64.rpm rm -rf *.rpm git clone https://github.com/SpiderLabs/ModSecurity cd ModSecurity -git checkout -b libmodsecurity origin/libmodsecurity +git checkout -b v3/master origin/v3/master sh build.sh git submodule init git submodule update @@ -117,7 +117,7 @@ Provided by @moodygit $ cd /opt/ $ git clone https://github.com/SpiderLabs/ModSecurity $ cd ModSecurity -$ git checkout -b libmodsecurity origin/libmodsecurity +$ git checkout -b v3/master origin/v3/master $ sh build.sh $ git submodule init $ git submodule update @@ -219,7 +219,7 @@ rpm -i GeoIP-devel-1.6.6-1.fc23.x86_64.rpm yum install -y libxml2-devel doxygen zlib-devel git flex git clone https://github.com/csanders-git/ModSecurity cd ModSecurity -git checkout -b libmodsecurity origin/libmodsecurity +git checkout -b v3/master origin/v3/master sh build.sh git submodule init git submodule update @@ -255,11 +255,11 @@ $ sudo apt-get install g++ flex bison curl doxygen libyajl-dev libgeoip-dev libt $ cd /opt/ $ git clone https://github.com/SpiderLabs/ModSecurity $ cd ModSecurity/ -$ git checkout -b libmodsecurity origin/libmodsecurity +$ git checkout -b v3/master origin/v3/master $ sh build.sh $ git submodule init $ git submodule update #[for bindings/python, others/libinjection, test/test-cases/secrules-language-tests] $ ./configure $ make $ make install -``` \ No newline at end of file +```