File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,3 @@ grm release surfly/nginx-rpm -f rpms/<rpm-file> -t <version>
3535# Example:
3636# grm release surfly/nginx-rpm -f rpms/nginx-lua-waf-1.25.3-3.fc39.x86_64.rpm -t 1.25.3-3
3737```
38-
39- ### Upload a new RPM to public storage:
40- ``` bash
41- scp rpms/< rpm-file> int-storage:/data/surfly-public/
42-
43- # Example:
44- # scp rpms/nginx-lua-waf-1.25.3-3.fc39.x86_64.rpm int-storage:/data/surfly-public/
45- ```
Original file line number Diff line number Diff line change 55%global nginx_srcdir %{_usrsrc }/%{name }-%{version }-%{release }
66%global lua_lib /usr/lib
77%global lua_local_lib /usr/local /lib/lua
8- %global lua_nginx_module_version 0.10.26
9- %global lua_resty_core_version 0.1.28
10- %global lua_resty_lrucache_version 0.13
8+ %global lua_nginx_module_version 0.10.27
9+ %global lua_resty_core_version 0.1.30
10+ %global lua_resty_lrucache_version 0.15
1111%global ngx_devel_kit_version 0.3.3
12- %global luajit2_version 2.1-20240626
12+ %global luajit2_version 2.1-20240815
1313%global ngx_http_redis_version 0.4.1-cmm
1414%global headers_more_version 0.37
1515%global modsecurity_nginx_version 1.0.3
1919
2020Name: nginx-lua-waf
2121Summary: High performance web server nginx with lua and modsecurity plugins
22- Version: 1.26.1
22+ Version: 1.27.2
2323Release: 1%{?dist }
2424Conflicts: nginx nginx-mimetypes nginx-core luajit
2525
You can’t perform that action at this time.
0 commit comments