Patch release 1.0.4

- logging initialization fixes
- additional build fixes
This commit is contained in:
Simo Sorce 2014-11-08 14:58:51 -05:00
parent 48841be597
commit 94165ace2a
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/mod_auth_gssapi-1.0.1.tar.gz
/mod_auth_gssapi-1.0.2.tar.gz
/mod_auth_gssapi-1.0.3.tar.gz
/mod_auth_gssapi-1.0.4.tar.gz

View File

@ -1,5 +1,5 @@
Name: mod_auth_gssapi
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Summary: A GSSAPI Authentication module for Apache
@ -8,7 +8,7 @@ License: MIT
URL: https://github.com/modauthgssapi/mod_auth_gssapi
Source0: https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz
BuildRequires: httpd-devel, krb5-devel, openssl-devel
BuildRequires: httpd-devel, krb5-devel, openssl-devel, autoconf, automake, libtool
Requires: httpd-mmn = %{_httpd_mmn}
Requires: krb5-libs >= 1.11.5
@ -22,6 +22,7 @@ SPNEGO based HTTP Authentication protocol defined in RFC4559.
%build
export APXS=%{_httpd_apxs}
autoreconf -fi
%configure
make %{?_smp_mflags}
@ -43,11 +44,16 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
%{_httpd_moddir}/mod_auth_gssapi.so
%changelog
* Sat Nov 8 2014 Simo Sorce <simo@redhat.com> 1.0.4-1
- Patch release 1.0.4
- logging initialization fixes
- additional build fixes
* Sat Oct 11 2014 Simo Sorce <simo@redhat.com> 1.0.3-1
- Patch release 1.0.3
- fixes some build issues on various distros
* Thu Aug 27 2014 Simo Sorce <simo@redhat.com> 1.0.2-1
* Wed Aug 27 2014 Simo Sorce <simo@redhat.com> 1.0.2-1
- Adds documntation to README
- fixes bad bug that crippled configuration

View File

@ -1 +1 @@
10fc9c95ec9f35a6ced0ea59256dd69f mod_auth_gssapi-1.0.3.tar.gz
8c15613b61288595d32377b148917d65 mod_auth_gssapi-1.0.4.tar.gz