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

Builder curl-unthreaded-solaris11-sparc Build #6499

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 33 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6499 Build
codebase Build
got_revision 49eaaddd263c2ab181c40c9878f50ded517f99f3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 49eaaddd263c2ab181c40c9878f50ded517f99f3 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tip ten Brink

Timing:

StartSat Sep 26 23:38:44 2026
EndSun Sep 27 00:29:26 2026
Elapsed50 mins, 42 secs

All Changes:

:

  1. Change #283312

    Category curl
    Changed by Tip ten Brink <75669206+tiptenbrinkohnoyoudont@users.noreply.github.com>
    Changed at Sun 27 Sep 2026 01:10:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 49eaaddd263c2ab181c40c9878f50ded517f99f3

    Comments

    http_aws_sigv4: fix the s3express service name
    - s3-express -> s3express in the disable double encoding list.
    
    - Also, add s3-object-lambda to the disable double encoding list.
    
    - Verify with test 2418 that double encode is not used for s3express by
      checking signature.
    
    Prior to this change s3express (due to typo) and s3-object-lambda were
    not excluded from the double encoding which would result in a bad
    signature and then the server would return SignatureDoesNotMatch.
    
    Fixes https://github.com/curl/curl/issues/23120
    Closes https://github.com/curl/curl/pull/23121

    Changed files

    • lib/http_aws_sigv4.c
    • tests/data/Makefile.am
    • tests/data/test2418