We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950d07e commit 94c99deCopy full SHA for 94c99de
nginx-build-msys2.sh
@@ -32,10 +32,10 @@ ZLIB="$(curl -s 'https://zlib.net/' | grep -ioP 'zlib-(\d+\.)+\d+' | sort -ruV |
32
ZLIB="${ZLIB:-zlib-1.2.11}"
33
echo $ZLIB
34
PCRE="$(curl -s 'https://ftp.pcre.org/pub/pcre/' | grep -ioP 'pcre-(\d+\.)+\d+' | sort -ruV | head -1)"
35
-PCRE="${PCRE:-pcre-8.43}"
+PCRE="${PCRE:-pcre-8.44}"
36
echo $PCRE
37
-OPENSSL="$(curl -s 'https://www.openssl.org/source/' | grep -ioP 'openssl-(\d+\.)+[a-z\d]+' | sort -ruV | head -1)"
38
-OPENSSL="${OPENSSL:-openssl-1.1.1d}"
+OPENSSL="$(curl -s 'https://www.openssl.org/source/' | grep -ioP 'openssl-1\.(\d+\.)+[a-z\d]+' | sort -ruV | head -1)"
+OPENSSL="${OPENSSL:-openssl-1.1.1g}"
39
echo $OPENSSL
40
41
# clone and patch nginx
0 commit comments