]> git.ipfire.org Git - thirdparty/curl.git/commit
build: drop Heimdal support, update docs, replace with MIT Kerberos in CI
authorViktor Szakats <commit@vsz.me>
Wed, 8 Oct 2025 10:03:18 +0000 (12:03 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 9 Oct 2025 00:27:29 +0000 (02:27 +0200)
commit8be9a26451d466571864a608bc48cc77746ff00d
tree5955024364979dd90c8b936e105a35f21b40b9ed
parentcd7b45a3bbec0b43e87a9483a0fc8a82abaae956
build: drop Heimdal support, update docs, replace with MIT Kerberos in CI

The kerberos5 library Heimdal is one of three GSS libraries curl support.
It has a memory leak triggered by the new test in #18917 and the project
seems mostly abandoned.

Drop support and steer users to the MIT krb5 or GNU GSS libraries.

Co-authored-by: Daniel Stenberg
Ref: #18928
Closes #18928
Closes #18932
13 files changed:
.github/workflows/codeql.yml
.github/workflows/linux-old.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/non-native.yml
CMake/FindGSS.cmake
CMakeLists.txt
RELEASE-NOTES
configure.ac
docs/INSTALL-CMAKE.md
docs/INTERNALS.md
docs/KNOWN_BUGS
docs/TODO