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

Builder curl-threaded-solaris10-sparc Build #3742

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 47 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Aug 19 09:14:36 2026
Elapsed12 hrs, 29 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