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

Builder curl-ares-solaris11-i386 Build #5161

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1b6724882c2a64e9e5aa9a30d534c7b808b403dc
Got Revision1b6724882c2a64e9e5aa9a30d534c7b808b403dc
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 58 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 5161 Build
codebase Build
got_revision 1b6724882c2a64e9e5aa9a30d534c7b808b403dc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1b6724882c2a64e9e5aa9a30d534c7b808b403dc 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. Stefan Eissing
  3. tiymat

Timing:

StartSun May 31 23:55:39 2026
EndMon Jun 1 02:16:04 2026
Elapsed2 hrs, 20 mins, 25 secs

All Changes:

:

  1. Change #268945

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 31 May 2026 23:29:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ff212f8ed328fb95261e11add8f4d2f0616895a

    Comments

    url: connection reuse fixes for starttls
    Add test_31_13 to check connection reuse on mixed --ssl-reqd setting.
    For that add debug env var CURL_DBG_NO_USE_SSL_ON_FIRST to disable
    --ssl-reqd for the first url. Check that the connection without SSL
    from the first url is not reused on the second URL that requires it.
    
    Tweak special ftp: protocol check to fail a DEBUGASSERT on mismatched
    `use_ssl` settings as that should have been caught before in the
    connection reuse matching (imap/smtp etc. do not have this extra check
    and rely on the general part doing its job).
    
    Closes #21665

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/ftp.c
    • lib/url.c
    • src/config2setopts.c
    • tests/http/test_31_vsftpds.py
  2. Change #268952

    Category curl
    Changed by tiymat <138939221+tiymatohnoyoudont@users.noreply.github.com>
    Changed at Sun 31 May 2026 23:36:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 780ccb256e0dcea71b4e5758da4df997a526c06f

    Comments

    urlapi: drop base fragment on empty redirect
    Extended test 1560 to verify
    
    Fixes #21745
    Closes #21763

    Changed files

    • lib/urlapi.c
    • tests/data/test1560
    • tests/libtest/lib1560.c
  3. Change #268954

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 31 May 2026 23:44:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1b6724882c2a64e9e5aa9a30d534c7b808b403dc

    Comments

    urlapi: accept 0X prefix in IPv4 address as well
    Extend test 1560 accordingly
    
    Closes #21820

    Changed files

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