Skip to content

Commit 2737744

Browse files
committed
Update nginx dependencies
Bump Fedora base image from 41 to 42 in Containerfile and Containerfile.debug. Update nginx.spec to newer versions of nginx, Lua modules, luajit2, headers_more, and modsecurity_nginx. Realted to surfly/it#6612
1 parent 3f8bfeb commit 2737744

3 files changed

Lines changed: 8 additions & 8 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:41
1+
FROM fedora:42
22

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

Containerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM fedora:41
1+
FROM fedora:42
22

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

nginx.spec

Lines changed: 6 additions & 6 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.27
9-
%global lua_resty_core_version 0.1.30
8+
%global lua_nginx_module_version 0.10.28
9+
%global lua_resty_core_version 0.1.31
1010
%global lua_resty_lrucache_version 0.15
1111
%global ngx_devel_kit_version 0.3.3
12-
%global luajit2_version 2.1-20241113
12+
%global luajit2_version 2.1-20250529
1313
%global ngx_http_redis_version 0.4.1-cmm
14-
%global headers_more_version 0.37
15-
%global modsecurity_nginx_version 1.0.3
14+
%global headers_more_version 0.39
15+
%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.27.4
22+
Version: 1.29.0
2323
Release: 1%{?dist}
2424
Conflicts: nginx nginx-mimetypes nginx-core luajit
2525

0 commit comments

Comments
 (0)