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>
35
35
# Example:
36
36
# grm release surfly/nginx-rpm -f rpms/nginx-lua-waf-1.25.3-3.fc39.x86_64.rpm -t 1.25.3-3
37
37
```
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 5
5
%global nginx_srcdir %{_usrsrc }/%{name }-%{version }-%{release }
6
6
%global lua_lib /usr/lib
7
7
%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
11
11
%global ngx_devel_kit_version 0.3.3
12
- %global luajit2_version 2.1-20240626
12
+ %global luajit2_version 2.1-20240815
13
13
%global ngx_http_redis_version 0.4.1-cmm
14
14
%global headers_more_version 0.37
15
15
%global modsecurity_nginx_version 1.0.3
19
19
20
20
Name: nginx-lua-waf
21
21
Summary: High performance web server nginx with lua and modsecurity plugins
22
- Version: 1.26.1
22
+ Version: 1.27.2
23
23
Release: 1%{?dist }
24
24
Conflicts: nginx nginx-mimetypes nginx-core luajit
25
25
You can’t perform that action at this time.
0 commit comments