Updates for gitea, nginx auth_openidc and goaccess
This commit is contained in:
@@ -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 <daniel.steiner@dsteiner.ch>
|
||||
- Update to 2.4.9.3.
|
||||
|
||||
* Thu Jul 29 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 2.4.9.
|
||||
|
||||
|
||||
@@ -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 <daniel.steiner@threema.ch>
|
||||
* Tue Oct 12 2021 Daniel Steiner <daniel.steiner@threema.ch>
|
||||
- Upadate to mainline version 1.20.1.
|
||||
|
||||
* Wed Jul 7 2021 Daniel Steiner <daniel.steiner@threema.ch>
|
||||
|
||||
@@ -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 <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>
|
||||
- Update to 1.14.6.
|
||||
|
||||
|
||||
@@ -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 <daniel.steiner@dsteiner.ch>
|
||||
- Update to 1.5.1.
|
||||
|
||||
* Thu Jun 3 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- New build for Fedora 34 (1.5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user