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

Builder curl-ares-solaris11-i386 Build #4945

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 19 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4945 Build
codebase Build
got_revision 70281e39becfa6fd37dbbd24d6fc73b96ed9fea6 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 70281e39becfa6fd37dbbd24d6fc73b96ed9fea6 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Apr 17 10:05:15 2026
EndFri Apr 17 10:09:51 2026
Elapsed4 mins, 35 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