|
1 |
| - |
2 |
| -::@set CMAKE=cmake-3.8.2-win32-x86.zip |
3 |
| -::@set PCRE=pcre-8.40.zip |
4 |
| -::@set ZLIB=zlib-1.2.11.tar.gz |
5 |
| -::@set LIBXML2=libxml2-2.9.4.tar.gz |
6 |
| -::@set LUA=lua-5.3.4.tar.gz |
7 |
| -::@set CURL=curl-7.54.1.zip |
8 |
| -::@set APACHE_SRC=httpd-2.4.27.tar.gz |
9 |
| -::@set APACHE_BIN32=httpd-2.4.27-win32-VC11.zip |
10 |
| -::@set APACHE_BIN64=httpd-2.4.27-win64-VC11.zip |
11 |
| -::@set YAJL=yajl-2.1.0.zip |
12 |
| -::@set SSDEEP=ssdeep-2.13.tar.gz |
13 |
| -::@set SSDEEP_BIN=ssdeep-2.13.zip |
| 1 | +@set CMAKE=cmake-3.12.4-win32-x86.zip |
| 2 | +@set PCRE=pcre-8.41.zip |
| 3 | +@set ZLIB=zlib-1.2.11.tar.gz |
| 4 | +@set LIBXML2=libxml2-2.9.8.tar.gz |
| 5 | +@set LUA=lua-5.3.5.tar.gz |
| 6 | +@set CURL=curl-7.62.0.zip |
| 7 | +@set APACHE_SRC=httpd-2.4.37.tar.gz |
| 8 | +@set APACHE_BIN32=httpd-2.4.37-win32-VC11.zip |
| 9 | +@set APACHE_BIN64=httpd-2.4.37-win64-VC11.zip |
| 10 | +@set YAJL=yajl-2.1.0.zip |
| 11 | +@set SSDEEP=ssdeep-2.13.tar.gz |
| 12 | +@set SSDEEP_BIN=ssdeep-2.13.zip |
14 | 13 |
|
15 | 14 | :: BITSAdmin refuses to download YAJL from GitHub URL
|
16 | 15 | :: @set YAJL_URL=https://github.com/lloyd/yajl/archive/%YAJL:~-9%
|
17 | 16 | @set YAJL_URL=http://http.debian.net/debian/pool/main/y/yajl/yajl_2.1.0.orig.tar.gz
|
18 | 17 |
|
19 |
| -@set CMAKE_URL=https://cmake.org/files/v3.8/%CMAKE% |
| 18 | +@set CMAKE_URL=https://cmake.org/files/v3.12/%CMAKE% |
20 | 19 | @set PCRE_URL=https://ftp.pcre.org/pub/pcre/%PCRE%
|
21 | 20 | @set ZLIB_URL=https://zlib.net/%ZLIB%
|
22 | 21 | @set LIBXML2_URL=http://xmlsoft.org/sources/%LIBXML2%
|
23 |
| -@set LUA_URL=https://www.lua.org/ftp/%LUA% |
| 22 | +@set LUA_URL=https://www.lua.org/ftp/%LUA% |
24 | 23 | @set CURL_URL=http://curl.askapache.com/download/%CURL%
|
25 | 24 | @set APACHE_SRC_URL=https://www.apache.org/dist/httpd/%APACHE_SRC%
|
26 |
| -@set APACHE_BIN_URL=https://www.apachelounge.com/download/VC11/binaries |
| 25 | +@set APACHE_BIN_URL=https://home.apache.org/~steffenal/VC11/binaries |
27 | 26 | @set SSDEEP_URL=https://downloads.sourceforge.net/project/ssdeep/ssdeep-2.13
|
28 | 27 |
|
29 | 28 | bitsadmin.exe /transfer "Downloading dependencies..." %CMAKE_URL% %SOURCE_DIR%\%CMAKE% %PCRE_URL% %SOURCE_DIR%\%PCRE% %ZLIB_URL% %SOURCE_DIR%\%ZLIB% %LIBXML2_URL% %SOURCE_DIR%\%LIBXML2% %LUA_URL% %SOURCE_DIR%\%LUA% %CURL_URL% %SOURCE_DIR%\%CURL% %APACHE_SRC_URL% %SOURCE_DIR%\%APACHE_SRC% %APACHE_BIN_URL%/%APACHE_BIN32% %SOURCE_DIR%\%APACHE_BIN32% %APACHE_BIN_URL%/%APACHE_BIN64% %SOURCE_DIR%\%APACHE_BIN64% %YAJL_URL% %SOURCE_DIR%\%YAJL% %SSDEEP_URL%/%SSDEEP% %SOURCE_DIR%\%SSDEEP% %SSDEEP_URL%/%SSDEEP_BIN% %SOURCE_DIR%\%SSDEEP_BIN%
|
30 | 29 |
|
31 |
| - |
32 | 30 | @if NOT (%ERRORLEVEL%) == (0) goto :failed_to_download
|
33 | 31 | @exit /B 0
|
34 | 32 |
|
|
0 commit comments