           SPELL=rsyslog
if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=4.1.1
     SOURCE_HASH=sha512:dea6638336bae2eda3500d292dfc41880a6db0c9f38f6587009d5c6c8334da1ed12aa0326fc3cc14d65f7aa4e3b66b5dd7fcdb812509f4d02225094c94a6d490
elif [[ "${RSYSLOG_BRANCH}" == "beta" ]]; then
         VERSION=3.21.7
     SOURCE_HASH=sha512:c61fbc3d88cd523da65f0b5482866662e7aba0cc521edad0c05f4902479560e863402dfa943e83795344da4814a4f59fe37d655d6ce18a77c5a61b80c2cc14e2
else
         VERSION=3.20.0
     SOURCE_HASH=sha512:e691bdff27a75028b72059120ac7422863ed341be72eab898a809116009a1fd5344799f698c28c967a908aef46c773b79312d950040b73bb81eae87efe7a77d3
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
