mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
IIS: Update dependencies for next planned release
This commit is contained in:
parent
ed60de97e6
commit
46c1a0d62f
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
||||
DD mmm YYYY - 2.9.x (to be released)
|
||||
-------------------
|
||||
|
||||
* IIS: Update dependencies for next planned release
|
||||
[Issue #2792 - @martinhsv]
|
||||
* XML parser cleanup: NULL duplicate pointer
|
||||
[Issue #2760 - @martinhsv]
|
||||
* Properly cleanup XML parser contexts upon completion
|
||||
|
@ -9,13 +9,13 @@
|
||||
:: Dependencies
|
||||
@set CMAKE=cmake-3.12.4-win32-x86.zip
|
||||
@set PCRE=pcre-8.45.zip
|
||||
@set ZLIB=zlib-1.2.11.tar.gz
|
||||
@set LIBXML2=libxml2-2.9.12.tar.gz
|
||||
@set ZLIB=zlib-1.2.12.tar.gz
|
||||
@set LIBXML2=libxml2-2.9.14.tar.gz
|
||||
@set LUA=lua-5.3.6.tar.gz
|
||||
@set CURL=curl-7.79.0.zip
|
||||
@set APACHE_SRC=httpd-2.4.51.tar.gz
|
||||
@set APACHE_BIN32=httpd-2.4.51-win32-VS16.zip
|
||||
@set APACHE_BIN64=httpd-2.4.51-win64-VS16.zip
|
||||
@set CURL=curl-7.83.1.zip
|
||||
@set APACHE_SRC=httpd-2.4.54.tar.gz
|
||||
@set APACHE_BIN32=httpd-2.4.54-win32-VS16.zip
|
||||
@set APACHE_BIN64=httpd-2.4.54-win64-VS16.zip
|
||||
@set YAJL=yajl-2.1.0.zip
|
||||
@set SSDEEP=ssdeep-2.14.1.tar.gz
|
||||
@set SSDEEP_BIN=ssdeep-2.14.1.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user