comparison misc/GNUmakefile @ 8112:9ed5778f5d4a

Updated OpenSSL and zlib used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Dec 2022 03:32:57 +0300
parents e8723b2cef75
children 09affff4fd35
comparison
equal deleted inserted replaced
8111:56819a9491fe 8112:9ed5778f5d4a
4 NGINX = nginx-$(VER) 4 NGINX = nginx-$(VER)
5 TEMP = tmp 5 TEMP = tmp
6 6
7 CC = cl 7 CC = cl
8 OBJS = objs.msvc8 8 OBJS = objs.msvc8
9 OPENSSL = openssl-1.1.1q 9 OPENSSL = openssl-1.1.1s
10 ZLIB = zlib-1.2.12 10 ZLIB = zlib-1.2.13
11 PCRE = pcre2-10.39 11 PCRE = pcre2-10.39
12 12
13 13
14 release: export 14 release: export
15 15