Blame SPECS/mod_auth_gssapi.spec

17a8f7
Name:           mod_auth_gssapi
17a8f7
Version:        1.5.1
17a8f7
Release:        5%{?dist}
17a8f7
Summary:        A GSSAPI Authentication module for Apache
17a8f7
17a8f7
Group:          System Environment/Daemons
17a8f7
License:        MIT
17a8f7
URL:            https://github.com/modauthgssapi/mod_auth_gssapi
17a8f7
Source0:        https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz
17a8f7
17a8f7
Patch0: report-file-operation-errors-as-warnings.patch
17a8f7
Patch1: Allow-admins-to-selectively-suppress-negotiation.patch
17a8f7
Patch2: Fix-strtol-error-checking.patch
17a8f7
Patch3: Handle-extra-large-NSS-entries.patch
17a8f7
Patch4: Document-gssapi-no-negotiate.patch
17a8f7
17a8f7
BuildRequires:  httpd-devel, krb5-devel, openssl-devel, autoconf, automake, libtool
17a8f7
Requires:       httpd-mmn = %{_httpd_mmn}
17a8f7
Requires:       krb5-libs >= 1.11.5
17a8f7
17a8f7
%description
17a8f7
The mod_auth_gssapi module is an authentication service that implements the
17a8f7
SPNEGO based HTTP Authentication protocol defined in RFC4559.
17a8f7
17a8f7
%prep
17a8f7
%setup -q
17a8f7
%patch0 -p1 -b .report-file-operation-errors-as-warnings
17a8f7
%patch1 -p1 -b .Allow-admins-to-selectively-suppress-negotiation
17a8f7
%patch2 -p1 -b .Fix-strtol-error-checking
17a8f7
%patch3 -p1 -b .Handle-extra-large-NSS-entries
17a8f7
%patch4 -p1 -b .Document-gssapi-no-negotiate
17a8f7
17a8f7
%build
17a8f7
export APXS=%{_httpd_apxs}
17a8f7
autoreconf -fi
17a8f7
%configure
17a8f7
make %{?_smp_mflags}
17a8f7
17a8f7
17a8f7
%install
17a8f7
mkdir -p %{buildroot}%{_httpd_moddir}
17a8f7
install -m 755 src/.libs/%{name}.so %{buildroot}%{_httpd_moddir}
17a8f7
17a8f7
# Apache configuration for the module
17a8f7
echo "LoadModule auth_gssapi_module modules/mod_auth_gssapi.so" > 10-auth_gssapi.conf
17a8f7
mkdir -p %{buildroot}%{_httpd_modconfdir}
17a8f7
install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
17a8f7
17a8f7
%files
17a8f7
%doc
17a8f7
%defattr(-,root,root)
17a8f7
%doc README COPYING
17a8f7
%config(noreplace) %{_httpd_modconfdir}/10-auth_gssapi.conf
17a8f7
%{_httpd_moddir}/mod_auth_gssapi.so
17a8f7
17a8f7
%changelog
17a8f7
* Fri Oct 27 2017 Robbie Harwood <rharwood@redhat.com> - 1.5.1-5
17a8f7
- Document gssapi-no-negotiate
17a8f7
- Resolves: #1309041
17a8f7
17a8f7
* Wed Oct 04 2017 Robbie Harwood <rharwood@redhat.com> - 1.5.1-4
17a8f7
- Handle large NSS entries (>1024)
17a8f7
- Resolves: #1498176
17a8f7
17a8f7
* Mon Oct 02 2017 Robbie Harwood <rharwood@redhat.com> - 1.5.1-3
17a8f7
- Allow admins to suppress negotiation selectively
17a8f7
- Resolves: #1309041
17a8f7
17a8f7
* Mon Mar 27 2017 Simo Sorce <simo@redhat.com> - 1.5.1-2
17a8f7
- Fix log level on some messages
17a8f7
- resolves: #1433362
17a8f7
17a8f7
* Thu Mar  9 2017 Simo Sorce <simo@redhat.com> - 1.5.1-1
17a8f7
- Korabl-Sputnik 4 launch (1.5.1)
17a8f7
- resolves: #1403194
17a8f7
17a8f7
* Tue Jun 21 2016 Simo Sorce <simo@redhat.com> 1.4.0-1
17a8f7
- Lunar Reconnaissance Orbiter (2009) release (1.4.0)
17a8f7
- resolves: #1346883
17a8f7
- resolves: #1343422
17a8f7
17a8f7
* Thu Sep  3 2015 Simo Sorce <simo@redhat.com> 1.3.1-1
17a8f7
- Various bugfixes and minor new features
17a8f7
- resolves: #1258168
17a8f7
- resolves: #1258171
17a8f7
- resolves: #1258172
17a8f7
- resolves: #1258456
17a8f7
17a8f7
* Wed Apr 29 2015 Simo Sorce <simo@redhat.com> 1.2.0-1
17a8f7
- First RHEL release
17a8f7
- resolves: #1205367