AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 1.6.5: * Fix a bad crash bug when the GssapiUseS4U2Proxy option is set but no GssapiCredStore directives are provided at all. - crash bug when s4u2proxy is configured by @simo5 in #272 - rebased patch apache2-mod_auth_gssapi-test.patch
- change upstream URL to https://github.com/gssapi/mod_auth_gssapi, because https://github.com/modauthgssapi/mod_auth_gssapi has no releases, no activity and looks fishy - upgrade to 1.6.4: * tests: Catch errors during tests setup by @stanislavlevin in [#225] * tests: Don't override the specific environment by the global one by @stanislavlevin in #227 * Emit error in logs if keytab files can't be opened by @simo5 in [#229] * Add warnings if s4u2proxy options are inconsistent by @simo5 in [#232] * Move to python3 by default by @frozencemetery in #235 * Fix type/token distinction in parser.y by @frozencemetery in [#237] * Special ccache handling for {HOSTNAME} acceptor by @simo5 in [#238] * crypto: Handle EVP changes in OpenSSL 3 by @frozencemetery in [#256]
- test only when test requirements are fulfilled
- version update to 1.6.3 * add a few options to expose the mechanism used for authentication (when multiple are available) and to control the timeout interval for Basic Auth sessions * CI and other minor fixes, as well as a fix for gss_localname() * see https://github.com/gssapi/mod_auth_gssapi/releases - modified patches % apache2-mod_auth_gssapi-test.patch (refreshed)
- version update to 1.6.1 * lot of changes, see https://github.com/gssapi/mod_auth_gssapi/releases - added patches python3 and other testsuite fixes + apache2-mod_auth_gssapi-test.patch
- removing %apache_test_* macros, do not test module just by loading the module
- Initial mod_gssapi-1.5 version