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

Builder curl-unthreaded-solaris11-i386 Build #5378

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision961a8fd0abb742df6c9f6f597ce3d1b17903ae97
Got Revision961a8fd0abb742df6c9f6f597ce3d1b17903ae97
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 27 mins, 33 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 18 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5378 Build
codebase Build
got_revision 961a8fd0abb742df6c9f6f597ce3d1b17903ae97 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 961a8fd0abb742df6c9f6f597ce3d1b17903ae97 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Joshua Rogers
  3. Rhino
  4. renovate[bot]

Timing:

StartFri Sep 18 06:49:19 2026
EndFri Sep 18 08:17:34 2026
Elapsed1 hrs, 28 mins, 15 secs

All Changes:

:

  1. Change #282096

    Category curl
    Changed by Rhino <195818135+1rhino2ohnoyoudont@users.noreply.github.com>
    Changed at Fri 18 Sep 2026 07:38:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ae08995ed1933e6d593fdcd80ae3a2c491d4569e

    Comments

    tool_ipfs: keep the path percent-encoded when rewriting to the gateway
    The IPFS/IPNS rewrite fetched the user path (and the CID and gateway
    path) with CURLU_URLDECODE and then re-encoded the assembled path with
    CURLU_URLENCODE. The decode turned an encoded slash (%2f) into a real
    separator that the URL parser's earlier dot-segment cleanup never saw,
    so a ".." could climb back out of the /<protocol>/<cid> namespace when
    the final URL was parsed. A double-encoded form (%252e%252f) slipped
    through the same way.
    
    Build the new URL from the still-encoded parts instead: get the CID, the
    gateway path and the user path without decoding, and set the combined
    path without re-encoding. A percent-encoded slash then stays encoded, so
    no new separators appear and the later normalization has nothing extra
    to remove. A literal "../" in the user path is still collapsed by the
    parser when the ipfs:// URL is first parsed, so it resolves within the
    namespace as before.
    
    Add tests 1691 (ipfs) and 1692 (ipns) that send an encoded-slash dotdot
    path through a gateway with a base path and verify the request stays
    under /<gateway>/ipfs|ipns/<cid>/. Both fail on the previous code with a
    request for /admin/config.
    
    Reported-by: 1rhino2 on hackerone
    Closes #22944

    Changed files

    • src/tool_ipfs.c
    • tests/data/Makefile.am
    • tests/data/test1691
    • tests/data/test1692
  2. Change #282097

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Fri 18 Sep 2026 07:53:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55ecaa52b74e6333f8fdbbf5b85dd7507d8cf51b

    Comments

    cw-pause: fix O(N^2) list traversal in cw_pause_flush
    Switch the pause buffer list from prepend-at-head to append-at-tail and
    add a tail pointer to cw_pause_ctx. cw_pause_flush can now consume nodes
    from the head in O(1) per node instead of re-scanning from the head on
    every outer iteration.
    
    Closes #22968

    Changed files

    • lib/cw-pause.c
  3. Change #282098

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 18 Sep 2026 07:54:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08d0991563537cd375c89339ad4c6e79e8f8d404

    Comments

    GHA: update pizlonator/fil-c to v0.685
    Closes #22962

    Changed files

    • .github/workflows/linux.yml
  4. Change #282099

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Sep 2026 07:59:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 961a8fd0abb742df6c9f6f597ce3d1b17903ae97

    Comments

    curl/curlver.h: bump to 8.23.0

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h