Compare commits

..

2 commits

Author SHA1 Message Date
vanzhiganov
25fa0030da add gitignore file 2025-02-18 15:45:46 +03:00
vanzhiganov
2844acefa2 init 1.24.0 2025-02-18 03:31:28 +03:00
3 changed files with 7 additions and 35 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
SOURCES/nginx-1.24.0.tar.gz

1
.nginx.metadata Normal file
View file

@ -0,0 +1 @@
1114e37de5664a8109c99cfb2faa1f42ff8ac63c932bcf3780d645e5ed32c0b2ac446f80305b4465994c8f9430604968e176ae464fd80f632d1cb2c8f6007ff3 SOURCES/nginx-1.24.0.tar.gz

View file

@ -59,7 +59,6 @@ BuildRequires: libopenssl-devel
%define _debugsource_template %{nil}
%endif
# This also applies to Amazon Linux 2023
%if 0%{?fedora}
%define _debugsource_template %{nil}
%global _hardened_build 1
@ -71,15 +70,15 @@ Requires(pre): shadow-utils
# end of distribution specific definitions
%define base_version 1.26.1
%define base_release 2%{?dist}.ngx
%define base_version 1.24.0
%define base_release 1%{?dist}.ngx
%define bdir %{_builddir}/%{name}-%{base_version}
%define WITH_CC_OPT $(echo %{optflags} $(pcre2-config --cflags)) -fPIC
%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 $( 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")
%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")
Summary: High performance web server
Name: nginx
@ -111,10 +110,6 @@ BuildRequires: pcre2-devel
Provides: webserver
Provides: nginx-r%{base_version}
%if !(0%{?rhel} == 7)
Recommends: logrotate
%endif
%description
nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
@ -317,33 +312,8 @@ if [ $1 -ge 1 ]; then
fi
%changelog
* Wed May 29 2024 Nginx Packaging <nginx-packaging@f5.com> - 1.26.1-2%{?dist}.ngx
- 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 Apr 11 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.24.0-1%{?dist}.ngx
- 1.24.0-1
* Tue Mar 28 2023 Nginx Packaging <nginx-packaging@f5.com> - 1.23.4-1%{?dist}.ngx
- 1.23.4-1