Skip to content

Commit 6033b60

Browse files
authored
Merge pull request #3 from surfly/nginx-1.27.1
Upgrade nginx to 1.27.2-1
2 parents 4389a56 + 2af2721 commit 6033b60

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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-
```

nginx.spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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
@@ -19,7 +19,7 @@
1919

2020
Name: nginx-lua-waf
2121
Summary: High performance web server nginx with lua and modsecurity plugins
22-
Version: 1.26.1
22+
Version: 1.27.2
2323
Release: 1%{?dist}
2424
Conflicts: nginx nginx-mimetypes nginx-core luajit
2525

0 commit comments

Comments
 (0)