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

Builder curl-threaded-solaris11-sparc Build #5484

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Mar 19 14:00:10 2026
EndThu Mar 19 15:10:32 2026
Elapsed1 hrs, 10 mins, 21 secs

All Changes:

:

  1. Change #261572

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 19 Mar 2026 13:55:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 673e14cd33ef720b8c2b7e3485084e6e41a2c9dd

    Comments

    x509asn1: improve encodeOID
    - return error on zero length input
    - return error on OOM or doing too large output
    - fix full 32-bit number support
    - fix the broken handling of the first and second numbers
    - support up to 32-bit minus 80 for the second number
    - a field with a leading 0x80 is now considered an error, since it only
      works as padding and is then no longer the shortest possible version
    
    Add unit tests in 1666
    
    Bonus: removed the last argument to OID2str() as it was always set TRUE.
    
    Closes #21003

    Changed files

    • lib/vtls/x509asn1.c
    • tests/data/Makefile.am
    • tests/data/test1666
    • tests/unit/Makefile.inc
    • tests/unit/unit1666.c