details: https://hg.nginx.org/nginx/rev/adbfc4fb948c branches: stable-1.22 changeset: 8014:adbfc4fb948c user: Maxim Dounin <mdou...@mdounin.ru> date: Tue May 24 02:51:49 2022 +0300 description: Updated OpenSSL and zlib used for win32 builds.
diffstat: misc/GNUmakefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff -r dbf18f45a2b6 -r adbfc4fb948c misc/GNUmakefile --- a/misc/GNUmakefile Fri Feb 04 13:29:31 2022 +0300 +++ b/misc/GNUmakefile Tue May 24 02:51:49 2022 +0300 @@ -6,8 +6,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-1.1.1m -ZLIB = zlib-1.2.11 +OPENSSL = openssl-1.1.1o +ZLIB = zlib-1.2.12 PCRE = pcre2-10.39 _______________________________________________ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org