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

Builder curl-ares-solaris11-sparc Build #5871

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 27 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5871 Build
codebase Build
got_revision 5c225384b8d52c67ce8259c6e4203bc57aacb567 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5c225384b8d52c67ce8259c6e4203bc57aacb567 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:

StartTue May 19 17:37:59 2026
EndTue May 19 18:42:05 2026
Elapsed1 hrs, 4 mins, 5 secs

All Changes:

:

  1. Change #267713

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 19 May 2026 17:14:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c225384b8d52c67ce8259c6e4203bc57aacb567

    Comments

    url: detect proxy changes read from environment
    When a proxy is set from an environment variable, detect if that proxy
    is not the same as previously and flush state.
    
    Verified by test1647: verify changing proxy with env variables and make
    sure Digest state is flushed in the second use
    
    Closes #21666

    Changed files

    • lib/url.c
    • lib/urldata.h
    • tests/data/Makefile.am
    • tests/data/test1647
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1647.c