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

Builder curl-threaded-solaris11-i386 Build #5039

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 53 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 36 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 5039 Build
codebase Build
got_revision 455bebc2c76223a1be26042f6d2393715c0df0cd Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 455bebc2c76223a1be26042f6d2393715c0df0cd 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. Stefan Eissing

Timing:

StartWed May 6 11:34:20 2026
EndWed May 6 13:23:16 2026
Elapsed1 hrs, 48 mins, 55 secs

All Changes:

:

  1. Change #266435

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 06 May 2026 10:14:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 455bebc2c76223a1be26042f6d2393715c0df0cd

    Comments

    peer: fix compare of hostname for uds
    Unix domain socket paths need to be compared case-senstive, in contrast
    to DNS hostnames.
    
    Follow-up to bc40e09f63889a8bc14fa8f7221921
    
    Pointed out by Codex Security
    
    Closes #21511

    Changed files

    • lib/peer.c