Skip to content

Commit 46c1a0d

Browse files
committed
IIS: Update dependencies for next planned release
1 parent ed60de9 commit 46c1a0d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
DD mmm YYYY - 2.9.x (to be released)
22
-------------------
33

4+
* IIS: Update dependencies for next planned release
5+
[Issue #2792 - @martinhsv]
46
* XML parser cleanup: NULL duplicate pointer
57
[Issue #2760 - @martinhsv]
68
* Properly cleanup XML parser contexts upon completion

iis/build_dependencies.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
:: Dependencies
1010
@set CMAKE=cmake-3.12.4-win32-x86.zip
1111
@set PCRE=pcre-8.45.zip
12-
@set ZLIB=zlib-1.2.11.tar.gz
13-
@set LIBXML2=libxml2-2.9.12.tar.gz
12+
@set ZLIB=zlib-1.2.12.tar.gz
13+
@set LIBXML2=libxml2-2.9.14.tar.gz
1414
@set LUA=lua-5.3.6.tar.gz
15-
@set CURL=curl-7.79.0.zip
16-
@set APACHE_SRC=httpd-2.4.51.tar.gz
17-
@set APACHE_BIN32=httpd-2.4.51-win32-VS16.zip
18-
@set APACHE_BIN64=httpd-2.4.51-win64-VS16.zip
15+
@set CURL=curl-7.83.1.zip
16+
@set APACHE_SRC=httpd-2.4.54.tar.gz
17+
@set APACHE_BIN32=httpd-2.4.54-win32-VS16.zip
18+
@set APACHE_BIN64=httpd-2.4.54-win64-VS16.zip
1919
@set YAJL=yajl-2.1.0.zip
2020
@set SSDEEP=ssdeep-2.14.1.tar.gz
2121
@set SSDEEP_BIN=ssdeep-2.14.1.zip

0 commit comments

Comments
 (0)