File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- rpms
1
+ rpms / * .rpm
Original file line number Diff line number Diff line change 1
- FROM fedora:39
1
+ FROM fedora:40
2
2
3
3
RUN dnf install rpm-build dnf-utils tree -y
4
4
Original file line number Diff line number Diff line change 1
- FROM fedora:39
1
+ FROM fedora:40
2
2
3
3
RUN dnf install rpm-build dnf-utils tree -y
Original file line number Diff line number Diff line change 9
9
%global lua_resty_core_version 0.1.28
10
10
%global lua_resty_lrucache_version 0.13
11
11
%global ngx_devel_kit_version 0.3.3
12
- %global luajit2_version 2.1-20240314
12
+ %global luajit2_version 2.1-20240626
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.25.4
22
+ Version: 1.26.1
23
23
Release: 1%{?dist }
24
24
Conflicts: nginx nginx-mimetypes nginx-core luajit
25
25
@@ -75,6 +75,7 @@ cp -r %{buildroot}/../luajit/* /
75
75
export LUAJIT_LIB=/usr/lib
76
76
export LUAJIT_INC=/usr/include/luajit-2.1
77
77
export DESTDIR=%{buildroot }
78
+ export CFLAGS=" -std=gnu89"
78
79
nginx_ldopts=" $RPM_LD_FLAGS -Wl,-E"
79
80
./configure \
80
81
--prefix=%{_datadir }/nginx \
You can’t perform that action at this time.
0 commit comments