Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2012:0796 - Security Advisory
Issued:
2012-06-20
Updated:
2012-06-20

RHSA-2012:0796 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: rsyslog security, bug fix, and enhancement update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated rsyslog packages that fix one security issue, multiple bugs, and
add two enhancements are now available for Red Hat Enterprise Linux 6.

The Red Hat Security Response Team has rated this update as having moderate
security impact. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available from the CVE link in
the References section.

Description

The rsyslog packages provide an enhanced, multi-threaded syslog daemon.

A numeric truncation error, leading to a heap-based buffer overflow, was
found in the way the rsyslog imfile module processed text files containing
long lines. An attacker could use this flaw to crash the rsyslogd daemon
or, possibly, execute arbitrary code with the privileges of rsyslogd, if
they are able to cause a long line to be written to a log file that
rsyslogd monitors with imfile. The imfile module is not enabled by default.
(CVE-2011-4623)

Bug fixes:

  • Several variables were incorrectly deinitialized with Transport Layer

Security (TLS) transport and keys in PKCS#8 format. The rsyslogd daemon
aborted with a segmentation fault when keys in this format were provided.
Now, the variables are correctly deinitialized. (BZ#727380)

  • Previously, the imgssapi plug-in initialization was incomplete. As a

result, the rsyslogd daemon aborted when configured to provide a GSSAPI
listener. Now, the plug-in is correctly initialized. (BZ#756664)

  • The fully qualified domain name (FQDN) for the localhost used in messages

was the first alias found. This did not always produce the expected result
on multihomed hosts. With this update, the algorithm uses the alias that
corresponds to the hostname. (BZ#767527)

  • The gtls module leaked a file descriptor every time it was loaded due to

an error in the GnuTLS library. No new files or network connections could
be opened when the limit for the file descriptor count was reached. This
update modifies the gtls module so that it is not unloaded during the
process lifetime. (BZ#803550)

  • rsyslog could not override the hostname to set an alternative hostname

for locally generated messages. Now, the local hostname can be overridden.
(BZ#805424)

  • The rsyslogd init script did not pass the lock file path to the 'status'

action. As a result, the lock file was ignored and a wrong exit code was
returned. This update modifies the init script to pass the lock file to
the 'status' action. Now, the correct exit code is returned. (BZ#807608)

  • Data could be incorrectly deinitialized when rsyslogd was supplied with

malformed spool files. The rsyslogd daemon could be aborted with a
segmentation fault. This update modifies the underlying code to correctly
deinitialize the data. (BZ#813079)

  • Previously, deinitialization of non-existent data could, in certain error

cases, occur. As a result, rsyslogd could abort with a segmentation fault
when rsyslog was configured to use a disk assisted queue without specifying
a spool file. With this update, the error cases are handled gracefully.
(BZ#813084)

  • The manual page wrongly stated that the '-d' option to turn on debugging

caused the daemon to run in the foreground, which was misleading as the
current behavior is to run in the background. Now, the manual page reflects
the correct behavior. (BZ#820311)

  • rsyslog attempted to write debugging messages to standard output even

when run in the background. This resulted in the debugging information
being written to some other output. This was corrected and the debug
messages are no longer written to standard output when run in the
background. (BZ#820996)

  • The string buffer to hold the distinguished name (DN) of a certificate

was too small. DNs with more than 128 characters were not displayed. This
update enlarges the buffer to process longer DNs. (BZ#822118)

Enhancements:

  • Support for rate limiting and multi-line message capability. Now,

rsyslogd can limit the number of messages it accepts through a UNIX socket.
(BZ#672182)

  • The addition of the "/etc/rsyslog.d/" configuration directory to supply

syslog configuration files. (BZ#740420)

All users of rsyslog are advised to upgrade to these updated packages,
which upgrade rsyslog to version 5.8.10 and correct these issues and add
these enhancements. After installing this update, the rsyslog daemon will
be restarted automatically.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

Fixes

  • BZ - 740420 - Add a /etc/rsyslog.d config directory
  • BZ - 769822 - CVE-2011-4623 rsyslog: DoS due integer signedness error while extending rsyslog counted string buffer
  • BZ - 803550 - rsyslog fails to initialize gtls driver because of too many open files
  • BZ - 813079 - rsyslog segfaults attempting to read a malformed / old format spool file
  • BZ - 813084 - rsyslog segfaults when configured with disk queue with non-existent (unnamed) spool file
  • BZ - 820311 - Manpage: rsyslogd does the fork in debug mode while manpage says otherwise
  • BZ - 820996 - rsyslog writes debug messages to fd 1 even after forking

CVEs

  • CVE-2011-4623

References

  • https://access.redhat.com/security/updates/classification/#moderate
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
x86_64
rsyslog-5.8.10-2.el6.x86_64.rpm SHA-256: 811295dbeb757dab4d0369935fc7217d2292281888427b7a06108295fcebd7e3
rsyslog-5.8.10-2.el6.x86_64.rpm SHA-256: 811295dbeb757dab4d0369935fc7217d2292281888427b7a06108295fcebd7e3
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-gnutls-5.8.10-2.el6.x86_64.rpm SHA-256: 554b222a9221fcfadc856e7fd74393b8f06c23875376c5b3068fb42b7b722016
rsyslog-gnutls-5.8.10-2.el6.x86_64.rpm SHA-256: 554b222a9221fcfadc856e7fd74393b8f06c23875376c5b3068fb42b7b722016
rsyslog-gssapi-5.8.10-2.el6.x86_64.rpm SHA-256: 513681cebc7c27fe501b583b924e7358301b5fe485cd470ce58db5003b7327c9
rsyslog-gssapi-5.8.10-2.el6.x86_64.rpm SHA-256: 513681cebc7c27fe501b583b924e7358301b5fe485cd470ce58db5003b7327c9
rsyslog-mysql-5.8.10-2.el6.x86_64.rpm SHA-256: 5a23921de15b899c9174c068b87e50eaf9b933d32a66c6a8d74cd8c02d89a51f
rsyslog-mysql-5.8.10-2.el6.x86_64.rpm SHA-256: 5a23921de15b899c9174c068b87e50eaf9b933d32a66c6a8d74cd8c02d89a51f
rsyslog-pgsql-5.8.10-2.el6.x86_64.rpm SHA-256: c86da2ae90e13758c0d90b5ad2ffcd45b87215f782f87d3605e3930c52ac23c1
rsyslog-pgsql-5.8.10-2.el6.x86_64.rpm SHA-256: c86da2ae90e13758c0d90b5ad2ffcd45b87215f782f87d3605e3930c52ac23c1
rsyslog-relp-5.8.10-2.el6.x86_64.rpm SHA-256: fabbf2a99f2864ddd10eafd9ce1e6f83aece5c27284f82fb00ac130c00d7db1e
rsyslog-relp-5.8.10-2.el6.x86_64.rpm SHA-256: fabbf2a99f2864ddd10eafd9ce1e6f83aece5c27284f82fb00ac130c00d7db1e
rsyslog-snmp-5.8.10-2.el6.x86_64.rpm SHA-256: 155841a1e2e34779acd5b87b1774f9bb7dfa84a44384d139b1df23dc218ad631
rsyslog-snmp-5.8.10-2.el6.x86_64.rpm SHA-256: 155841a1e2e34779acd5b87b1774f9bb7dfa84a44384d139b1df23dc218ad631
i386
rsyslog-5.8.10-2.el6.i686.rpm SHA-256: ee1cf301d729d977a0deec0709c20eac1c4fdfcf95067d41707bf632f1546d23
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-gnutls-5.8.10-2.el6.i686.rpm SHA-256: 1bddeb52b6773986332b6192ab868478e5f0e1f67ee8153cc4167ecf9c367d4a
rsyslog-gssapi-5.8.10-2.el6.i686.rpm SHA-256: 42af4058c25d1dcf970387c528d014b918a79f316a79a29ae54e959704228647
rsyslog-mysql-5.8.10-2.el6.i686.rpm SHA-256: bebc9caf976a7d35851af64cd05d4dc2777eb848a3e13e17bc11fe8315896865
rsyslog-pgsql-5.8.10-2.el6.i686.rpm SHA-256: 21eed22ad62f66258838660ccac337bb97b34104e7cb198d89f70e06547131d1
rsyslog-relp-5.8.10-2.el6.i686.rpm SHA-256: 7090c5539f202f3f402adbba6bb6e439e866d5603e479212d1146b4a068b9e37
rsyslog-snmp-5.8.10-2.el6.i686.rpm SHA-256: a2a3a4431d42114e9d98199ff516179496b99173a5d873a78c6553ca7a470478

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
x86_64
rsyslog-5.8.10-2.el6.x86_64.rpm SHA-256: 811295dbeb757dab4d0369935fc7217d2292281888427b7a06108295fcebd7e3
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-gnutls-5.8.10-2.el6.x86_64.rpm SHA-256: 554b222a9221fcfadc856e7fd74393b8f06c23875376c5b3068fb42b7b722016
rsyslog-gssapi-5.8.10-2.el6.x86_64.rpm SHA-256: 513681cebc7c27fe501b583b924e7358301b5fe485cd470ce58db5003b7327c9
rsyslog-mysql-5.8.10-2.el6.x86_64.rpm SHA-256: 5a23921de15b899c9174c068b87e50eaf9b933d32a66c6a8d74cd8c02d89a51f
rsyslog-pgsql-5.8.10-2.el6.x86_64.rpm SHA-256: c86da2ae90e13758c0d90b5ad2ffcd45b87215f782f87d3605e3930c52ac23c1
rsyslog-relp-5.8.10-2.el6.x86_64.rpm SHA-256: fabbf2a99f2864ddd10eafd9ce1e6f83aece5c27284f82fb00ac130c00d7db1e
rsyslog-snmp-5.8.10-2.el6.x86_64.rpm SHA-256: 155841a1e2e34779acd5b87b1774f9bb7dfa84a44384d139b1df23dc218ad631
i386
rsyslog-5.8.10-2.el6.i686.rpm SHA-256: ee1cf301d729d977a0deec0709c20eac1c4fdfcf95067d41707bf632f1546d23
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-gnutls-5.8.10-2.el6.i686.rpm SHA-256: 1bddeb52b6773986332b6192ab868478e5f0e1f67ee8153cc4167ecf9c367d4a
rsyslog-gssapi-5.8.10-2.el6.i686.rpm SHA-256: 42af4058c25d1dcf970387c528d014b918a79f316a79a29ae54e959704228647
rsyslog-mysql-5.8.10-2.el6.i686.rpm SHA-256: bebc9caf976a7d35851af64cd05d4dc2777eb848a3e13e17bc11fe8315896865
rsyslog-pgsql-5.8.10-2.el6.i686.rpm SHA-256: 21eed22ad62f66258838660ccac337bb97b34104e7cb198d89f70e06547131d1
rsyslog-relp-5.8.10-2.el6.i686.rpm SHA-256: 7090c5539f202f3f402adbba6bb6e439e866d5603e479212d1146b4a068b9e37
rsyslog-snmp-5.8.10-2.el6.i686.rpm SHA-256: a2a3a4431d42114e9d98199ff516179496b99173a5d873a78c6553ca7a470478

Red Hat Enterprise Linux Workstation 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
x86_64
rsyslog-5.8.10-2.el6.x86_64.rpm SHA-256: 811295dbeb757dab4d0369935fc7217d2292281888427b7a06108295fcebd7e3
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-gnutls-5.8.10-2.el6.x86_64.rpm SHA-256: 554b222a9221fcfadc856e7fd74393b8f06c23875376c5b3068fb42b7b722016
rsyslog-gssapi-5.8.10-2.el6.x86_64.rpm SHA-256: 513681cebc7c27fe501b583b924e7358301b5fe485cd470ce58db5003b7327c9
rsyslog-mysql-5.8.10-2.el6.x86_64.rpm SHA-256: 5a23921de15b899c9174c068b87e50eaf9b933d32a66c6a8d74cd8c02d89a51f
rsyslog-pgsql-5.8.10-2.el6.x86_64.rpm SHA-256: c86da2ae90e13758c0d90b5ad2ffcd45b87215f782f87d3605e3930c52ac23c1
rsyslog-relp-5.8.10-2.el6.x86_64.rpm SHA-256: fabbf2a99f2864ddd10eafd9ce1e6f83aece5c27284f82fb00ac130c00d7db1e
rsyslog-snmp-5.8.10-2.el6.x86_64.rpm SHA-256: 155841a1e2e34779acd5b87b1774f9bb7dfa84a44384d139b1df23dc218ad631
i386
rsyslog-5.8.10-2.el6.i686.rpm SHA-256: ee1cf301d729d977a0deec0709c20eac1c4fdfcf95067d41707bf632f1546d23
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-gnutls-5.8.10-2.el6.i686.rpm SHA-256: 1bddeb52b6773986332b6192ab868478e5f0e1f67ee8153cc4167ecf9c367d4a
rsyslog-gssapi-5.8.10-2.el6.i686.rpm SHA-256: 42af4058c25d1dcf970387c528d014b918a79f316a79a29ae54e959704228647
rsyslog-mysql-5.8.10-2.el6.i686.rpm SHA-256: bebc9caf976a7d35851af64cd05d4dc2777eb848a3e13e17bc11fe8315896865
rsyslog-pgsql-5.8.10-2.el6.i686.rpm SHA-256: 21eed22ad62f66258838660ccac337bb97b34104e7cb198d89f70e06547131d1
rsyslog-relp-5.8.10-2.el6.i686.rpm SHA-256: 7090c5539f202f3f402adbba6bb6e439e866d5603e479212d1146b4a068b9e37
rsyslog-snmp-5.8.10-2.el6.i686.rpm SHA-256: a2a3a4431d42114e9d98199ff516179496b99173a5d873a78c6553ca7a470478

Red Hat Enterprise Linux Desktop 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
x86_64
rsyslog-5.8.10-2.el6.x86_64.rpm SHA-256: 811295dbeb757dab4d0369935fc7217d2292281888427b7a06108295fcebd7e3
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-gnutls-5.8.10-2.el6.x86_64.rpm SHA-256: 554b222a9221fcfadc856e7fd74393b8f06c23875376c5b3068fb42b7b722016
rsyslog-gssapi-5.8.10-2.el6.x86_64.rpm SHA-256: 513681cebc7c27fe501b583b924e7358301b5fe485cd470ce58db5003b7327c9
rsyslog-mysql-5.8.10-2.el6.x86_64.rpm SHA-256: 5a23921de15b899c9174c068b87e50eaf9b933d32a66c6a8d74cd8c02d89a51f
rsyslog-pgsql-5.8.10-2.el6.x86_64.rpm SHA-256: c86da2ae90e13758c0d90b5ad2ffcd45b87215f782f87d3605e3930c52ac23c1
rsyslog-relp-5.8.10-2.el6.x86_64.rpm SHA-256: fabbf2a99f2864ddd10eafd9ce1e6f83aece5c27284f82fb00ac130c00d7db1e
rsyslog-snmp-5.8.10-2.el6.x86_64.rpm SHA-256: 155841a1e2e34779acd5b87b1774f9bb7dfa84a44384d139b1df23dc218ad631
i386
rsyslog-5.8.10-2.el6.i686.rpm SHA-256: ee1cf301d729d977a0deec0709c20eac1c4fdfcf95067d41707bf632f1546d23
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-gnutls-5.8.10-2.el6.i686.rpm SHA-256: 1bddeb52b6773986332b6192ab868478e5f0e1f67ee8153cc4167ecf9c367d4a
rsyslog-gssapi-5.8.10-2.el6.i686.rpm SHA-256: 42af4058c25d1dcf970387c528d014b918a79f316a79a29ae54e959704228647
rsyslog-mysql-5.8.10-2.el6.i686.rpm SHA-256: bebc9caf976a7d35851af64cd05d4dc2777eb848a3e13e17bc11fe8315896865
rsyslog-pgsql-5.8.10-2.el6.i686.rpm SHA-256: 21eed22ad62f66258838660ccac337bb97b34104e7cb198d89f70e06547131d1
rsyslog-relp-5.8.10-2.el6.i686.rpm SHA-256: 7090c5539f202f3f402adbba6bb6e439e866d5603e479212d1146b4a068b9e37
rsyslog-snmp-5.8.10-2.el6.i686.rpm SHA-256: a2a3a4431d42114e9d98199ff516179496b99173a5d873a78c6553ca7a470478

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
s390x
rsyslog-5.8.10-2.el6.s390x.rpm SHA-256: 50516b9c60437c6751d9a44ca6e908b89249a8dd82aa0b11f963a0475da141e7
rsyslog-debuginfo-5.8.10-2.el6.s390x.rpm SHA-256: 501c3ca59267fccfce711b89404bab3aa16a698051880ebdb40ca1295837eff1
rsyslog-debuginfo-5.8.10-2.el6.s390x.rpm SHA-256: 501c3ca59267fccfce711b89404bab3aa16a698051880ebdb40ca1295837eff1
rsyslog-gnutls-5.8.10-2.el6.s390x.rpm SHA-256: 3017a291b5a6eb63646d04d6e2966efe8f1443ec5709bb4321f8756fecc7959f
rsyslog-gssapi-5.8.10-2.el6.s390x.rpm SHA-256: d5840adc8464fb046daec98c07f07718771e971c591645c201c00bfb1d182b80
rsyslog-mysql-5.8.10-2.el6.s390x.rpm SHA-256: 93a853a195133919efe53051b1f082d5a0b2f9466f070d8ba2aed1015da609a9
rsyslog-pgsql-5.8.10-2.el6.s390x.rpm SHA-256: 32f5f29ac8a356010167ac9d9e7a14f7cd8e74d09324f69c026f71f89117a235
rsyslog-relp-5.8.10-2.el6.s390x.rpm SHA-256: bf98acb429fd9cc143f99f37d2cf0dae81f060f965fc947fc2ab9dbd7aedbdd4
rsyslog-snmp-5.8.10-2.el6.s390x.rpm SHA-256: f24c3cd0f8033eb8fe4d0d04afc7fe115b97f1de0a4fbf1205e98a16a9ac4c06

Red Hat Enterprise Linux for Power, big endian 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
ppc64
rsyslog-5.8.10-2.el6.ppc64.rpm SHA-256: b0a53cf629a6311acdf98b015a7a01c43ad08ae9eefd250dda2d73fbc3f2365e
rsyslog-debuginfo-5.8.10-2.el6.ppc64.rpm SHA-256: dd900e7753b73508753ccff08e1d7f35651ad8da3cfaf52791f547c1d4ce42e3
rsyslog-debuginfo-5.8.10-2.el6.ppc64.rpm SHA-256: dd900e7753b73508753ccff08e1d7f35651ad8da3cfaf52791f547c1d4ce42e3
rsyslog-gnutls-5.8.10-2.el6.ppc64.rpm SHA-256: e28cc13067a0816b96b302a98be1b46b056e032de20b0914dfec2ebc94f43d13
rsyslog-gssapi-5.8.10-2.el6.ppc64.rpm SHA-256: f99c668cf1ce15950149c3330277f9609141745cf8212d371341c2d755d675f2
rsyslog-mysql-5.8.10-2.el6.ppc64.rpm SHA-256: 8444c0289a4be541d364ef7177d1f95d13408a94220ce88a23f9cc234ce6a11d
rsyslog-pgsql-5.8.10-2.el6.ppc64.rpm SHA-256: 86090acabe30819a854895b6e317efd9d94da0b5bf950385c61587cb3671ef1c
rsyslog-relp-5.8.10-2.el6.ppc64.rpm SHA-256: 83a52bba42ebc2aaa957cb609c69f4bf49e58e137af41a806d12ffb3976fe5c9
rsyslog-snmp-5.8.10-2.el6.ppc64.rpm SHA-256: 31b89f5086009f9826c09105c64049553e4b4435081f158239904a7fa8686248

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
x86_64
rsyslog-5.8.10-2.el6.x86_64.rpm SHA-256: 811295dbeb757dab4d0369935fc7217d2292281888427b7a06108295fcebd7e3
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-gnutls-5.8.10-2.el6.x86_64.rpm SHA-256: 554b222a9221fcfadc856e7fd74393b8f06c23875376c5b3068fb42b7b722016
rsyslog-gssapi-5.8.10-2.el6.x86_64.rpm SHA-256: 513681cebc7c27fe501b583b924e7358301b5fe485cd470ce58db5003b7327c9
rsyslog-mysql-5.8.10-2.el6.x86_64.rpm SHA-256: 5a23921de15b899c9174c068b87e50eaf9b933d32a66c6a8d74cd8c02d89a51f
rsyslog-pgsql-5.8.10-2.el6.x86_64.rpm SHA-256: c86da2ae90e13758c0d90b5ad2ffcd45b87215f782f87d3605e3930c52ac23c1
rsyslog-relp-5.8.10-2.el6.x86_64.rpm SHA-256: fabbf2a99f2864ddd10eafd9ce1e6f83aece5c27284f82fb00ac130c00d7db1e
rsyslog-snmp-5.8.10-2.el6.x86_64.rpm SHA-256: 155841a1e2e34779acd5b87b1774f9bb7dfa84a44384d139b1df23dc218ad631

Red Hat Enterprise Linux Server from RHUI 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
x86_64
rsyslog-5.8.10-2.el6.x86_64.rpm SHA-256: 811295dbeb757dab4d0369935fc7217d2292281888427b7a06108295fcebd7e3
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-gnutls-5.8.10-2.el6.x86_64.rpm SHA-256: 554b222a9221fcfadc856e7fd74393b8f06c23875376c5b3068fb42b7b722016
rsyslog-gssapi-5.8.10-2.el6.x86_64.rpm SHA-256: 513681cebc7c27fe501b583b924e7358301b5fe485cd470ce58db5003b7327c9
rsyslog-mysql-5.8.10-2.el6.x86_64.rpm SHA-256: 5a23921de15b899c9174c068b87e50eaf9b933d32a66c6a8d74cd8c02d89a51f
rsyslog-pgsql-5.8.10-2.el6.x86_64.rpm SHA-256: c86da2ae90e13758c0d90b5ad2ffcd45b87215f782f87d3605e3930c52ac23c1
rsyslog-relp-5.8.10-2.el6.x86_64.rpm SHA-256: fabbf2a99f2864ddd10eafd9ce1e6f83aece5c27284f82fb00ac130c00d7db1e
rsyslog-snmp-5.8.10-2.el6.x86_64.rpm SHA-256: 155841a1e2e34779acd5b87b1774f9bb7dfa84a44384d139b1df23dc218ad631
i386
rsyslog-5.8.10-2.el6.i686.rpm SHA-256: ee1cf301d729d977a0deec0709c20eac1c4fdfcf95067d41707bf632f1546d23
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-gnutls-5.8.10-2.el6.i686.rpm SHA-256: 1bddeb52b6773986332b6192ab868478e5f0e1f67ee8153cc4167ecf9c367d4a
rsyslog-gssapi-5.8.10-2.el6.i686.rpm SHA-256: 42af4058c25d1dcf970387c528d014b918a79f316a79a29ae54e959704228647
rsyslog-mysql-5.8.10-2.el6.i686.rpm SHA-256: bebc9caf976a7d35851af64cd05d4dc2777eb848a3e13e17bc11fe8315896865
rsyslog-pgsql-5.8.10-2.el6.i686.rpm SHA-256: 21eed22ad62f66258838660ccac337bb97b34104e7cb198d89f70e06547131d1
rsyslog-relp-5.8.10-2.el6.i686.rpm SHA-256: 7090c5539f202f3f402adbba6bb6e439e866d5603e479212d1146b4a068b9e37
rsyslog-snmp-5.8.10-2.el6.i686.rpm SHA-256: a2a3a4431d42114e9d98199ff516179496b99173a5d873a78c6553ca7a470478

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
s390x
rsyslog-5.8.10-2.el6.s390x.rpm SHA-256: 50516b9c60437c6751d9a44ca6e908b89249a8dd82aa0b11f963a0475da141e7
rsyslog-debuginfo-5.8.10-2.el6.s390x.rpm SHA-256: 501c3ca59267fccfce711b89404bab3aa16a698051880ebdb40ca1295837eff1
rsyslog-debuginfo-5.8.10-2.el6.s390x.rpm SHA-256: 501c3ca59267fccfce711b89404bab3aa16a698051880ebdb40ca1295837eff1
rsyslog-gnutls-5.8.10-2.el6.s390x.rpm SHA-256: 3017a291b5a6eb63646d04d6e2966efe8f1443ec5709bb4321f8756fecc7959f
rsyslog-gssapi-5.8.10-2.el6.s390x.rpm SHA-256: d5840adc8464fb046daec98c07f07718771e971c591645c201c00bfb1d182b80
rsyslog-mysql-5.8.10-2.el6.s390x.rpm SHA-256: 93a853a195133919efe53051b1f082d5a0b2f9466f070d8ba2aed1015da609a9
rsyslog-pgsql-5.8.10-2.el6.s390x.rpm SHA-256: 32f5f29ac8a356010167ac9d9e7a14f7cd8e74d09324f69c026f71f89117a235
rsyslog-relp-5.8.10-2.el6.s390x.rpm SHA-256: bf98acb429fd9cc143f99f37d2cf0dae81f060f965fc947fc2ab9dbd7aedbdd4
rsyslog-snmp-5.8.10-2.el6.s390x.rpm SHA-256: f24c3cd0f8033eb8fe4d0d04afc7fe115b97f1de0a4fbf1205e98a16a9ac4c06

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
x86_64
rsyslog-5.8.10-2.el6.x86_64.rpm SHA-256: 811295dbeb757dab4d0369935fc7217d2292281888427b7a06108295fcebd7e3
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-debuginfo-5.8.10-2.el6.x86_64.rpm SHA-256: 37bfbdc5e58f6aacb4fc7bd537fd595c62675e5f002ff5bdf85906dda3f84be4
rsyslog-gnutls-5.8.10-2.el6.x86_64.rpm SHA-256: 554b222a9221fcfadc856e7fd74393b8f06c23875376c5b3068fb42b7b722016
rsyslog-gssapi-5.8.10-2.el6.x86_64.rpm SHA-256: 513681cebc7c27fe501b583b924e7358301b5fe485cd470ce58db5003b7327c9
rsyslog-mysql-5.8.10-2.el6.x86_64.rpm SHA-256: 5a23921de15b899c9174c068b87e50eaf9b933d32a66c6a8d74cd8c02d89a51f
rsyslog-pgsql-5.8.10-2.el6.x86_64.rpm SHA-256: c86da2ae90e13758c0d90b5ad2ffcd45b87215f782f87d3605e3930c52ac23c1
rsyslog-relp-5.8.10-2.el6.x86_64.rpm SHA-256: fabbf2a99f2864ddd10eafd9ce1e6f83aece5c27284f82fb00ac130c00d7db1e
rsyslog-snmp-5.8.10-2.el6.x86_64.rpm SHA-256: 155841a1e2e34779acd5b87b1774f9bb7dfa84a44384d139b1df23dc218ad631
i386
rsyslog-5.8.10-2.el6.i686.rpm SHA-256: ee1cf301d729d977a0deec0709c20eac1c4fdfcf95067d41707bf632f1546d23
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-debuginfo-5.8.10-2.el6.i686.rpm SHA-256: 0b63ea2b6dc9e8c63f9d839087d64f58371b330ac15f90001ae33b08398b68e0
rsyslog-gnutls-5.8.10-2.el6.i686.rpm SHA-256: 1bddeb52b6773986332b6192ab868478e5f0e1f67ee8153cc4167ecf9c367d4a
rsyslog-gssapi-5.8.10-2.el6.i686.rpm SHA-256: 42af4058c25d1dcf970387c528d014b918a79f316a79a29ae54e959704228647
rsyslog-mysql-5.8.10-2.el6.i686.rpm SHA-256: bebc9caf976a7d35851af64cd05d4dc2777eb848a3e13e17bc11fe8315896865
rsyslog-pgsql-5.8.10-2.el6.i686.rpm SHA-256: 21eed22ad62f66258838660ccac337bb97b34104e7cb198d89f70e06547131d1
rsyslog-relp-5.8.10-2.el6.i686.rpm SHA-256: 7090c5539f202f3f402adbba6bb6e439e866d5603e479212d1146b4a068b9e37
rsyslog-snmp-5.8.10-2.el6.i686.rpm SHA-256: a2a3a4431d42114e9d98199ff516179496b99173a5d873a78c6553ca7a470478

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
rsyslog-5.8.10-2.el6.src.rpm SHA-256: d8eb2ce98f1d33c26ec8622b06713de0cf04123d44818a81560e03e84b22d102
s390x
rsyslog-5.8.10-2.el6.s390x.rpm SHA-256: 50516b9c60437c6751d9a44ca6e908b89249a8dd82aa0b11f963a0475da141e7
rsyslog-debuginfo-5.8.10-2.el6.s390x.rpm SHA-256: 501c3ca59267fccfce711b89404bab3aa16a698051880ebdb40ca1295837eff1
rsyslog-debuginfo-5.8.10-2.el6.s390x.rpm SHA-256: 501c3ca59267fccfce711b89404bab3aa16a698051880ebdb40ca1295837eff1
rsyslog-gnutls-5.8.10-2.el6.s390x.rpm SHA-256: 3017a291b5a6eb63646d04d6e2966efe8f1443ec5709bb4321f8756fecc7959f
rsyslog-gssapi-5.8.10-2.el6.s390x.rpm SHA-256: d5840adc8464fb046daec98c07f07718771e971c591645c201c00bfb1d182b80
rsyslog-mysql-5.8.10-2.el6.s390x.rpm SHA-256: 93a853a195133919efe53051b1f082d5a0b2f9466f070d8ba2aed1015da609a9
rsyslog-pgsql-5.8.10-2.el6.s390x.rpm SHA-256: 32f5f29ac8a356010167ac9d9e7a14f7cd8e74d09324f69c026f71f89117a235
rsyslog-relp-5.8.10-2.el6.s390x.rpm SHA-256: bf98acb429fd9cc143f99f37d2cf0dae81f060f965fc947fc2ab9dbd7aedbdd4
rsyslog-snmp-5.8.10-2.el6.s390x.rpm SHA-256: f24c3cd0f8033eb8fe4d0d04afc7fe115b97f1de0a4fbf1205e98a16a9ac4c06

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility