Blame SPECS/mod_auth_gssapi.spec

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