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

Builder curl-ares-solaris11-i386 Build #5204

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7b9d74abf6fb446d5c388c75755100998c67944a
Got Revision7b9d74abf6fb446d5c388c75755100998c67944a
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 7 mins, 33 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 5204 Build
codebase Build
got_revision 7b9d74abf6fb446d5c388c75755100998c67944a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7b9d74abf6fb446d5c388c75755100998c67944a 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. Daniel Stenberg
  2. Yedaya Katsman

Timing:

StartTue Jun 9 09:46:02 2026
EndTue Jun 9 11:46:58 2026
Elapsed2 hrs, 55 secs

All Changes:

:

  1. Change #270011

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 09 Jun 2026 09:20:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a2b943b115ab55e25464b555aed746b2e67c8dfe

    Comments

    digest: escape control codes too
    Since the username is decoded when used and control codes are accepted
    in HTTP usernames in general, the username encoding for the Digest auth
    needs to percent encode such bytes.
    
    Verified by test 3221
    
    Reported-by: Trail of Bits
    Closes #21915

    Changed files

    • lib/vauth/digest.c
    • tests/data/Makefile.am
    • tests/data/test3221
  2. Change #270012

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Tue 09 Jun 2026 09:23:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b9d74abf6fb446d5c388c75755100998c67944a

    Comments

    resolve: Mention in error that IP address is expected
    If you try using a DNS name like connect-to supports it can be confusing that
    it is illegal. Also make it a bit more readable
    
    Closes #21913

    Changed files

    • lib/dnscache.c