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

Builder rsyslog-solaris10-sparc Build #1822

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 3 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-unstable10s/slave/rsyslog-solaris10-sparc slave
buildername rsyslog-solaris10-sparc Builder
buildnumber 1822 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 03c5a030ab21d824b98b99244c3e29aa67dd2f77 Build
scheduler schedule-rsyslog-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/rsyslog-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Rainer Gerhards
  2. alakatos

Timing:

StartTue Aug 13 15:28:09 2024
EndTue Aug 13 15:29:12 2024
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #204492

    Category rsyslog
    Changed by alakatos <alakatosohnoyoudont@redhat.com>
    Changed at Mon 29 Jul 2024 10:29:03
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision e6fbc692aa9d8731e61539bfb828dd17b255a439

    Comments

    Refactor the rscryutil tool
    new crypto provider: lmcry_ossl
    The new ossl crypto provider encapsulates the ability to use log
    encryption in the omfile module. It provides the same functionality
    as gcry, additionaly:
     * Algorithm are not hardcoded. We simply provide everything what
       can be fetched via the EVP_CIPHER_fetch() call. The same applies
       to the mode parameter.
     * It does not add extra dependency to a new package. Distro
       maintainers who are already using openssl do not need add
       anything in particular. By default, if rsyslog is compiled
       with --enable-openssl, the ossl crypto provider will also be
       included in both omfile and also rscryutil.
     * Side-channel vulnerability in libgcrypt - the Marvin Attack
    https://lists.gnupg.org/pipermail/gcrypt-devel/2024-March/005607.html
       Some might be worried about other side-channel vulnerabilities
       against it, like the Minerva Attack[1], and the Raccoon Attack[2],
       given the way they handled one of the oldest, well known, and
       most straightforward side-channel attacks. They did downgrade
       their threat model as a result of Marvin too:
       https://gnupg.org/documentation/security.html.

    Changed files

    • configure.ac
    • runtime/Makefile.am
    • runtime/libcry_common.c
    • runtime/libcry_common.h
    • runtime/libgcry.h
    • runtime/libgcry_common.c
    • runtime/libossl.c
    • runtime/libossl.h
    • runtime/lmcry_gcry.c
    • runtime/lmcry_ossl.c
    • runtime/lmcry_ossl.h
    • tools/Makefile.am
    • tools/rscryutil.1
    • tools/rscryutil.c
  2. Change #204493

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 13 Aug 2024 15:21:55
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 03c5a030ab21d824b98b99244c3e29aa67dd2f77

    Comments

    Merge pull request #5382 from Cropi/openssl-crypto-provider
    New crypto provider via OpenSSL library

    Changed files

    • no files