You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openresty/util
alues d98275cbb3
optimize: configure generate more elegant lib info
Before
```bash
nginx version: openresty/1.15.8.1
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) 
built with OpenSSL 1.1.0j  20 Nov 2018
TLS SNI support enabled
configure arguments: --prefix=/usr/local/openresty/nginx --with-cc-opt=-O2 --add-module=../ngx_devel_kit-0.3.1rc1 --add-module=../echo-nginx-module-0.61 --add-module=../xss-nginx-module-0.06 --add-module=../ngx_coolkit-0.2 --add-module=../set-misc-nginx-module-0.32 --add-module=../form-input-nginx-module-0.12 --add-module=../encrypted-session-nginx-module-0.08 --add-module=../srcache-nginx-module-0.31 --add-module=../ngx_lua-0.10.15 --add-module=../ngx_lua_upstream-0.07 --add-module=../headers-more-nginx-module-0.33 --add-module=../array-var-nginx-module-0.05 --add-module=../memc-nginx-module-0.19 --add-module=../redis2-nginx-module-0.15 --add-module=../redis-nginx-module-0.3.7 --add-module=../rds-json-nginx-module-0.15 --add-module=../rds-csv-nginx-module-0.09 --add-module=../ngx_stream_lua-0.0.7 --with-ld-opt=-Wl,-rpath,/usr/local/openresty/luajit/lib --with-threads --with-pcre-jit --with-http_v2_module --with-http_addition_module --with-http_auth_request_module --with-openssl=/root/OpenResty/openresty-1.15.8.1/openssl-1.1.0j --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-http_ssl_module
```
After:
```bash
nginx version: openresty/1.15.8.1
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) 
built with OpenSSL 1.1.0k  28 May 2019
TLS SNI support enabled
configure arguments: --prefix=/usr/local/openresty/nginx --with-cc-opt=-O2 --add-module=../ngx_devel_kit-0.3.1rc1 --add-module=../echo-nginx-module-0.61 --add-module=../xss-nginx-module-0.06 --add-module=../ngx_coolkit-0.2 --add-module=../set-misc-nginx-module-0.32 --add-module=../form-input-nginx-module-0.12 --add-module=../encrypted-session-nginx-module-0.08 --add-module=../srcache-nginx-module-0.31 --add-module=../ngx_lua-0.10.15 --add-module=../ngx_lua_upstream-0.07 --add-module=../headers-more-nginx-module-0.33 --add-module=../array-var-nginx-module-0.05 --add-module=../memc-nginx-module-0.19 --add-module=../redis2-nginx-module-0.15 --add-module=../redis-nginx-module-0.3.7 --add-module=../rds-json-nginx-module-0.15 --add-module=../rds-csv-nginx-module-0.09 --add-module=../ngx_stream_lua-0.0.7 --with-ld-opt=-Wl,-rpath,/usr/local/openresty/luajit/lib --with-threads --with-pcre-jit --with-http_v2_module --with-http_addition_module --with-http_auth_request_module --with-pcre=../pcre-8.43 --with-openssl=../openssl-1.1.0k --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-http_ssl_module
```
6 years ago
..
build-win32.sh bugfix: added an openssl patch to fix the parallel build regression in openssl 1.1.0j. 6 years ago
configure optimize: configure generate more elegant lib info 6 years ago
dist-check fixed bugs in dist-check. 7 years ago
fix-tests renamed ngx_openresty to openresty. 10 years ago
get-tarball util/mirror-tarballs: ensure we use https and enable certificate check. thanks Ivan Babrou for the reminder in #144. 10 years ago
import-model.pl various fixes of the blog demo. 15 years ago
install util/install: rm the target file before overwriting to prevent running process from crashing. 11 years ago
mirror-tarballs tweak: removed unused 'misc/unwind-generic.h' header file. 6 years ago
package-nginx.sh upgraded the nginx core to 1.15.6. 7 years ago
package-win32.sh feature: added 64-bit windows building/packaging support using the MSYS2/MinGW toolchain. 7 years ago
upgrade-patches.pl initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
ver upgraded the nginx core to 1.17.1. 6 years ago
ver-ge added patches for nginx 1.3.4. 13 years ago