File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 44Summary: High-performance HTTP server and reverse proxy
55Name: nginx
66Version: 1.22.0
7- Release: 3 %{?dist }
7+ Release: 4 %{?dist }
88License: BSD-2-Clause
99URL: https://nginx.org
1010Group: Applications/System
@@ -55,6 +55,7 @@ sh ./configure \
5555 --with-http_sub_module \
5656 --with-http_stub_status_module \
5757 --with-http_v2_module \
58+ --with-http_realip_module \
5859 --user=%{nginx_user } \
5960 --group=%{nginx_user }
6061
@@ -112,6 +113,9 @@ getent passwd %{nginx_user} > /dev/null || \
112113%{_var }/log/%{name }
113114
114115%changelog
116+ *
Mon Feb 20 2023 Harinadh D <[email protected] > 1.22.0-4 117+ - Enable http_realip_module
118+ - Author: Brian Munro <bmunro-peralex>
115119*
Wed Oct 26 2022 Keerthana K <[email protected] > 1.22.0-3 116120- Fix CVE-2022-41741 & CVE-2022-41742
117121*
Tue Aug 16 2022 Shreenidhi Shedi <[email protected] > 1.22.0-2
You can’t perform that action at this time.
0 commit comments