Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7216fa062 |
3 changed files with 7 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/mod_auth_mellon-0.10.0.tar.gz
|
||||
/mod_auth_mellon-0.11.0.tar.gz
|
||||
/mod_auth_mellon-0.12.0.tar.gz
|
||||
/mod_auth_mellon-0.13.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: A SAML 2.0 authentication module for the Apache Httpd Server
|
||||
Name: mod_auth_mellon
|
||||
Version: 0.12.0
|
||||
Release: 7%{?dist}
|
||||
Version: 0.13.1
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Daemons
|
||||
Source0: https://github.com/UNINETT/mod_auth_mellon/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: auth_mellon.conf
|
||||
|
|
@ -19,10 +19,6 @@ Requires: httpd-mmn = %{_httpd_mmn}
|
|||
Requires: lasso >= 2.5.0
|
||||
Url: https://github.com/UNINETT/mod_auth_mellon
|
||||
|
||||
Patch1: enabled_in_check_uid.patch
|
||||
Patch2: content-type.patch
|
||||
|
||||
|
||||
%description
|
||||
The mod_auth_mellon module is an authentication service that implements the
|
||||
SAML 2.0 federation protocol. It grants access based on the attributes
|
||||
|
|
@ -30,8 +26,6 @@ received in assertions generated by a IdP server.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
export APXS=%{_httpd_apxs}
|
||||
|
|
@ -73,6 +67,9 @@ install -m 755 %{SOURCE4} %{buildroot}/%{_libexecdir}/%{name}
|
|||
%dir /run/%{name}/
|
||||
|
||||
%changelog
|
||||
* Mon Oct 2 2017 John Dennis <jdennis@redhat.com> - 0.13.1-1
|
||||
- upgrade to new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6c1057847c06d433d4d4a4f55cca1740 mod_auth_mellon-0.12.0.tar.gz
|
||||
SHA512 (mod_auth_mellon-0.13.1.tar.gz) = ad0479be8aa94404a832d11f7ead1f704d86cab2f11aa6f90b895be9b4028026f15ec8ee85260ca76f4a001c115ff14b4b7c9e8da74676a1f0295f6c2f0a1341
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue