New upstream version 2.4.0.3
This commit is contained in:
parent
0594cbbf75
commit
3f459f3722
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/mod_auth_openidc-2.3.5.tar.gz
|
/mod_auth_openidc-2.3.5.tar.gz
|
||||||
/mod_auth_openidc-2.3.7.tar.gz
|
/mod_auth_openidc-2.3.7.tar.gz
|
||||||
/mod_auth_openidc-2.4.0.tar.gz
|
/mod_auth_openidc-2.4.0.tar.gz
|
||||||
|
/v2.4.0.3.tar.gz
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
%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.0
|
Version: 2.4.0.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
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/zmartzone/mod_auth_openidc
|
URL: https://github.com/zmartzone/mod_auth_openidc
|
||||||
Source0: https://github.com/zmartzone/mod_auth_openidc/releases/download/v%{version}/mod_auth_openidc-%{version}.tar.gz
|
Source0: https://github.com/zmartzone/mod_auth_openidc/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: httpd-devel
|
BuildRequires: httpd-devel
|
||||||
@ -93,6 +93,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
|
||||||
|
* Fri Oct 4 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.4.0.2
|
||||||
|
- New upstream version 2.4.0.3
|
||||||
|
|
||||||
* Fri Aug 23 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.4.0
|
* Fri Aug 23 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.4.0
|
||||||
- New upstream version 2.4.0
|
- New upstream version 2.4.0
|
||||||
- Resolves: rhbz#1374884 - mod_auth_openidc-2.4.0 is available
|
- Resolves: rhbz#1374884 - mod_auth_openidc-2.4.0 is available
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mod_auth_openidc-2.4.0.tar.gz) = 9e1f3d05bb7d3c2ea4606a989da6a02ead2226fb58997730255aa92d0e878e478b87ea959d12055305041b4f0808703654f47a2c56e3adfcaa16d7fbfe86241d
|
SHA512 (v2.4.0.3.tar.gz) = 3d7a804172315482b226673438db00af0d9aeea43d664159ef983c4b7fdcf17b6c6446565dc7c90621eec457007fd5287744740784376331f53b908d2deff6df
|
||||||
|
Loading…
Reference in New Issue
Block a user