File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ diff -urN lua-nginx-module-0.10.15-orig/src/ngx_http_lua_module.c lua-nginx-module-0.10.15/src/ngx_http_lua_module.c
2+ --- lua-nginx-module-0.10.15-orig/src/ngx_http_lua_module.c 2019-05-08 02:02:31.000000000 +0300
3+ +++ lua-nginx-module-0.10.15/src/ngx_http_lua_module.c 2019-07-26 14:30:07.000000000 +0300
4+ @@ -919,7 +919,7 @@
5+ ngx_http_lua_main_conf_t *lmcf = conf;
6+
7+ if (lmcf->load_resty_core == NGX_CONF_UNSET) {
8+ - lmcf->load_resty_core = 1;
9+ + lmcf->load_resty_core = 0;
10+ }
11+
12+ #if (NGX_PCRE)
Original file line number Diff line number Diff line change 5656Summary: Superb high performance web server
5757Name: webkaos
5858Version: 1.17.2
59- Release: 0 %{?dist }
59+ Release: 1 %{?dist }
6060License: 2-clause BSD-like license
6161Group: System Environment/Daemons
6262URL: https://github.com/essentialkaos/webkaos
@@ -91,6 +91,8 @@ Patch2: %{name}-dynamic-tls-records.patch
9191Patch3: boringssl.patch
9292Patch5: boringssl-tls13-support.patch
9393Patch6: boringssl-c6-build-fix.patch
94+ # For resty-core, lua-nginx-module 0.10.16 is required but it not released yet
95+ Patch7: resty-core-disable.patch
9496
9597BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root-%(%{__id_u} -n)
9698
@@ -169,6 +171,10 @@ pushd boringssl
169171%endif
170172popd
171173
174+ pushd lua-nginx-module-%{lua_module_ver }
175+ %patch7 -p1
176+ popd
177+
172178%build
173179
174180# Renaming and moving docs
@@ -573,6 +579,9 @@ rm -rf %{buildroot}
573579################################################################################
574580
575581%changelog
582+ * Wed Jul 24 2019 Anton Novojilov <andy@essentialkaos.com> - 1.17.2-1
583+ - resty-core disabled by default
584+
576585* Wed Jul 24 2019 Anton Novojilov <andy@essentialkaos.com> - 1.17.2-0
577586- Nginx updated to 1.17.2
578587- BoringSSL updated to the latest version
You can’t perform that action at this time.
0 commit comments