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

Builder rsyslog-solaris10-i386 Build #1817

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revisionfc1ad18e06b2526e474d9e945e0f5dc69f9d7689
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-rsyslog-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git updating ( 1 mins, 2 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave
buildername rsyslog-solaris10-i386 Builder
buildnumber 1817 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision fc1ad18e06b2526e474d9e945e0f5dc69f9d7689 Build
scheduler schedule-rsyslog-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andre lorbach
  2. Rainer Gerhards

Timing:

StartTue Apr 9 16:13:02 2024
EndTue Apr 9 16:14:04 2024
Elapsed1 mins, 2 secs

All Changes:

:

  1. Change #194906

    Category rsyslog
    Changed by Andre lorbach <alorbachohnoyoudont@adiscon.com>
    Changed at Tue 09 Apr 2024 13:15:01
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision b79fd513271bdd02d8a37fa4197d2f293aaf6d11

    Comments

    OpenSSL: Add precompiler checks for libressl in net_ossl
    Due the changes in commit 679b0b038c81a6456a20179d125085656b21d27c
    for the new DTLS modules, some code was moved and not conditionally
    checked like before.
    
    This fixes compile issues where SSL_CONF_cmd API is not available,
    like in libressl or ancient OpenSSL Versions.
    
    For older OpenSSL Versions than 1.0.2, imdtls and omdtls modules
    will not be able to build to the missing support of DTLS.
    
    closes: https://github.com/rsyslog/rsyslog/issues/5353
    closes: https://github.com/rsyslog/rsyslog/issues/5342

    Changed files

    • configure.ac
    • runtime/net_ossl.c
    • runtime/net_ossl.h
  2. Change #194908

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 09 Apr 2024 16:08:57
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision fc1ad18e06b2526e474d9e945e0f5dc69f9d7689

    Comments

    Merge pull request #5356 from alorbach/pr-issue-5353
    OpenSSL: Add precompiler checks for libressl in net_ossl

    Changed files

    • no files