New minor release 1.2.0
- Adds delegation support on Basic Auth - Response fix, send last auth token on successful auth
This commit is contained in:
parent
e4fcf291b7
commit
4460c3ba6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/mod_auth_gssapi-1.0.3.tar.gz
|
/mod_auth_gssapi-1.0.3.tar.gz
|
||||||
/mod_auth_gssapi-1.0.4.tar.gz
|
/mod_auth_gssapi-1.0.4.tar.gz
|
||||||
/mod_auth_gssapi-1.1.0.tar.gz
|
/mod_auth_gssapi-1.1.0.tar.gz
|
||||||
|
/mod_auth_gssapi-1.2.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: mod_auth_gssapi
|
Name: mod_auth_gssapi
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GSSAPI Authentication module for Apache
|
Summary: A GSSAPI Authentication module for Apache
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -12,8 +12,6 @@ BuildRequires: httpd-devel, krb5-devel, openssl-devel, autoconf, automake, libt
|
|||||||
Requires: httpd-mmn = %{_httpd_mmn}
|
Requires: httpd-mmn = %{_httpd_mmn}
|
||||||
Requires: krb5-libs >= 1.11.5
|
Requires: krb5-libs >= 1.11.5
|
||||||
|
|
||||||
Patch01: 0001-Escape-principal-name-to-remove-the-path-separator.patch
|
|
||||||
Patch02: 0001-Handle-authentication-on-subrequests.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The mod_auth_gssapi module is an authentication service that implements the
|
The mod_auth_gssapi module is an authentication service that implements the
|
||||||
@ -21,7 +19,6 @@ SPNEGO based HTTP Authentication protocol defined in RFC4559.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch01 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export APXS=%{_httpd_apxs}
|
export APXS=%{_httpd_apxs}
|
||||||
@ -47,6 +44,11 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
|
|||||||
%{_httpd_moddir}/mod_auth_gssapi.so
|
%{_httpd_moddir}/mod_auth_gssapi.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 21 2015 Simo Sorce <simo@redhat.com> 1.2.0-1
|
||||||
|
- New minor release 1.2.0
|
||||||
|
- Adds delegation support on Basic Auth
|
||||||
|
- Response fix, send last auth token on successful auth
|
||||||
|
|
||||||
* Thu Mar 31 2015 Simo Sorce <simo@redhat.com> 1.1.0-3
|
* Thu Mar 31 2015 Simo Sorce <simo@redhat.com> 1.1.0-3
|
||||||
- Fix some authentication issues
|
- Fix some authentication issues
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user