mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Merge branch 'owasp-modsecurity:v3/master' into v3/master
This commit is contained in:
commit
d9acf3d0cd
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -102,7 +102,6 @@ jobs:
|
|||||||
lua \
|
lua \
|
||||||
libmaxminddb \
|
libmaxminddb \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
geoip \
|
|
||||||
ssdeep \
|
ssdeep \
|
||||||
pcre \
|
pcre \
|
||||||
bison \
|
bison \
|
||||||
@ -111,6 +110,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Build GeoIP
|
||||||
|
run: |
|
||||||
|
git clone --depth 1 --no-checkout https://github.com/maxmind/geoip-api-c.git
|
||||||
|
cd geoip-api-c
|
||||||
|
git fetch --tags
|
||||||
|
# Check out the last release, v1.6.12
|
||||||
|
git checkout 4b526e7331ca1d692b74a0509ddcc725622ed31a
|
||||||
|
autoreconf --install
|
||||||
|
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
|
||||||
|
make install
|
||||||
- name: build.sh
|
- name: build.sh
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- name: configure
|
- name: configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user