win32: upgraded deps openssl to 1.1.1w and zlib to 1.3. (#950)

This commit is contained in:
Johnny Wang 2023-12-31 10:02:42 +08:00 committed by GitHub
parent 6fe9e3f7e6
commit 8760b0af4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
#!/bin/bash
PCRE=pcre-8.45
ZLIB=zlib-1.2.13
OPENSSL=openssl-1.1.1t
ZLIB=zlib-1.3
OPENSSL=openssl-1.1.1w
JOBS=12
# wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz
# wget http://zlib.net/zlib-1.2.12.tar.gz
# wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz
# wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz
# wget http://zlib.net/zlib-1.3.tar.gz
# wget https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz
rm -rf objs || exit 1
mkdir -p objs/lib || exit 1