Blame SPECS/mod_auth_gssapi.spec

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