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

Builder curl-threaded-solaris11-i386 Build #5198

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 54 mins, 44 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5198 Build
codebase Build
got_revision 04afd160767d22c9e8b95a8113564c2a8f1d3d29 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 04afd160767d22c9e8b95a8113564c2a8f1d3d29 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Jun 9 08:49:49 2026
EndTue Jun 9 10:40:59 2026
Elapsed1 hrs, 51 mins, 10 secs

All Changes:

:

  1. Change #270004

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 09 Jun 2026 08:42:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04afd160767d22c9e8b95a8113564c2a8f1d3d29

    Comments

    urlapi: URL decode hostname before IP address normalization
    With this, IPv6 addresses that end with '%25' with no following zone id are
    considered invalid.
    
    Extend test 1560 to verify
    
    Reported-by: Hem Parekh
    Closes #21918

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c