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

Builder curl-unthreaded-solaris11-i386 Build #5271

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Timing:

StartMon Jun 22 17:19:57 2026
EndMon Jun 22 18:25:29 2026
Elapsed1 hrs, 5 mins, 31 secs

All Changes:

:

  1. Change #272129

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 17:16:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be1d976a2ab998aaaa824e4396e43c647a17cdb2

    Comments

    peer: fix ipv6 detection
    When trying to detect ipv6 addresses, ipv4 addresses were also
    flagged as ipv6.
    
    Add test2413 to check.
    
    Closes #22134

    Changed files

    • lib/peer.c
    • tests/data/Makefile.am
    • tests/data/test2413
    • tests/unit/Makefile.inc
    • tests/unit/unit2413.c