Updates for gitea, nginx auth_openidc and goaccess

This commit is contained in:
2021-10-17 10:57:02 +02:00
parent b7657ca22a
commit a11a95d253
4 changed files with 19 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
Name: mod_auth_openidc Name: mod_auth_openidc
Version: 2.4.9 Version: 2.4.9.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server 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 %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
%changelog %changelog
* Tue Aug 31 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.9.3.
* Thu Jul 29 2021 Daniel Steiner <daniel.steiner@dsteiner.ch> * Thu Jul 29 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.9. - Update to 2.4.9.

View File

@@ -18,8 +18,8 @@
Name: nginx Name: nginx
Epoch: 1 Epoch: 1
Version: 1.20.0 Version: 1.20.1
Release: 2%{?dist} Release: 6%{?dist}
Summary: A high performance web server and reverse proxy server Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons Group: System Environment/Daemons
@@ -315,6 +315,7 @@ if ! ./configure \
%if 0%{?with_aio} %if 0%{?with_aio}
--with-file-aio \ --with-file-aio \
%endif %endif
--with-http_perl_module=dynamic \
--with-http_realip_module \ --with-http_realip_module \
--with-http_addition_module \ --with-http_addition_module \
--with-http_auth_request_module \ --with-http_auth_request_module \
@@ -679,7 +680,7 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog %changelog
* Wed Jul 7 2021 Daniel Steiner <daniel.steiner@threema.ch> * Tue Oct 12 2021 Daniel Steiner <daniel.steiner@threema.ch>
- Upadate to mainline version 1.20.1. - Upadate to mainline version 1.20.1.
* Wed Jul 7 2021 Daniel Steiner <daniel.steiner@threema.ch> * Wed Jul 7 2021 Daniel Steiner <daniel.steiner@threema.ch>

View File

@@ -1,5 +1,5 @@
Name: gitea Name: gitea
Version: 1.14.6 Version: 1.15.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Gitea is a painless self-hosted Git service. Summary: Gitea is a painless self-hosted Git service.
%define MyVersion %version %define MyVersion %version
@@ -82,6 +82,12 @@ getent passwd gitea > /dev/null || \
%changelog %changelog
* Sun Sep 26 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.15.3.
* Fri Sep 10 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.15.2.
* Fri Aug 13 2021 Daniel Steiner <daniel.steiner@dsteiner.ch> * Fri Aug 13 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.14.6. - Update to 1.14.6.

View File

@@ -7,7 +7,7 @@
%endif %endif
Name: goaccess Name: goaccess
Version: 1.5 Version: 1.5.1
Release: 99%{?dist} Release: 99%{?dist}
Summary: Real-time web log analyzer and interactive viewer Summary: Real-time web log analyzer and interactive viewer
License: GPLv2+ License: GPLv2+
@@ -93,6 +93,9 @@ sed -i '/-pthread/d' configure.ac
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Fri Sep 10 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.5.1.
* Thu Jun 3 2021 Daniel Steiner <daniel.steiner@dsteiner.ch> * Thu Jun 3 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- New build for Fedora 34 (1.5) - New build for Fedora 34 (1.5)