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
22
33RUN dnf install rpm-build dnf-utils tree -y
44
Original file line number Diff line number Diff line change 1- FROM fedora:39
1+ FROM fedora:40
22
33RUN dnf install rpm-build dnf-utils tree -y
Original file line number Diff line number Diff line change 99%global lua_resty_core_version 0.1.28
1010%global lua_resty_lrucache_version 0.13
1111%global ngx_devel_kit_version 0.3.3
12- %global luajit2_version 2.1-20240314
12+ %global luajit2_version 2.1-20240626
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
1919
2020Name: nginx-lua-waf
2121Summary: High performance web server nginx with lua and modsecurity plugins
22- Version: 1.25.4
22+ Version: 1.26.1
2323Release: 1%{?dist }
2424Conflicts: nginx nginx-mimetypes nginx-core luajit
2525
@@ -75,6 +75,7 @@ cp -r %{buildroot}/../luajit/* /
7575export LUAJIT_LIB=/usr/lib
7676export LUAJIT_INC=/usr/include/luajit-2.1
7777export DESTDIR=%{buildroot }
78+ export CFLAGS=" -std=gnu89"
7879nginx_ldopts=" $RPM_LD_FLAGS -Wl,-E"
7980./configure \
8081 --prefix=%{_datadir }/nginx \
You can’t perform that action at this time.
0 commit comments