diff --git a/README.md b/README.md index 662388c..7934c5c 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,3 @@ grm release surfly/nginx-rpm -f rpms/ -t # Example: # grm release surfly/nginx-rpm -f rpms/nginx-lua-waf-1.25.3-3.fc39.x86_64.rpm -t 1.25.3-3 ``` - -### Upload a new RPM to public storage: -```bash -scp rpms/ int-storage:/data/surfly-public/ - -# Example: -# scp rpms/nginx-lua-waf-1.25.3-3.fc39.x86_64.rpm int-storage:/data/surfly-public/ -``` diff --git a/nginx.spec b/nginx.spec index f355f39..44e0440 100644 --- a/nginx.spec +++ b/nginx.spec @@ -5,11 +5,11 @@ %global nginx_srcdir %{_usrsrc}/%{name}-%{version}-%{release} %global lua_lib /usr/lib %global lua_local_lib /usr/local/lib/lua -%global lua_nginx_module_version 0.10.26 -%global lua_resty_core_version 0.1.28 -%global lua_resty_lrucache_version 0.13 +%global lua_nginx_module_version 0.10.27 +%global lua_resty_core_version 0.1.30 +%global lua_resty_lrucache_version 0.15 %global ngx_devel_kit_version 0.3.3 -%global luajit2_version 2.1-20240626 +%global luajit2_version 2.1-20240815 %global ngx_http_redis_version 0.4.1-cmm %global headers_more_version 0.37 %global modsecurity_nginx_version 1.0.3 @@ -19,7 +19,7 @@ Name: nginx-lua-waf Summary: High performance web server nginx with lua and modsecurity plugins -Version: 1.26.1 +Version: 1.27.2 Release: 1%{?dist} Conflicts: nginx nginx-mimetypes nginx-core luajit