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

Builder curl-threaded-solaris11-i386 Build #5432

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 51 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 7 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 5432 Build
codebase Build
got_revision 49eaaddd263c2ab181c40c9878f50ded517f99f3 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 49eaaddd263c2ab181c40c9878f50ded517f99f3 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. Tip ten Brink

Timing:

StartSat Sep 26 23:38:47 2026
EndSun Sep 27 01:38:19 2026
Elapsed1 hrs, 59 mins, 32 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