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

Builder curl-ares-solaris11-sparc Build #5504

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 0 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5504 Build
codebase Build
got_revision f36a8ac5a27b3a9a20fad955fd0cdbf94affb9bc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f36a8ac5a27b3a9a20fad955fd0cdbf94affb9bc Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat Mar 21 12:50:34 2026
EndSat Mar 21 13:53:27 2026
Elapsed1 hrs, 2 mins, 53 secs

All Changes:

:

  1. Change #261820

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 21 Mar 2026 12:04:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96d5b5c688c48a8f58ded1563ed0c5c47c877e32

    Comments

    dnscache: own source file, improvements
    - Rename `Curl_resolv_unlink()` to `Curl_dns_entry_unlink()`.
    - Change `Curl_dnscache_get()` to return CURLcode result. Returns
      now `CURLE_COULDNT_RESOLVE_HOST` for "negative" cache entries.
    - Add `Curl_dnscache_add_negative()` to put a "negative" entry
      into the cache.
    
    Closes #20864

    Changed files

    • docs/ECH.md
    • lib/Makefile.inc
    • lib/amigaos.c
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-socket.c
    • lib/connect.c
    • lib/curl_addrinfo.c
    • lib/curl_addrinfo.h
    • lib/dnscache.c
    • lib/dnscache.h
    • lib/doh.c
    • lib/doh.h
    • lib/easy.c
    • lib/ftp.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hostip4.c
    • lib/hostip6.c
    • lib/multi.c
    • lib/multihandle.h
    • lib/setopt.c
    • lib/socks.c
    • lib/transfer.c
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • tests/libtest/cli_hx_download.c
    • tests/libtest/first.h
    • tests/unit/unit1305.c
  2. Change #261834

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 12:25:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 322db3efc09c34c8078a7e081d7d83c16f354eae

    Comments

    ftp: make the MDTM date parser stricter (again)
    A previous refactor made the parser more lenient and this takes it back
    to making sure only ascii digits are accepted.
    
    Added test 1684 to verify
    
    Follow-up to 304b5183fda43b5c5be
    
    Pointed out by Codex Security
    
    Closes #21041

    Changed files

    • lib/ftp.c
    • tests/data/Makefile.am
    • tests/data/test1684
  3. Change #261835

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 12:27:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f36a8ac5a27b3a9a20fad955fd0cdbf94affb9bc

    Comments

    dnscache.h: include curlx/timeval.h for struct curltime
    Follow-up to 96d5b5c688c48a8f5
    
    Closes #21045

    Changed files

    • lib/dnscache.h