           SPELL=rsyslog
if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=3.21.1
     SOURCE_HASH=sha512:9a562a0588f972e8dc03f76ca6157a6d10a7ee045bc4b3191791ef4fda16d917825772dfcdf88127768a4b59742a07379a4fed98aee57e2b473574dc85624422
else
         VERSION=3.18.1
     SOURCE_HASH=sha512:119e0cff877dfdc7285d99b599c0a87298df14dcdd0754da416935ef5384f0e9e388fdef0b1d1b46f80650c57246aaa41f53a4bcbb2ad4ce5c8c7384bdf68b81
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
