Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #271839

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Fri 19 Jun 2026 18:25:54
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision acdeb7f50ba281a5fd12a4df5e633b7c7d9a90e6

Comments

KNOWN_BUGS.md: drop outdated CMake issues
- "cmake outputs: no version information available"
  Ref: #11158

  Seems to be about missing support for autotools `--enable-versioned-symbols`.
  This was implemented for CMake in:
  14d4712db7e34fda25a11fd5f23f0f57a6aea67f #17039
  7100c5bc9b8c9c49a44c47d64b42e98b4de2465b #14818
  7b1444979094a365c82c665cce0e2ebc6b69467b #14378

- "generated `.pc` file contains strange entries"
  Ref: #6167

  Fixed in:
  9f56bb608ecfbb8978c6cb72a04d9e8b23162d82 #14681

- "CMake build with MIT Kerberos does not work"
  Ref: #6904

  The FindGSS module responsible for MIT Kerberos detection has seen 50
  updates since this report. In the last years I made many local tests
  with it, and it's also extensively CI-tested since (including Windows
  for a 1-year period), with no known issues.

If you see problems remaining, let us know in a new issue.

Closes #22108

Changed files