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

Builder curl-threaded-solaris11-i386 Build #5394

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 36 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 5394 Build
codebase Build
got_revision e47b56a762058ed1b3ea4ac8a8d4fdc98abac088 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e47b56a762058ed1b3ea4ac8a8d4fdc98abac088 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
  2. Joshua Rogers

Timing:

StartSat Sep 19 08:58:50 2026
EndSat Sep 19 09:57:42 2026
Elapsed58 mins, 51 secs

All Changes:

:

  1. Change #282198

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 19 Sep 2026 10:29:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1956d23051657ebdc98e712f19e49eebdf506de

    Comments

    parsedate: time zone strings
    The single and two letter names are not used for lookup anymore so drop
    them. The three and four letter versions are now stored as uint32 to
    use less memory and get found slightly faster.
    
    Closes #23000

    Changed files

    • lib/parsedate.c
  2. Change #282199

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Sat 19 Sep 2026 10:31:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e47b56a762058ed1b3ea4ac8a8d4fdc98abac088

    Comments

    socks: support CURLAUTH_ONLY in CURLOPT_SOCKS5_AUTH
    The SOCKS5 method negotiation always offered "no authentication" and
    accepted it, so the bitmask could not express that the connection has to
    be authenticated. CURLAUTH_NONE is zero and cannot say it either.
    
    With CURLAUTH_ONLY set, the method is neither offered nor accepted, and
    a connection that did not authenticate is not reused.
    
    Document both, and add tests 1742, 1743 and 1744.
    
    Closes #23003

    Changed files

    • docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md
    • lib/setopt.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • tests/data/Makefile.am
    • tests/data/test1742
    • tests/data/test1743
    • tests/data/test1744
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1742.c
    • tests/libtest/lib1744.c