win32: upgraded deps openssl to 1.1.1w and zlib to 1.3.

This commit is contained in:
jiahao 2023-12-29 16:58:15 +08:00
parent 6fe9e3f7e6
commit 423012fcf3
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
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