Viking 2 landing (1976) release (1.3.1)

This commit is contained in:
Simo Sorce 2015-09-03 13:36:34 -04:00
parent 205f999fdc
commit bb569ad5c8
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/mod_auth_gssapi-1.1.0.tar.gz
/mod_auth_gssapi-1.2.0.tar.gz
/mod_auth_gssapi-1.3.0.tar.gz
/mod_auth_gssapi-1.3.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: mod_auth_gssapi
Version: 1.3.0
Version: 1.3.1
Release: 2%{?dist}
Summary: A GSSAPI Authentication module for Apache
@ -13,15 +13,12 @@ BuildRequires: gssntlmssp-devel
Requires: httpd-mmn = %{_httpd_mmn}
Requires: krb5-libs >= 1.11.5
Patch01: 0001-Fix-checks-on-allowed-mechs.patch
%description
The mod_auth_gssapi module is an authentication service that implements the
SPNEGO based HTTP Authentication protocol defined in RFC4559.
%prep
%setup -q
%patch01 -p1
%build
export APXS=%{_httpd_apxs}
@ -46,6 +43,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
%{_httpd_moddir}/mod_auth_gssapi.so
%changelog
* Thu Sep 3 2015 Simo Sorce <simo@redhat.com> 1.3.1-1
- Viking 2 landing (1976) release (1.3.1)
* Tue Jul 7 2015 Simo Sorce <simo@redhat.com> 1.3.0-2
- Fix annoying incorrect behavior with simple configuration where
GssapiAllowedMech is not used.

View File

@ -1 +1 @@
7fe6241f49ebafddb81f12775d59d3b9 mod_auth_gssapi-1.3.0.tar.gz
5e10840e4042d6d18e9aadc3ed824c83 mod_auth_gssapi-1.3.1.tar.gz