           SPELL=rsyslog

if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=4.1.2
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:429225db3b42bd3f7b399aa306a8b134aa08823c3a98a0d2f6be81f391267aaf3e5ce35ee6b486389605e4d524deb4cc04319239c780d7cc91108d818b391456
elif [[ "${RSYSLOG_BRANCH}" == "beta" ]]; then
         VERSION=3.21.9
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:cea482c0997e51c9fd3f4b2191c93a9830530f05984edda5f63e6a2c237a0c448736469d7aa4491d6da9b1a1053f07bc276a3be99d264c5e89c5aed213843593
else
         VERSION=3.20.2
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:e30d89120a81761a30f752b067542fbd0553657bb5e1bee8c72d517bbe70b7f4f878241e6bd90511ca659bd18c2ad92ade8da59a3925f05ce938f4010eb2455b
fi

          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://download.rsyslog.com/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE="http://www.rsyslog.com/"
      LICENSE[0]=GPL
         ENTERED=20080303
           SHORT="An enhanced multi-threaded syslog daemon"

cat << EOF
Rsyslog is an enhanced multi-threaded syslogd. Among other features, it
offers support for on-demand disk buffering, reliable syslog over TCP, writing
to databases (MySQL, PostgreSQL, Oracle, and many more), fully configurable
output formats (including high-precision timestamps), the ability to filter
on any part of the syslog message, on-the-wire message compression, and the
ability to convert text files to syslog. It is a drop-in replacement for
stock syslogd and able to work with the same configuration file syntax.

Since 3.19.0, rsyslog supports over-the-wire TLS encryption for TCP streams.
EOF
