Latest update - 9150 (nginx 1.25.2)

This commit is contained in:
2023-08-17 11:20:37 +09:00
parent 1b191ddaeb
commit efea4734a1
3 changed files with 68 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
OPENSSL = openssl-1.1.1t
OPENSSL = openssl-3.0.10
ZLIB = zlib-1.2.13
PCRE = pcre2-10.39
@@ -105,7 +105,7 @@ zip: export
$(MAKE) -f docs/GNUmakefile changes
mv $(TEMP)/$(NGINX)/CHANGES* $(TEMP)/$(NGINX)/docs/
cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE \
cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE.txt \
$(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
cp -p $(OBJS)/lib/$(PCRE)/LICENCE \