Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,3 @@ grm release surfly/nginx-rpm -f rpms/<rpm-file> -t <version>
# 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/<rpm-file> int-storage:/data/surfly-public/

# Example:
# scp rpms/nginx-lua-waf-1.25.3-3.fc39.x86_64.rpm int-storage:/data/surfly-public/
```
10 changes: 5 additions & 5 deletions nginx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down