Blame SPECS/mod_auth_gssapi.spec

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