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

Builder curl-unthreaded-solaris10-sparc Build #14155

Build In Progress:

ETA: 18:51:15 [1 hrs, 53 mins, 1 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14155 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 49eaaddd263c2ab181c40c9878f50ded517f99f3 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tip ten Brink

Timing:

StartSun Sep 27 09:38:21 2026
Elapsed7 hrs, 19 mins, 51 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