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

Builder curl-unthreaded-solaris11-sparc Build #5676

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision70281e39becfa6fd37dbbd24d6fc73b96ed9fea6
Got Revision70281e39becfa6fd37dbbd24d6fc73b96ed9fea6
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 59 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5676 Build
codebase Build
got_revision 70281e39becfa6fd37dbbd24d6fc73b96ed9fea6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 70281e39becfa6fd37dbbd24d6fc73b96ed9fea6 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Apr 17 10:05:26 2026
EndFri Apr 17 10:54:25 2026
Elapsed48 mins, 58 secs

All Changes:

:

  1. Change #264788

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 17 Apr 2026 10:01:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70281e39becfa6fd37dbbd24d6fc73b96ed9fea6

    Comments

    haproxy: use correct ip version on client supplied address
    When a user supplies an IP address to use for the HAPROXY protocol,
    the IP version reported must be deduced from the address and has
    no relation to the IP version used for the upstream connection.
    
    Add test3220 to verify.
    
    Fixes #21340
    Reported-by: Fiona Klute
    Closes #21341

    Changed files

    • docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.md
    • lib/cf-haproxy.c
    • tests/data/Makefile.am
    • tests/data/test3201
    • tests/data/test3202
    • tests/data/test3220