           SPELL=rsyslog
if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=3.21.6
     SOURCE_HASH=sha512:adbcdaa18b6d28ef6f44065dfcec93abcdeaa680abfa734b0b8787cc75ead59358b19e30dfa40883d0549d74c34c8c779aefbe48850c09375e46e95b3e680fe5
elif [[ "${RSYSLOG_BRANCH}" == "beta" ]]; then
         VERSION=3.19.12
     SOURCE_HASH=sha512:c04e2286e65f84e52f262338c71b19bdc9ec5f3c1966482d5dd6bbb9def5a2c4dbc6351d3b31e36eff537bec819ec4c5e36dada116a13ed9cf33c32aa3680e5b
else
         VERSION=3.18.5
     SOURCE_HASH=sha512:0b6cb1281bb77285ae82f1ae5812b571fba5c4fe75337c50c8445c4076143c969218b22e30ce3b7261d09563f7faa203e3144308519e0e14590b9b7903b6d7d9
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
