|
|
7772e2 |
Name: mod_auth_gssapi
|
|
|
7772e2 |
Version: 1.6.1
|
|
|
7772e2 |
Release: 6%{?dist}
|
|
|
7772e2 |
Summary: A GSSAPI Authentication module for Apache
|
|
|
7772e2 |
|
|
|
7772e2 |
Group: System Environment/Daemons
|
|
|
7772e2 |
License: MIT
|
|
|
7772e2 |
URL: https://github.com/modauthgssapi/mod_auth_gssapi
|
|
|
7772e2 |
Source0: https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz
|
|
|
7772e2 |
|
|
|
7772e2 |
Patch0: In-tests-show-the-exception-on-failure.patch
|
|
|
7772e2 |
Patch1: Fix-tests-to-work-with-python3.patch
|
|
|
7772e2 |
Patch2: tests-Test-suite-fixes-for-virtualenv-and-clang.patch
|
|
|
7772e2 |
Patch3: Fix-integer-sizes-used-with-ap_set_flag_slot.patch
|
|
|
7772e2 |
|
|
|
7772e2 |
BuildRequires: httpd-devel, krb5-devel, openssl-devel, autoconf, automake, libtool
|
|
|
7772e2 |
BuildRequires: gssntlmssp-devel
|
|
|
7772e2 |
BuildRequires: git
|
|
|
7772e2 |
Requires: httpd-mmn = %{_httpd_mmn}
|
|
|
7772e2 |
Requires: krb5-libs >= 1.11.5
|
|
|
7772e2 |
|
|
|
7772e2 |
%description
|
|
|
7772e2 |
The mod_auth_gssapi module is an authentication service that implements the
|
|
|
7772e2 |
SPNEGO based HTTP Authentication protocol defined in RFC4559.
|
|
|
7772e2 |
|
|
|
7772e2 |
%prep
|
|
|
7772e2 |
%autosetup -S git
|
|
|
7772e2 |
|
|
|
7772e2 |
%build
|
|
|
7772e2 |
export APXS=%{_httpd_apxs}
|
|
|
7772e2 |
autoreconf -fi
|
|
|
7772e2 |
%configure
|
|
|
7772e2 |
make %{?_smp_mflags}
|
|
|
7772e2 |
|
|
|
7772e2 |
%install
|
|
|
7772e2 |
mkdir -p %{buildroot}%{_httpd_moddir}
|
|
|
7772e2 |
install -m 755 src/.libs/%{name}.so %{buildroot}%{_httpd_moddir}
|
|
|
7772e2 |
|
|
|
7772e2 |
# Apache configuration for the module
|
|
|
7772e2 |
echo "LoadModule auth_gssapi_module modules/mod_auth_gssapi.so" > 10-auth_gssapi.conf
|
|
|
7772e2 |
mkdir -p %{buildroot}%{_httpd_modconfdir}
|
|
|
7772e2 |
install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
|
|
|
7772e2 |
|
|
|
7772e2 |
%files
|
|
|
7772e2 |
%doc
|
|
|
7772e2 |
%defattr(-,root,root)
|
|
|
7772e2 |
%doc README COPYING
|
|
|
7772e2 |
%config(noreplace) %{_httpd_modconfdir}/10-auth_gssapi.conf
|
|
|
7772e2 |
%{_httpd_moddir}/mod_auth_gssapi.so
|
|
|
7772e2 |
|
|
|
7772e2 |
%changelog
|
|
|
7772e2 |
* Fri Mar 22 2019 Robbie Harwood <rharwood@redhat.com> - 1.6.1-6
|
|
|
7772e2 |
- Gating update
|
|
|
7772e2 |
- Resolves: #1682259
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Mar 18 2019 Robbie Harwood <rharwood@redhat.com> - 1.6.1-5
|
|
|
7772e2 |
- Fix integer sizes used with ap_set_flag_slot()
|
|
|
7772e2 |
- Resolves: #1674501
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Mar 18 2019 Robbie Harwood <rharwood@redhat.com> - 1.6.1-4
|
|
|
7772e2 |
- Fix virtualenv logic and add gating
|
|
|
7772e2 |
- Resolves: #1682259
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Mar 14 2019 Robbie Harwood <rharwood@redhat.com> - 1.6.1-3
|
|
|
7772e2 |
- Fix tests to work with python3
|
|
|
7772e2 |
- Resolves: #1661589
|
|
|
7772e2 |
|
|
|
7772e2 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
|
|
7772e2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Apr 23 2018 Robbie Harwood <rharwood@redhat.com> - 1.6.1-1
|
|
|
7772e2 |
- Release 1.6.1
|
|
|
7772e2 |
- Resolves: #1570271
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
|
7772e2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Nov 06 2017 Robbie Harwood <rharwood@redhat.com> - 1.6.0-1
|
|
|
7772e2 |
- Release 1.6.0
|
|
|
7772e2 |
|
|
|
7772e2 |
* Fri Oct 27 2017 Robbie Harwood <rharwood@redhat.com> - 1.5.1-6
|
|
|
7772e2 |
- Document gssapi-no-negotiate
|
|
|
7772e2 |
|
|
|
7772e2 |
* Tue Oct 03 2017 Robbie Harwood <rharwood@redhat.com> - 1.5.1-5
|
|
|
7772e2 |
- Handle extra large NSS entries
|
|
|
7772e2 |
- Resolves: #1498175
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Oct 02 2017 Robbie Harwood <rharwood@redhat.com> - 1.5.1-4
|
|
|
7772e2 |
- Allow admins to selectively suppress negotiation
|
|
|
7772e2 |
- Migrate to autosetup
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
|
|
|
7772e2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
7772e2 |
|
|
|
7772e2 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
|
|
7772e2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Mar 9 2017 Simo Sorce <simo@redhat.com> - 1.5.1-1
|
|
|
7772e2 |
- Korabl-Sputnik 4 launch (1.5.1)
|
|
|
7772e2 |
|
|
|
7772e2 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
7772e2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Jan 16 2017 Simo Sorce <simo@redhat.com> - 1.5.0-1
|
|
|
7772e2 |
- Last listoff of Space Shuttle Columbia release (1.5.0)
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Nov 14 2016 Joe Orton <jorton@redhat.com> - 1.4.1-2
|
|
|
7772e2 |
- rebuild for new OpenSSL
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Aug 15 2016 Robbie Harwood <rharwood@redhat.com> 1.4.1-1
|
|
|
7772e2 |
- Mishka & Chizhik fly on a rocket release (1.4.1)
|
|
|
7772e2 |
- Fix bogus changelog date
|
|
|
7772e2 |
|
|
|
7772e2 |
* Fri Jun 17 2016 Simo Sorce <simo@redhat.com> 1.4.0-1
|
|
|
7772e2 |
- Lunar Reconnaissance Orbiter (2009) release (1.4.0)
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Feb 22 2016 Simo Sorce <simo@redhat.com> 1.3.2-1
|
|
|
7772e2 |
- NEAR Shoemaker launch (1996) release (1.3.2)
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
7772e2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Sep 3 2015 Simo Sorce <simo@redhat.com> 1.3.1-1
|
|
|
7772e2 |
- Viking 2 landing (1976) release (1.3.1)
|
|
|
7772e2 |
|
|
|
7772e2 |
* Tue Jul 7 2015 Simo Sorce <simo@redhat.com> 1.3.0-2
|
|
|
7772e2 |
- Fix annoying incorrect behavior with simple configuration where
|
|
|
7772e2 |
GssapiAllowedMech is not used.
|
|
|
7772e2 |
|
|
|
7772e2 |
* Sat Jul 4 2015 Simo Sorce <simo@redhat.com> 1.3.0-1
|
|
|
7772e2 |
- US Independence Day Release
|
|
|
7772e2 |
|
|
|
7772e2 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
7772e2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
7772e2 |
|
|
|
7772e2 |
* Tue Apr 21 2015 Simo Sorce <simo@redhat.com> 1.2.0-1
|
|
|
7772e2 |
- New minor release 1.2.0
|
|
|
7772e2 |
- Adds delegation support on Basic Auth
|
|
|
7772e2 |
- Response fix, send last auth token on successful auth
|
|
|
7772e2 |
|
|
|
7772e2 |
* Tue Mar 31 2015 Simo Sorce <simo@redhat.com> 1.1.0-3
|
|
|
7772e2 |
- Fix some authentication issues
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Mar 26 2015 Simo Sorce <simo@redhat.com> 1.1.0-2
|
|
|
7772e2 |
- Fix saving delegated credentials for SPNs
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Mar 12 2015 Simo Sorce <simo@redhat.com> 1.1.0-1
|
|
|
7772e2 |
- New minor release 1.1.0
|
|
|
7772e2 |
- New feature: Basic Auth support
|
|
|
7772e2 |
- Improvements: Better crypto for sesison cookies
|
|
|
7772e2 |
|
|
|
7772e2 |
* Sat Nov 8 2014 Simo Sorce <simo@redhat.com> 1.0.4-1
|
|
|
7772e2 |
- Patch release 1.0.4
|
|
|
7772e2 |
- logging initialization fixes
|
|
|
7772e2 |
- additional build fixes
|
|
|
7772e2 |
|
|
|
7772e2 |
* Sat Oct 11 2014 Simo Sorce <simo@redhat.com> 1.0.3-1
|
|
|
7772e2 |
- Patch release 1.0.3
|
|
|
7772e2 |
- fixes some build issues on various distros
|
|
|
7772e2 |
|
|
|
7772e2 |
* Wed Aug 27 2014 Simo Sorce <simo@redhat.com> 1.0.2-1
|
|
|
7772e2 |
- Adds documntation to README
|
|
|
7772e2 |
- fixes bad bug that crippled configuration
|
|
|
7772e2 |
|
|
|
7772e2 |
* Thu Aug 14 2014 Simo Sorce <simo@redhat.com> 1.0.1-1
|
|
|
7772e2 |
- Patch release 1.0.1
|
|
|
7772e2 |
|
|
|
7772e2 |
* Mon Aug 4 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
|
|
|
7772e2 |
- First release
|