Patch release 1.0.4
- logging initialization fixes - additional build fixes
This commit is contained in:
parent
48841be597
commit
94165ace2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/mod_auth_gssapi-1.0.1.tar.gz
|
/mod_auth_gssapi-1.0.1.tar.gz
|
||||||
/mod_auth_gssapi-1.0.2.tar.gz
|
/mod_auth_gssapi-1.0.2.tar.gz
|
||||||
/mod_auth_gssapi-1.0.3.tar.gz
|
/mod_auth_gssapi-1.0.3.tar.gz
|
||||||
|
/mod_auth_gssapi-1.0.4.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mod_auth_gssapi
|
Name: mod_auth_gssapi
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GSSAPI Authentication module for Apache
|
Summary: A GSSAPI Authentication module for Apache
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ License: MIT
|
|||||||
URL: https://github.com/modauthgssapi/mod_auth_gssapi
|
URL: https://github.com/modauthgssapi/mod_auth_gssapi
|
||||||
Source0: https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz
|
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: httpd-mmn = %{_httpd_mmn}
|
||||||
Requires: krb5-libs >= 1.11.5
|
Requires: krb5-libs >= 1.11.5
|
||||||
|
|
||||||
@ -22,6 +22,7 @@ SPNEGO based HTTP Authentication protocol defined in RFC4559.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export APXS=%{_httpd_apxs}
|
export APXS=%{_httpd_apxs}
|
||||||
|
autoreconf -fi
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -43,11 +44,16 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
|
|||||||
%{_httpd_moddir}/mod_auth_gssapi.so
|
%{_httpd_moddir}/mod_auth_gssapi.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 11 2014 Simo Sorce <simo@redhat.com> 1.0.3-1
|
||||||
- Patch release 1.0.3
|
- Patch release 1.0.3
|
||||||
- fixes some build issues on various distros
|
- 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
|
- Adds documntation to README
|
||||||
- fixes bad bug that crippled configuration
|
- fixes bad bug that crippled configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user