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:
Simo Sorce 2015-04-21 12:02:21 -04:00
parent e4fcf291b7
commit 4460c3ba6d
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
ce1ebd5e4af7aabe4f2e325c5b6eab01 mod_auth_gssapi-1.1.0.tar.gz e2e486a61906d4e882c2aa339cf63719 mod_auth_gssapi-1.2.0.tar.gz