On 13. 12. 25 03:18, GitBox wrote:
The GitHub Actions job "Windows (CMake)" on serf.git/trunk has failed.
Run started by GitHub user asf-gitbox-commits (triggered by asf-gitbox-commits).
Head commit for run:
e97f2ba12f18f94ad3d0a43562a3b8e9a672b39a / Branko Čibej<[email protected]>
Don't pollute the connection pool with the cleartext password.
* auth/auth_basic.c (serf__handle_basic_auth):
Allocate the temporary Basic auth credentials in the scratch
pool which is destroyed once the authentication header is set.
git-svn-id:https://svn.apache.org/repos/asf/serf/trunk@1930477
13f79535-47bb-0310-9956-ffa450edef68
Report URL:https://github.com/apache/serf/actions/runs/20185126304
With regards,
GitHub Actions via GitBox
This is not related to any code changes: it happens on my Mac, too, with
OpenSSL 3.6. Clearly this version added some more constraints/changes on
what we're allowed to do and what kind of errors are reported, so we'll
have to adjust the expected results in the test suite again.
Last time I looked this worked just fine with OpenSSL 3.5.
-- Brane