mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Update URLs due to issue #2030 and archival of old packages
parent
29ef60d1c0
commit
cf7191266d
@ -34,7 +34,7 @@ sh build.sh
|
|||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
./configure
|
./configure
|
||||||
yum install ftp://195.220.108.108/linux/fedora/linux/updates/23/x86_64/b/bison-3.0.4-3.fc23.x86_64.rpm
|
yum install https://archives.fedoraproject.org/pub/archive/fedora/linux/updates/23/x86_64/b/bison-3.0.4-3.fc23.x86_64.rpm
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
@ -101,12 +101,12 @@ Provided by @csanders-git
|
|||||||
yum install gcc-c++ flex bison curl-devel curl libxml2-devel doxygen zlib-devel git automake libtool pcre-devel
|
yum install gcc-c++ flex bison curl-devel curl libxml2-devel doxygen zlib-devel git automake libtool pcre-devel
|
||||||
cd /opt/
|
cd /opt/
|
||||||
# Steal Fedora's YAJL and YAJL-devel packages
|
# Steal Fedora's YAJL and YAJL-devel packages
|
||||||
wget ftp://195.220.108.108/linux/fedora/linux/releases/23/Everything/x86_64/os/Packages/y/yajl-2.1.0-4.fc23.x86_64.rpm
|
wget https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Everything/x86_64/os/Packages/y/yajl-2.1.0-4.fc23.x86_64.rpm
|
||||||
rpm -i yajl-2.1.0-4.fc23.x86_64.rpm
|
rpm -i yajl-2.1.0-4.fc23.x86_64.rpm
|
||||||
wget ftp://195.220.108.108/linux/fedora/linux/releases/23/Everything/x86_64/os/Packages/y/yajl-devel-2.1.0-4.fc23.x86_64.rpm
|
wget https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Everything/x86_64/os/Packages/y/yajl-devel-2.1.0-4.fc23.x86_64.rpm
|
||||||
rpm -i yajl-devel-2.1.0-4.fc23.x86_64.rpm
|
rpm -i yajl-devel-2.1.0-4.fc23.x86_64.rpm
|
||||||
# Install latest bison
|
# Install latest bison
|
||||||
yum install ftp://195.220.108.108/linux/fedora/linux/updates/23/x86_64/b/bison-3.0.4-3.fc23.x86_64.rpm
|
yum install https://archives.fedoraproject.org/pub/archive/fedora/linux/updates/23/x86_64/b/bison-3.0.4-3.fc23.x86_64.rpm
|
||||||
# Amazon's GeoIP-devel package does not come with geoip.pc (no idea why not)
|
# Amazon's GeoIP-devel package does not come with geoip.pc (no idea why not)
|
||||||
wget ftp://rpmfind.net/linux/centos/5.11/extras/x86_64/RPMS/GeoIP-data-20090201-1.el5.centos.x86_64.rpm
|
wget ftp://rpmfind.net/linux/centos/5.11/extras/x86_64/RPMS/GeoIP-data-20090201-1.el5.centos.x86_64.rpm
|
||||||
wget ftp://rpmfind.net/linux/fedora/linux/releases/23/Everything/x86_64/os/Packages/g/GeoIP-1.6.6-1.fc23.x86_64.rpm
|
wget ftp://rpmfind.net/linux/fedora/linux/releases/23/Everything/x86_64/os/Packages/g/GeoIP-1.6.6-1.fc23.x86_64.rpm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user