mirror of
				https://github.com/openresty/openresty.git
				synced 2024-10-13 00:29:41 +00:00 
			
		
		
		
	win32: upgraded deps openssl to 1.1.1w and zlib to 1.3. (#950)
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user