Skip to content
Snippets Groups Projects
Commit c9ea10b6 authored by Luca Bassi's avatar Luca Bassi Committed by Francesco Giacomini
Browse files

Update to nginx 1.26.3

parent 5dd85d40
No related branches found
No related tags found
1 merge request!28Resolve "New stable NGINX release 1.26.3"
Pipeline #268548 passed
......@@ -13,7 +13,7 @@ downloadNginx() {
# set nginx version
if [ -z ${ngxVersion} ]; then
ngxVersion=1.26.2-1
ngxVersion=1.26.3-1
fi
elVersion=$(rpmbuild --eval %{rhel})
echo "Downloading nginx version ${ngxVersion} (EL${elVersion})"
......
%define nginx_user nginx
%define nginx_group nginx
%define base_version 1.26.2
%define base_version 1.26.3
%define bdir %{_builddir}/%{name}-%{base_version}
Name: nginx-module-http-voms
......@@ -84,6 +84,9 @@ fi
%changelog
* Thu Mar 6 2025 Francesco Giacomini
- nginx http voms module updated to 1.26.3-1.0.0
* Fri Oct 18 2024 Francesco Giacomini
- nginx http voms module updated to 1.26.2-1.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment