           SPELL=rsyslog

if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=5.3.0
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:9b74489bb28a9b0bf5aa3be708ea4a0bfd8daf482649aa22cfb7cc56a798248c9070f3e70c8c3f360c3a63c948a7da9d311fc9b206055e510362e08d89a8e6a5
elif [[ "${RSYSLOG_BRANCH}" == "v4beta" ]]; then
         VERSION=4.5.3
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:b6d050dbc35b80a8ed2532607b714febcfb7c32bd5de300e07253a6971880c628778b355f4ac0d12fdc579b82310d1a68e3741c11cc31699627f8fe20b7d0f1a
elif [[ "${RSYSLOG_BRANCH}" == "v5beta" ]]; then
         VERSION=5.1.5
     SOURCE_HASH=sha512:75d238a64de78afc5e6d232481b20df5fda9d1bbcce4de3765b27a5da24c98ebe8b75f6b68927940fedc5da7d2487e66d7aaf8be0929006ab6dac25ac47f68b6
else
         VERSION=4.4.1
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:aeb800717ab1d7372123443f68a48fdba484fcf4022ca695a0efb86a20f645f3c7c10a847569ecb1239a71b940ce76bc55e34791de175541224a3d8fd7a3d6f2
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
