Blame SPECS/mod_auth_gssapi.spec

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