Skip to content

Commit cee8322

Browse files
authored
Merge pull request #9 from surfly/7959-fedora44-nginx-1.31.2
Update to Fedora 44, nginx 1.31.2 and latest modules
2 parents 32301e9 + 29a0243 commit cee8322

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:43
1+
FROM fedora:44
22

33
RUN dnf install rpm-build dnf-utils tree -y
44

nginx.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
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.29
8+
%global lua_nginx_module_version 0.10.31
99
%global lua_resty_core_version 0.1.32
1010
%global lua_resty_lrucache_version 0.15
1111
%global ngx_devel_kit_version 0.3.4
12-
%global luajit2_version 2.1-20260311
12+
%global luajit2_version 2.1-20260701
1313
%global ngx_http_redis_version 0.4.1-cmm
14-
%global headers_more_version 0.39
14+
%global headers_more_version 0.40
1515
%global modsecurity_nginx_version 1.0.4
1616

1717
# By default downloading of sources is disabled
1818
%undefine _disable_source_fetch
1919

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

0 commit comments

Comments
 (0)