init 1.26.1
This commit is contained in:
parent
25fa0030da
commit
166e5a9a99
3 changed files with 37 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
||||||
SOURCES/nginx-1.24.0.tar.gz
|
SOURCES/nginx-1.26.1.tar.gz
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1114e37de5664a8109c99cfb2faa1f42ff8ac63c932bcf3780d645e5ed32c0b2ac446f80305b4465994c8f9430604968e176ae464fd80f632d1cb2c8f6007ff3 SOURCES/nginx-1.24.0.tar.gz
|
dfaadde78eb5cf8c8c3a43ead9ac49fc852c8de3e70e69754e3ffafc88c50c8bc08cdac0cc0ba8a9d8c155bdb334865e2e6c7dc1144c79959c426a9e087b3e37 SOURCES/nginx-1.26.1.tar.gz
|
||||||
|
|
|
@ -59,6 +59,7 @@ BuildRequires: libopenssl-devel
|
||||||
%define _debugsource_template %{nil}
|
%define _debugsource_template %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# This also applies to Amazon Linux 2023
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%define _debugsource_template %{nil}
|
%define _debugsource_template %{nil}
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
@ -70,15 +71,15 @@ Requires(pre): shadow-utils
|
||||||
|
|
||||||
# end of distribution specific definitions
|
# end of distribution specific definitions
|
||||||
|
|
||||||
%define base_version 1.24.0
|
%define base_version 1.26.1
|
||||||
%define base_release 1%{?dist}.ngx
|
%define base_release 2%{?dist}.ngx
|
||||||
|
|
||||||
%define bdir %{_builddir}/%{name}-%{base_version}
|
%define bdir %{_builddir}/%{name}-%{base_version}
|
||||||
|
|
||||||
%define WITH_CC_OPT $(echo %{optflags} $(pcre2-config --cflags)) -fPIC
|
%define WITH_CC_OPT $(echo %{optflags} $(pcre2-config --cflags)) -fPIC
|
||||||
%define WITH_LD_OPT -Wl,-z,relro -Wl,-z,now -pie
|
%define WITH_LD_OPT -Wl,-z,relro -Wl,-z,now -pie
|
||||||
|
|
||||||
%define BASE_CONFIGURE_ARGS $(echo "--prefix=%{_sysconfdir}/nginx --sbin-path=%{_sbindir}/nginx --modules-path=%{_libdir}/nginx/modules --conf-path=%{_sysconfdir}/nginx/nginx.conf --error-log-path=%{_localstatedir}/log/nginx/error.log --http-log-path=%{_localstatedir}/log/nginx/access.log --pid-path=%{_localstatedir}/run/nginx.pid --lock-path=%{_localstatedir}/run/nginx.lock --http-client-body-temp-path=%{_localstatedir}/cache/nginx/client_temp --http-proxy-temp-path=%{_localstatedir}/cache/nginx/proxy_temp --http-fastcgi-temp-path=%{_localstatedir}/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=%{_localstatedir}/cache/nginx/uwsgi_temp --http-scgi-temp-path=%{_localstatedir}/cache/nginx/scgi_temp --user=%{nginx_user} --group=%{nginx_group} --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module")
|
%define BASE_CONFIGURE_ARGS $(echo "--prefix=%{_sysconfdir}/nginx --sbin-path=%{_sbindir}/nginx --modules-path=%{_libdir}/nginx/modules --conf-path=%{_sysconfdir}/nginx/nginx.conf --error-log-path=%{_localstatedir}/log/nginx/error.log --http-log-path=%{_localstatedir}/log/nginx/access.log --pid-path=%{_localstatedir}/run/nginx.pid --lock-path=%{_localstatedir}/run/nginx.lock --http-client-body-temp-path=%{_localstatedir}/cache/nginx/client_temp --http-proxy-temp-path=%{_localstatedir}/cache/nginx/proxy_temp --http-fastcgi-temp-path=%{_localstatedir}/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=%{_localstatedir}/cache/nginx/uwsgi_temp --http-scgi-temp-path=%{_localstatedir}/cache/nginx/scgi_temp --user=%{nginx_user} --group=%{nginx_group} --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module $( if [ 0%{?rhel} -eq 7 ] || [ 0%{?suse_version} -eq 1315 ]; then continue; else echo "--with-http_v3_module"; fi; ) --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module")
|
||||||
|
|
||||||
Summary: High performance web server
|
Summary: High performance web server
|
||||||
Name: nginx
|
Name: nginx
|
||||||
|
@ -110,6 +111,10 @@ BuildRequires: pcre2-devel
|
||||||
Provides: webserver
|
Provides: webserver
|
||||||
Provides: nginx-r%{base_version}
|
Provides: nginx-r%{base_version}
|
||||||
|
|
||||||
|
%if !(0%{?rhel} == 7)
|
||||||
|
Recommends: logrotate
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nginx [engine x] is an HTTP and reverse proxy server, as well as
|
nginx [engine x] is an HTTP and reverse proxy server, as well as
|
||||||
a mail proxy server.
|
a mail proxy server.
|
||||||
|
@ -312,8 +317,33 @@ if [ $1 -ge 1 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 11 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.24.0-1%{?dist}.ngx
|
* Wed May 29 2024 Nginx Packaging <nginx-packaging@f5.com> - 1.26.1-2%{?dist}.ngx
|
||||||
- 1.24.0-1
|
- Packages were updated to account for a change in CHANGES wording in
|
||||||
|
1.26.1. No functional changes.
|
||||||
|
|
||||||
|
* Tue May 28 2024 Nginx Packaging <nginx-packaging@f5.com> - 1.26.1-1%{?dist}.ngx
|
||||||
|
- 1.26.1-1
|
||||||
|
|
||||||
|
* Tue Apr 23 2024 Nginx Packaging <nginx-packaging@f5.com> - 1.26.0-1%{?dist}.ngx
|
||||||
|
- 1.26.0-1
|
||||||
|
|
||||||
|
* Tue Apr 16 2024 Nginx Packaging <nginx-packaging@f5.com> - 1.25.5-1%{?dist}.ngx
|
||||||
|
- 1.25.5-1
|
||||||
|
|
||||||
|
* Wed Feb 14 2024 Nginx Packaging <nginx-packaging@f5.com> - 1.25.4-1%{?dist}.ngx
|
||||||
|
- 1.25.4-1
|
||||||
|
|
||||||
|
* Tue Oct 24 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.25.3-1%{?dist}.ngx
|
||||||
|
- 1.25.3-1
|
||||||
|
|
||||||
|
* Tue Aug 15 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.25.2-1%{?dist}.ngx
|
||||||
|
- 1.25.2-1
|
||||||
|
|
||||||
|
* Tue Jun 13 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.25.1-1%{?dist}.ngx
|
||||||
|
- 1.25.1-1
|
||||||
|
|
||||||
|
* Tue May 23 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.25.0-1%{?dist}.ngx
|
||||||
|
- 1.25.0-1
|
||||||
|
|
||||||
* Tue Mar 28 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.23.4-1%{?dist}.ngx
|
* Tue Mar 28 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.23.4-1%{?dist}.ngx
|
||||||
- 1.23.4-1
|
- 1.23.4-1
|
||||||
|
|
Loading…
Add table
Reference in a new issue