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

Builder curl-ares-solaris11-sparc Build #6274

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 50 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 7 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 5 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Aug 19 06:14:46 2026
EndWed Aug 19 06:55:53 2026
Elapsed41 mins, 7 secs

All Changes:

:

  1. Change #278665

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 19 Aug 2026 07:49:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 695aa15743685a9d46c4c41bb9c95221d4659541

    Comments

    urldata: remove the aptr struct
    Move the two remaining fields into the state struct instead, within the
    HTTP ifdef.
    
    Also: make the AWS sigv4 code always rely on the http_host value. It
    was previously conditionally trying to also work if it was not set, but
    that logic was not creating an identical copy so it would fail.
    
    Closes #22620

    Changed files

    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/http_httpsig.c
    • lib/http_proxy.c
    • lib/rtsp.c
    • lib/url.c
    • lib/urldata.h