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

Builder curl-ares-solaris10-sparc Build #3725

Build In Progress:

ETA: 21:50:46 [26 mins, 51 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3725 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 695aa15743685a9d46c4c41bb9c95221d4659541 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Aug 19 16:26:37 2026
Elapsed4 hrs, 57 mins, 17 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