Viking 2 landing (1976) release (1.3.1)
This commit is contained in:
parent
205f999fdc
commit
bb569ad5c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/mod_auth_gssapi-1.1.0.tar.gz
|
/mod_auth_gssapi-1.1.0.tar.gz
|
||||||
/mod_auth_gssapi-1.2.0.tar.gz
|
/mod_auth_gssapi-1.2.0.tar.gz
|
||||||
/mod_auth_gssapi-1.3.0.tar.gz
|
/mod_auth_gssapi-1.3.0.tar.gz
|
||||||
|
/mod_auth_gssapi-1.3.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mod_auth_gssapi
|
Name: mod_auth_gssapi
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A GSSAPI Authentication module for Apache
|
Summary: A GSSAPI Authentication module for Apache
|
||||||
|
|
||||||
@ -13,15 +13,12 @@ BuildRequires: gssntlmssp-devel
|
|||||||
Requires: httpd-mmn = %{_httpd_mmn}
|
Requires: httpd-mmn = %{_httpd_mmn}
|
||||||
Requires: krb5-libs >= 1.11.5
|
Requires: krb5-libs >= 1.11.5
|
||||||
|
|
||||||
Patch01: 0001-Fix-checks-on-allowed-mechs.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
|
||||||
SPNEGO based HTTP Authentication protocol defined in RFC4559.
|
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}
|
||||||
@ -46,6 +43,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
|
|||||||
%{_httpd_moddir}/mod_auth_gssapi.so
|
%{_httpd_moddir}/mod_auth_gssapi.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 7 2015 Simo Sorce <simo@redhat.com> 1.3.0-2
|
||||||
- Fix annoying incorrect behavior with simple configuration where
|
- Fix annoying incorrect behavior with simple configuration where
|
||||||
GssapiAllowedMech is not used.
|
GssapiAllowedMech is not used.
|
||||||
|
Loading…
Reference in New Issue
Block a user