diff --git a/centos/SPECS/mod_auth_openidc.spec b/centos/SPECS/mod_auth_openidc.spec index 952e248..9051539 100644 --- a/centos/SPECS/mod_auth_openidc.spec +++ b/centos/SPECS/mod_auth_openidc.spec @@ -14,7 +14,7 @@ %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc Name: mod_auth_openidc -Version: 2.4.9 +Version: 2.4.9.3 Release: 1%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server @@ -94,6 +94,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Tue Aug 31 2021 Daniel Steiner +- Update to 2.4.9.3. + * Thu Jul 29 2021 Daniel Steiner - Update to 2.4.9. diff --git a/centos/SPECS/nginx.spec b/centos/SPECS/nginx.spec index b62f47e..cb28050 100644 --- a/centos/SPECS/nginx.spec +++ b/centos/SPECS/nginx.spec @@ -18,8 +18,8 @@ Name: nginx Epoch: 1 -Version: 1.20.0 -Release: 2%{?dist} +Version: 1.20.1 +Release: 6%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -315,6 +315,7 @@ if ! ./configure \ %if 0%{?with_aio} --with-file-aio \ %endif + --with-http_perl_module=dynamic \ --with-http_realip_module \ --with-http_addition_module \ --with-http_auth_request_module \ @@ -679,7 +680,7 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog -* Wed Jul 7 2021 Daniel Steiner +* Tue Oct 12 2021 Daniel Steiner - Upadate to mainline version 1.20.1. * Wed Jul 7 2021 Daniel Steiner diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index c9f5b26..be81ed9 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.14.6 +Version: 1.15.3 Release: 1%{?dist} Summary: Gitea is a painless self-hosted Git service. %define MyVersion %version @@ -82,6 +82,12 @@ getent passwd gitea > /dev/null || \ %changelog +* Sun Sep 26 2021 Daniel Steiner +- Update to 1.15.3. + +* Fri Sep 10 2021 Daniel Steiner +- Update to 1.15.2. + * Fri Aug 13 2021 Daniel Steiner - Update to 1.14.6. diff --git a/fedora/SPECS/goaccess.spec b/fedora/SPECS/goaccess.spec index df697a6..2b32b5e 100644 --- a/fedora/SPECS/goaccess.spec +++ b/fedora/SPECS/goaccess.spec @@ -7,7 +7,7 @@ %endif Name: goaccess -Version: 1.5 +Version: 1.5.1 Release: 99%{?dist} Summary: Real-time web log analyzer and interactive viewer License: GPLv2+ @@ -93,6 +93,9 @@ sed -i '/-pthread/d' configure.ac %{_mandir}/man1/%{name}.1* %changelog +* Fri Sep 10 2021 Daniel Steiner +- Update to 1.5.1. + * Thu Jun 3 2021 Daniel Steiner - New build for Fedora 34 (1.5)