Gitea and mod_auth_openidc updated

This commit is contained in:
2022-02-18 10:54:56 +01:00
parent ba0bbbcabf
commit 947d699ab5
2 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
Name: gitea
Version: 1.15.10
Version: 1.16.1
Release: 1%{?dist}
Summary: Gitea is a painless self-hosted Git service.
%define MyVersion %version
@@ -82,6 +82,9 @@ getent passwd gitea > /dev/null || \
%changelog
* Fri Feb 18 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.16.1.
* Mon Jan 17 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.15.10.

View File

@@ -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.11
Release: 1%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server
@@ -31,7 +31,7 @@ BuildRequires: pcre-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: cjose-devel
#BuildRequires: jq-devel
BuildRequires: jq-devel
BuildRequires: jq
%{?_with_hiredis:BuildRequires: hiredis-devel}
Requires: httpd-mmn = %{_httpd_mmn}
@@ -47,7 +47,7 @@ an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
# workaround rpm-buildroot-usage
export MODULES_DIR=%{_httpd_moddir}
export APXS2_OPTS='-S LIBEXECDIR=${MODULES_DIR}'
autoreconf
./autogen.sh
%configure \
--with-jq=/usr/lib64/ \
%{?_with_hiredis} \
@@ -62,7 +62,7 @@ make test
%install
mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir}
make install MODULES_DIR=$RPM_BUILD_ROOT%{_httpd_moddir}
./install-sh .libs/%{name}.so $RPM_BUILD_ROOT%{_httpd_moddir}/%{name}.so
install -m 755 -d $RPM_BUILD_ROOT%{_httpd_modconfdir}
echo 'LoadModule auth_openidc_module modules/mod_auth_openidc.so' > \
@@ -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
* Fri Feb 18 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.11.
* Thu Jul 29 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.9.