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

Builder wget-solaris10-sparc Build #574

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revisione9697d98e7249b0f68a6be040a4f3dcc5bc101fa
Got Revisione9697d98e7249b0f68a6be040a4f3dcc5bc101fa
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 28 secs )
    1. stdio
  3. shell_1 './configure' failed ( 0 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. tests-unit-tests.log
    3. tests-test-suite.log
    4. testenv-test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc slave
buildername wget-solaris10-sparc Builder
buildnumber 574 Build
codebase Build
got_revision e9697d98e7249b0f68a6be040a4f3dcc5bc101fa Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision e9697d98e7249b0f68a6be040a4f3dcc5bc101fa Build
scheduler schedule-wget-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartMon Aug 10 21:13:59 2026
EndMon Aug 10 21:14:52 2026
Elapsed52 secs

All Changes:

:

  1. Change #277734

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Mon 10 Aug 2026 22:42:48
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision e9697d98e7249b0f68a6be040a4f3dcc5bc101fa

    Comments

    Fix server-controlled unbounded MD5 loop in FTP OPIE
    * src/ftp-basic.c (ftp_login): Limit the skey sequence to 9999.
    
    Report:
    wget accepts an unbounded server-controlled integer as the iteration
    count for its OPIE/S-KEY MD5 key-derivation loop. No upper bound is
    enforced on the sequence number supplied by the server in the FTP
    challenge line. The value is passed directly to skey_response() as a
    loop counter, causing wget to perform up to ~2.1 billion full MD5
    computations before responding to the authentication challenge.
    
    Reported-by: Michał Majchrowicz and Marcin Wyczechowski

    Changed files

    • src/ftp-basic.c